Uses of Record Class
dev.hardwood.schema.ColumnSchema
Packages that use ColumnSchema
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 ColumnSchema in dev.hardwood.reader
Methods in dev.hardwood.reader that return ColumnSchema -
Uses of ColumnSchema in dev.hardwood.schema
Methods in dev.hardwood.schema that return ColumnSchemaModifier and TypeMethodDescriptionFileSchema.getColumn(int index) Returns the column at the given zero-based index.Returns the column with the given field path.Returns the column with the given name or dot-separated path.ProjectedSchema.getProjectedColumn(int projectedIndex) Returns the projected column at the given projected index.Methods in dev.hardwood.schema that return types with arguments of type ColumnSchemaModifier and TypeMethodDescriptionFileSchema.getColumns()Returns an unmodifiable list of all leaf columns in schema order.ProjectedSchema.getProjectedColumns()Returns the list of projected columns.