| Package | Description |
|---|---|
| com.actian.dataflow.hive.shims | |
| com.actian.dataflow.operators.io.orc |
| Modifier and Type | Method and Description |
|---|---|
ORCVersion |
ORCOptions.getVersion() |
static ORCVersion |
ORCVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ORCVersion[] |
ORCVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ORCOptions(ORCCompression compression,
long stripeSize,
Integer rowIndexStride,
int bufferSize,
Boolean blockPadding,
ORCVersion version) |
| Modifier and Type | Method and Description |
|---|---|
ORCVersion |
WriteORC.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
WriteORC.setVersion(ORCVersion version)
Sets the version of the file that will be written.
|
Copyright © 2015 Actian Corporation. All Rights Reserved.