@InterfaceStability.Evolving
public interface SupportsPushDownRequiredColumns
DataSourceV2Reader
. Data source readers can implement this
interface to push down required columns to the data source and only read these columns during
scan to reduce the size of the data to be read.Modifier and Type | Method and Description |
---|---|
void |
pruneColumns(StructType requiredSchema)
Applies column pruning w.r.t.
|
void pruneColumns(StructType requiredSchema)
DataSourceV2Reader.readSchema()
after
applying column pruning.