Uses of Enum Class
dev.hardwood.metadata.PhysicalType
Packages that use PhysicalType
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 PhysicalType in dev.hardwood.metadata
Subclasses with type arguments of type PhysicalType in dev.hardwood.metadataMethods in dev.hardwood.metadata that return PhysicalTypeModifier and TypeMethodDescriptionColumnMetaData.type()Returns the value of thetyperecord component.SchemaElement.type()Returns the value of thetyperecord component.static PhysicalTypeReturns the enum constant of this class with the specified name.static PhysicalType[]PhysicalType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.hardwood.metadata with parameters of type PhysicalTypeModifierConstructorDescriptionColumnMetaData(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.SchemaElement(String name, PhysicalType type, Integer typeLength, RepetitionType repetitionType, Integer numChildren, ConvertedType convertedType, Integer scale, Integer precision, Integer fieldId, LogicalType logicalType) Creates an instance of aSchemaElementrecord class. -
Uses of PhysicalType in dev.hardwood.schema
Methods in dev.hardwood.schema that return PhysicalTypeModifier and TypeMethodDescriptionColumnSchema.type()Returns the value of thetyperecord component.SchemaNode.PrimitiveNode.type()Returns the value of thetyperecord component.Constructors in dev.hardwood.schema with parameters of type PhysicalTypeModifierConstructorDescriptionColumnSchema(FieldPath fieldPath, PhysicalType type, RepetitionType repetitionType, Integer typeLength, int columnIndex, int maxDefinitionLevel, int maxRepetitionLevel, LogicalType logicalType) Creates an instance of aColumnSchemarecord class.PrimitiveNode(String name, PhysicalType type, RepetitionType repetitionType, LogicalType logicalType, int columnIndex, int maxDefinitionLevel, int maxRepetitionLevel) Creates an instance of aPrimitiveNoderecord class.