Uses of Class
dev.hardwood.schema.FileSchema
Packages that use FileSchema
-
Uses of FileSchema in dev.hardwood.reader
Methods in dev.hardwood.reader that return FileSchemaModifier and TypeMethodDescriptionMultiFileParquetReader.getFileSchema()Get the file schema (common across all files).ParquetFileReader.getFileSchema() -
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.