Uses of Enum Class
dev.hardwood.metadata.ConvertedType
Packages that use ConvertedType
-
Uses of ConvertedType in dev.hardwood.metadata
Subclasses with type arguments of type ConvertedType in dev.hardwood.metadataModifier and TypeClassDescriptionenumLegacy converted types in Parquet schema (used by PyArrow for LIST/MAP annotation).Methods in dev.hardwood.metadata that return ConvertedTypeModifier and TypeMethodDescriptionSchemaElement.convertedType()Returns the value of theconvertedTyperecord component.static ConvertedTypeReturns the enum constant of this class with the specified name.static ConvertedType[]ConvertedType.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 ConvertedTypeModifierConstructorDescriptionSchemaElement(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 ConvertedType in dev.hardwood.schema
Methods in dev.hardwood.schema that return ConvertedTypeModifier and TypeMethodDescriptionSchemaNode.GroupNode.convertedType()Returns the value of theconvertedTyperecord component.Constructors in dev.hardwood.schema with parameters of type ConvertedTypeModifierConstructorDescriptionGroupNode(String name, RepetitionType repetitionType, ConvertedType convertedType, List<SchemaNode> children, int maxDefinitionLevel, int maxRepetitionLevel) Creates an instance of aGroupNoderecord class.