| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec.vector | |
| org.apache.hadoop.hive.ql.io | |
| org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
| org.apache.hadoop.hive.ql.io.parquet | |
| org.apache.hadoop.hive.ql.plan |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,VectorizedSupport.Support> |
VectorizedSupport.Support.nameToSupportMap |
| Modifier and Type | Method and Description |
|---|---|
VectorizedSupport.Support[] |
VectorizedInputFormatInterface.getSupportedFeatures() |
default VectorizedSupport.Support[] |
VectorizedInputFormatInterface.getSupportedFeatures(HiveConf hiveConf,
TableDesc tableDesc) |
static VectorizedSupport.Support |
VectorizedSupport.Support.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorizedSupport.Support[] |
VectorizedSupport.Support.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VectorizedSupport.Support[] |
NullRowsInputFormat.getSupportedFeatures() |
| Modifier and Type | Method and Description |
|---|---|
VectorizedSupport.Support[] |
VectorizedOrcInputFormat.getSupportedFeatures() |
VectorizedSupport.Support[] |
OrcInputFormat.getSupportedFeatures() |
| Modifier and Type | Method and Description |
|---|---|
VectorizedSupport.Support[] |
MapredParquetInputFormat.getSupportedFeatures() |
| Modifier and Type | Field and Description |
|---|---|
protected Set<VectorizedSupport.Support> |
BaseWork.inputFormatSupportSet |
protected Set<VectorizedSupport.Support> |
BaseWork.supportSetInUse |
| Modifier and Type | Method and Description |
|---|---|
Set<VectorizedSupport.Support> |
MapWork.getInputFormatSupportSet() |
Set<VectorizedSupport.Support> |
MapWork.getSupportSetInUse() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapWork.setInputFormatSupportSet(Set<VectorizedSupport.Support> inputFormatSupportSet) |
void |
MapWork.setSupportSetInUse(Set<VectorizedSupport.Support> supportSetInUse) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.