Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl |
Modifier and Type | Method and Description |
---|---|
static TypeDescription.RowBatchVersion |
TypeDescription.RowBatchVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeDescription.RowBatchVersion[] |
TypeDescription.RowBatchVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VectorizedRowBatch |
TypeDescription.createRowBatch(TypeDescription.RowBatchVersion version,
int size) |
Modifier and Type | Method and Description |
---|---|
static ColumnVector |
TypeUtils.createColumn(TypeDescription schema,
TypeDescription.RowBatchVersion version,
int maxSize) |
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.