Package | Description |
---|---|
alluxio.grpc.table | |
alluxio.master.table | |
alluxio.proto.journal | |
alluxio.table.common.udb | |
alluxio.table.under.hive |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Schema> |
Schema.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.Builder.build() |
Schema |
Schema.Builder.buildPartial() |
static Schema |
Schema.getDefaultInstance() |
Schema |
Schema.getDefaultInstanceForType() |
Schema |
Schema.Builder.getDefaultInstanceForType() |
Schema |
TableInfoOrBuilder.getSchema()
optional .alluxio.grpc.table.Schema schema = 5; |
Schema |
TableInfo.getSchema()
optional .alluxio.grpc.table.Schema schema = 5; |
Schema |
TableInfo.Builder.getSchema()
optional .alluxio.grpc.table.Schema schema = 5; |
static Schema |
Schema.parseDelimitedFrom(InputStream input) |
static Schema |
Schema.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(byte[] data) |
static Schema |
Schema.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(ByteBuffer data) |
static Schema |
Schema.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(com.google.protobuf.ByteString data) |
static Schema |
Schema.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(com.google.protobuf.CodedInputStream input) |
static Schema |
Schema.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(InputStream input) |
static Schema |
Schema.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Schema> |
Schema.getParserForType() |
static com.google.protobuf.Parser<Schema> |
Schema.parser() |
Modifier and Type | Method and Description |
---|---|
Schema.Builder |
Schema.Builder.mergeFrom(Schema other) |
TableInfo.Builder |
TableInfo.Builder.mergeSchema(Schema value)
optional .alluxio.grpc.table.Schema schema = 5; |
static Schema.Builder |
Schema.newBuilder(Schema prototype) |
TableInfo.Builder |
TableInfo.Builder.setSchema(Schema value)
optional .alluxio.grpc.table.Schema schema = 5; |
Modifier and Type | Method and Description |
---|---|
Schema |
Table.getSchema() |
Modifier and Type | Method and Description |
---|---|
Table |
Database.createTable(String tableName,
Schema schema)
Creates a new table within this database.
|
Modifier and Type | Method and Description |
---|---|
Schema |
Table.AddTableEntryOrBuilder.getSchema()
optional .alluxio.grpc.table.Schema schema = 4; |
Schema |
Table.AddTableEntry.getSchema()
optional .alluxio.grpc.table.Schema schema = 4; |
Schema |
Table.AddTableEntry.Builder.getSchema()
optional .alluxio.grpc.table.Schema schema = 4; |
Modifier and Type | Method and Description |
---|---|
Table.AddTableEntry.Builder |
Table.AddTableEntry.Builder.mergeSchema(Schema value)
optional .alluxio.grpc.table.Schema schema = 4; |
Table.AddTableEntry.Builder |
Table.AddTableEntry.Builder.setSchema(Schema value)
optional .alluxio.grpc.table.Schema schema = 4; |
Modifier and Type | Method and Description |
---|---|
Schema |
UdbTable.getSchema() |
Modifier and Type | Method and Description |
---|---|
Schema |
HiveTable.getSchema() |
static Schema |
HiveUtils.toProtoSchema(List<org.apache.hadoop.hive.metastore.api.FieldSchema> hiveSchema) |
Constructor and Description |
---|
HiveTable(String name,
Schema schema,
List<ColumnStatisticsInfo> statistics,
List<FieldSchema> cols,
List<UdbPartition> udbPartitions,
Layout layout,
org.apache.hadoop.hive.metastore.api.Table table)
Creates a new instance.
|
Copyright © 2023. All Rights Reserved.