| Modifier and Type | Method and Description |
|---|---|
PhysicalSchema.OrcSchema |
PhysicalSchema.OrcSchema.Builder.build() |
PhysicalSchema.OrcSchema |
PhysicalSchema.OrcSchema.Builder.buildPartial() |
static PhysicalSchema.OrcSchema |
PhysicalSchema.OrcSchema.getDefaultInstance() |
PhysicalSchema.OrcSchema |
PhysicalSchema.OrcSchema.getDefaultInstanceForType() |
PhysicalSchema.OrcSchema |
PhysicalSchema.OrcSchema.Builder.getDefaultInstanceForType() |
PhysicalSchema.OrcSchema |
PhysicalSchemaOrBuilder.getOrc()
Marks an ORC-encoded data source.
|
PhysicalSchema.OrcSchema |
PhysicalSchema.getOrc()
Marks an ORC-encoded data source.
|
PhysicalSchema.OrcSchema |
PhysicalSchema.Builder.getOrc()
Marks an ORC-encoded data source.
|
static PhysicalSchema.OrcSchema |
PhysicalSchema.OrcSchema.parseDelimitedFrom(InputStream input) |
static PhysicalSchema.OrcSchema |
PhysicalSchema.OrcSchema.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalSchema.OrcSchema |
PhysicalSchema.OrcSchema.parseFrom(byte[] data) |
static PhysicalSchema.OrcSchema |
PhysicalSchema.OrcSchema.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalSchema.OrcSchema |
PhysicalSchema.OrcSchema.parseFrom(ByteBuffer data) |
static PhysicalSchema.OrcSchema |
PhysicalSchema.OrcSchema.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalSchema.OrcSchema |
PhysicalSchema.OrcSchema.parseFrom(com.google.protobuf.ByteString data) |
static PhysicalSchema.OrcSchema |
PhysicalSchema.OrcSchema.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalSchema.OrcSchema |
PhysicalSchema.OrcSchema.parseFrom(com.google.protobuf.CodedInputStream input) |
static PhysicalSchema.OrcSchema |
PhysicalSchema.OrcSchema.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalSchema.OrcSchema |
PhysicalSchema.OrcSchema.parseFrom(InputStream input) |
static PhysicalSchema.OrcSchema |
PhysicalSchema.OrcSchema.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PhysicalSchema.OrcSchema> |
PhysicalSchema.OrcSchema.getParserForType() |
static com.google.protobuf.Parser<PhysicalSchema.OrcSchema> |
PhysicalSchema.OrcSchema.parser() |
| Modifier and Type | Method and Description |
|---|---|
PhysicalSchema.OrcSchema.Builder |
PhysicalSchema.OrcSchema.Builder.mergeFrom(PhysicalSchema.OrcSchema other) |
PhysicalSchema.Builder |
PhysicalSchema.Builder.mergeOrc(PhysicalSchema.OrcSchema value)
Marks an ORC-encoded data source.
|
static PhysicalSchema.OrcSchema.Builder |
PhysicalSchema.OrcSchema.newBuilder(PhysicalSchema.OrcSchema prototype) |
PhysicalSchema.Builder |
PhysicalSchema.Builder.setOrc(PhysicalSchema.OrcSchema value)
Marks an ORC-encoded data source.
|
Copyright © 2023 Google LLC. All rights reserved.