Class OrcType
java.lang.Object
io.trino.orc.metadata.OrcType
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ColumnMetadata<OrcType> createRootOrcType(List<String> fieldNames, List<Type> fieldTypes) static ColumnMetadata<OrcType> createRootOrcType(List<String> fieldNames, List<Type> fieldTypes, Optional<Function<Type, Optional<OrcType>>> additionalTypeMapping) intgetFieldName(int field) getFieldTypeIndex(int field) getScale()toString()
-
Constructor Details
-
OrcType
-
-
Method Details
-
getOrcTypeKind
-
getFieldCount
public int getFieldCount() -
getFieldTypeIndex
-
getFieldTypeIndexes
-
getFieldName
-
getFieldNames
-
getLength
-
getPrecision
-
getScale
-
getAttributes
-
toString
-
createRootOrcType
-
createRootOrcType
-