Uses of Class
dev.hardwood.schema.ColumnProjection
Packages that use ColumnProjection
-
Uses of ColumnProjection in dev.hardwood.reader
Methods in dev.hardwood.reader with parameters of type ColumnProjectionModifier and TypeMethodDescriptionMultiFileParquetReader.createColumnReaders(ColumnProjection projection) Create column readers for batch-oriented access to the requested columns.MultiFileParquetReader.createRowReader(ColumnProjection projection) Create a row reader that iterates over selected columns in all files.ParquetFileReader.createRowReader(ColumnProjection projection) Create a RowReader that iterates over selected columns in all row groups. -
Uses of ColumnProjection in dev.hardwood.schema
Methods in dev.hardwood.schema that return ColumnProjectionModifier and TypeMethodDescriptionstatic ColumnProjectionColumnProjection.all()Returns a projection that includes all columns.static ColumnProjectionReturns a projection that includes only the specified columns.Methods in dev.hardwood.schema with parameters of type ColumnProjectionModifier and TypeMethodDescriptionstatic ProjectedSchemaProjectedSchema.create(FileSchema schema, ColumnProjection projection) Creates a projected schema from the given full schema and projection.