Uses of Record Class
dev.hardwood.metadata.FieldPath
Packages that use FieldPath
Package
Description
Low-level Parquet file metadata types that mirror the Thrift definitions.
High-level Parquet schema types with computed definition and repetition levels.
-
Uses of FieldPath in dev.hardwood.metadata
Methods in dev.hardwood.metadata that return FieldPathModifier and TypeMethodDescriptionstatic FieldPathCreates a FieldPath from individual path components.ColumnMetaData.pathInSchema()Returns the value of thepathInSchemarecord component.Constructors in dev.hardwood.metadata with parameters of type FieldPathModifierConstructorDescriptionColumnMetaData(PhysicalType type, List<Encoding> encodings, FieldPath pathInSchema, CompressionCodec codec, long numValues, long totalUncompressedSize, long totalCompressedSize, Map<String, String> keyValueMetadata, long dataPageOffset, Long dictionaryPageOffset, Statistics statistics) Creates an instance of aColumnMetaDatarecord class. -
Uses of FieldPath in dev.hardwood.schema
Methods in dev.hardwood.schema that return FieldPathModifier and TypeMethodDescriptionColumnSchema.fieldPath()Returns the value of thefieldPathrecord component.Methods in dev.hardwood.schema with parameters of type FieldPathModifier and TypeMethodDescriptionReturns the column with the given field path.Constructors in dev.hardwood.schema with parameters of type FieldPathModifierConstructorDescriptionColumnSchema(FieldPath fieldPath, PhysicalType type, RepetitionType repetitionType, Integer typeLength, int columnIndex, int maxDefinitionLevel, int maxRepetitionLevel, LogicalType logicalType) Creates an instance of aColumnSchemarecord class.