Uses of Class
dev.hardwood.schema.ProjectedSchema
Packages that use ProjectedSchema
Package
Description
Parquet file readers with row-oriented and column-oriented APIs.
High-level Parquet schema types with computed definition and repetition levels.
-
Uses of ProjectedSchema in dev.hardwood.reader
Fields in dev.hardwood.reader declared as ProjectedSchema -
Uses of ProjectedSchema in dev.hardwood.schema
Methods in dev.hardwood.schema that return ProjectedSchemaModifier and TypeMethodDescriptionstatic ProjectedSchemaProjectedSchema.create(FileSchema schema, ColumnProjection projection) Creates a projected schema from the given full schema and projection.