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 FileSchemaMethods in dev.hardwood.reader with parameters of type FileSchemaModifier and TypeMethodDescriptionstatic RowReaderRowReader.create(dev.hardwood.internal.reader.RowGroupIterator rowGroupIterator, FileSchema schema, ProjectedSchema projectedSchema, dev.hardwood.internal.reader.HardwoodContextImpl context, dev.hardwood.internal.predicate.ResolvedPredicate filter, long maxRows) Creates aRowReaderfor the given pipeline components. -
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.ProjectedSchema.getOriginalSchema()Returns the original file schema.Methods in dev.hardwood.schema with parameters of type FileSchemaModifier and TypeMethodDescriptionstatic ProjectedSchemaProjectedSchema.create(FileSchema schema, ColumnProjection projection) Creates a projected schema from the given full schema and projection.