| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<OrcProto.Type> |
OrcProto.Type.PARSER |
| Modifier and Type | Method and Description |
|---|---|
OrcProto.Type |
OrcProto.Type.Builder.build() |
OrcProto.Type |
OrcProto.Type.Builder.buildPartial() |
static OrcProto.Type |
OrcProto.Type.getDefaultInstance() |
OrcProto.Type |
OrcProto.Type.getDefaultInstanceForType() |
OrcProto.Type |
OrcProto.Type.Builder.getDefaultInstanceForType() |
OrcProto.Type |
OrcProto.FooterOrBuilder.getTypes(int index)
repeated .orc.proto.Type types = 4; |
OrcProto.Type |
OrcProto.Footer.getTypes(int index)
repeated .orc.proto.Type types = 4; |
OrcProto.Type |
OrcProto.Footer.Builder.getTypes(int index)
repeated .orc.proto.Type types = 4; |
static OrcProto.Type |
OrcProto.Type.parseDelimitedFrom(InputStream input) |
static OrcProto.Type |
OrcProto.Type.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.Type |
OrcProto.Type.parseFrom(byte[] data) |
static OrcProto.Type |
OrcProto.Type.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.Type |
OrcProto.Type.parseFrom(com.google.protobuf.ByteString data) |
static OrcProto.Type |
OrcProto.Type.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.Type |
OrcProto.Type.parseFrom(com.google.protobuf.CodedInputStream input) |
static OrcProto.Type |
OrcProto.Type.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.Type |
OrcProto.Type.parseFrom(InputStream input) |
static OrcProto.Type |
OrcProto.Type.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<OrcProto.Type> |
OrcProto.Type.getParserForType() |
List<OrcProto.Type> |
ReaderImpl.getTypes() |
List<OrcProto.Type> |
Reader.getTypes()
Get the list of types contained in the file.
|
List<OrcProto.Type> |
OrcFileKeyWrapper.getTypes() |
List<OrcProto.Type> |
OrcProto.FooterOrBuilder.getTypesList()
repeated .orc.proto.Type types = 4; |
List<OrcProto.Type> |
OrcProto.Footer.getTypesList()
repeated .orc.proto.Type types = 4; |
List<OrcProto.Type> |
OrcProto.Footer.Builder.getTypesList()
repeated .orc.proto.Type types = 4; |
| Modifier and Type | Method and Description |
|---|---|
OrcProto.Footer.Builder |
OrcProto.Footer.Builder.addTypes(int index,
OrcProto.Type value)
repeated .orc.proto.Type types = 4; |
OrcProto.Footer.Builder |
OrcProto.Footer.Builder.addTypes(OrcProto.Type value)
repeated .orc.proto.Type types = 4; |
OrcProto.Type.Builder |
OrcProto.Type.Builder.mergeFrom(OrcProto.Type other) |
static OrcProto.Type.Builder |
OrcProto.Type.newBuilder(OrcProto.Type prototype) |
OrcProto.Footer.Builder |
OrcProto.Footer.Builder.setTypes(int index,
OrcProto.Type value)
repeated .orc.proto.Type types = 4; |
| Modifier and Type | Method and Description |
|---|---|
OrcProto.Footer.Builder |
OrcProto.Footer.Builder.addAllTypes(Iterable<? extends OrcProto.Type> values)
repeated .orc.proto.Type types = 4; |
static TreeReaderFactory.TreeReader |
RecordReaderFactory.createTreeReader(int colId,
org.apache.hadoop.conf.Configuration conf,
List<OrcProto.Type> fileSchema,
boolean[] included,
boolean skipCorrupt) |
static TreeReaderFactory.TreeReader |
TreeReaderFactory.createTreeReader(int columnId,
List<OrcProto.Type> types,
boolean[] included,
boolean skipCorrupt) |
static TreeReaderFactory.TreeReader |
ConversionTreeReaderFactory.createTreeReader(int columnId,
List<OrcProto.Type> types,
boolean[] included,
boolean skipCorrupt) |
static boolean[] |
OrcInputFormat.genIncludedColumns(List<OrcProto.Type> types,
org.apache.hadoop.conf.Configuration conf,
boolean isOriginal)
Take the configuration and figure out which columns we need to include.
|
static boolean[] |
OrcInputFormat.genIncludedColumns(List<OrcProto.Type> types,
List<Integer> included,
boolean isOriginal) |
static String[] |
OrcInputFormat.getSargColumnNames(String[] originalColumnNames,
List<OrcProto.Type> types,
boolean[] includedColumns,
boolean isOriginal) |
void |
OrcFileKeyWrapper.setTypes(List<OrcProto.Type> types) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.