Uses of Class
dev.hardwood.schema.FileSchema
Packages that use FileSchema
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 FileSchema in dev.hardwood.reader
Methods in dev.hardwood.reader that return FileSchema -
Uses of FileSchema in dev.hardwood.schema
Methods in dev.hardwood.schema that return FileSchemaModifier and TypeMethodDescriptionstatic FileSchemaFileSchema.fromSchemaElements(List<SchemaElement> elements) Reconstruct schema from Thrift SchemaElement list.