Uses of Enum Class
org.apache.orc.TypeDescription.RowBatchVersion
Packages that use TypeDescription.RowBatchVersion
-
Uses of TypeDescription.RowBatchVersion in org.apache.orc
Methods in org.apache.orc that return TypeDescription.RowBatchVersionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TypeDescription.RowBatchVersion[]TypeDescription.RowBatchVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.orc with parameters of type TypeDescription.RowBatchVersionModifier and TypeMethodDescriptionorg.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatchTypeDescription.createRowBatch(TypeDescription.RowBatchVersion version, int size) -
Uses of TypeDescription.RowBatchVersion in org.apache.orc.impl
Methods in org.apache.orc.impl with parameters of type TypeDescription.RowBatchVersionModifier and TypeMethodDescriptionstatic org.apache.hadoop.hive.ql.exec.vector.ColumnVectorTypeUtils.createColumn(TypeDescription schema, TypeDescription.RowBatchVersion version, int maxSize)