Uses of Package
dev.hardwood.schema
Packages that use dev.hardwood.schema
Package
Description
Avro integration for materializing Parquet rows as Avro
GenericRecord instances.Parquet file readers with row-oriented and column-oriented APIs.
High-level Parquet schema types with computed definition and repetition levels.
Parquet file writer, with a columnar and a row-oriented API over one core.
-
Classes in dev.hardwood.schema used by dev.hardwood.avro
-
Classes in dev.hardwood.schema used by dev.hardwood.readerClassDescriptionSpecifies which columns to read from a Parquet file.Represents a primitive column in a Parquet schema.Root schema container representing the complete Parquet schema.
-
Classes in dev.hardwood.schema used by dev.hardwood.schemaClassDescriptionSpecifies which columns to read from a Parquet file.Represents a primitive column in a Parquet schema.Root schema container representing the complete Parquet schema.Builder for constructing a
FileSchemaprogrammatically.Declares the element of aLIST, or the value of aMAP: a primitive, a nestedstruct, a nestedLIST, or a nestedMAP.Declares the fields of astructgroup.Tree-based representation of Parquet schema for nested data support.Group node representing a struct, list, map, or variant. -
Classes in dev.hardwood.schema used by dev.hardwood.writer