Uses of Interface
dev.hardwood.metadata.LogicalType
Packages that use LogicalType
-
Uses of LogicalType in dev.hardwood.metadata
Classes in dev.hardwood.metadata that implement LogicalTypeModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordMethods in dev.hardwood.metadata that return LogicalTypeModifier and TypeMethodDescriptionSchemaElement.logicalType()Returns the value of thelogicalTyperecord component.Constructors in dev.hardwood.metadata with parameters of type LogicalTypeModifierConstructorDescriptionSchemaElement(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 LogicalType in dev.hardwood.schema
Methods in dev.hardwood.schema that return LogicalTypeModifier and TypeMethodDescriptionColumnSchema.logicalType()Returns the value of thelogicalTyperecord component.SchemaNode.PrimitiveNode.logicalType()Returns the value of thelogicalTyperecord component.Constructors in dev.hardwood.schema with parameters of type LogicalTypeModifierConstructorDescriptionColumnSchema(String name, 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.