Package | Description |
---|---|
org.apache.tajo.catalog.proto | |
org.apache.tajo.catalog.statistics |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<CatalogProtos.ColumnStatsProto> |
CatalogProtos.ColumnStatsProto.PARSER |
Modifier and Type | Method and Description |
---|---|
CatalogProtos.ColumnStatsProto |
CatalogProtos.ColumnStatsProto.Builder.build() |
CatalogProtos.ColumnStatsProto |
CatalogProtos.ColumnStatsProto.Builder.buildPartial() |
CatalogProtos.ColumnStatsProto |
CatalogProtos.TableStatsProtoOrBuilder.getColStat(int index)
repeated .ColumnStatsProto colStat = 8; |
CatalogProtos.ColumnStatsProto |
CatalogProtos.TableStatsProto.getColStat(int index)
repeated .ColumnStatsProto colStat = 8; |
CatalogProtos.ColumnStatsProto |
CatalogProtos.TableStatsProto.Builder.getColStat(int index)
repeated .ColumnStatsProto colStat = 8; |
static CatalogProtos.ColumnStatsProto |
CatalogProtos.ColumnStatsProto.getDefaultInstance() |
CatalogProtos.ColumnStatsProto |
CatalogProtos.ColumnStatsProto.getDefaultInstanceForType() |
CatalogProtos.ColumnStatsProto |
CatalogProtos.ColumnStatsProto.Builder.getDefaultInstanceForType() |
static CatalogProtos.ColumnStatsProto |
CatalogProtos.ColumnStatsProto.parseDelimitedFrom(InputStream input) |
static CatalogProtos.ColumnStatsProto |
CatalogProtos.ColumnStatsProto.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CatalogProtos.ColumnStatsProto |
CatalogProtos.ColumnStatsProto.parseFrom(byte[] data) |
static CatalogProtos.ColumnStatsProto |
CatalogProtos.ColumnStatsProto.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CatalogProtos.ColumnStatsProto |
CatalogProtos.ColumnStatsProto.parseFrom(com.google.protobuf.ByteString data) |
static CatalogProtos.ColumnStatsProto |
CatalogProtos.ColumnStatsProto.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CatalogProtos.ColumnStatsProto |
CatalogProtos.ColumnStatsProto.parseFrom(com.google.protobuf.CodedInputStream input) |
static CatalogProtos.ColumnStatsProto |
CatalogProtos.ColumnStatsProto.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CatalogProtos.ColumnStatsProto |
CatalogProtos.ColumnStatsProto.parseFrom(InputStream input) |
static CatalogProtos.ColumnStatsProto |
CatalogProtos.ColumnStatsProto.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<CatalogProtos.ColumnStatsProto> |
CatalogProtos.TableStatsProtoOrBuilder.getColStatList()
repeated .ColumnStatsProto colStat = 8; |
List<CatalogProtos.ColumnStatsProto> |
CatalogProtos.TableStatsProto.getColStatList()
repeated .ColumnStatsProto colStat = 8; |
List<CatalogProtos.ColumnStatsProto> |
CatalogProtos.TableStatsProto.Builder.getColStatList()
repeated .ColumnStatsProto colStat = 8; |
com.google.protobuf.Parser<CatalogProtos.ColumnStatsProto> |
CatalogProtos.ColumnStatsProto.getParserForType() |
Modifier and Type | Method and Description |
---|---|
CatalogProtos.TableStatsProto.Builder |
CatalogProtos.TableStatsProto.Builder.addColStat(CatalogProtos.ColumnStatsProto value)
repeated .ColumnStatsProto colStat = 8; |
CatalogProtos.TableStatsProto.Builder |
CatalogProtos.TableStatsProto.Builder.addColStat(int index,
CatalogProtos.ColumnStatsProto value)
repeated .ColumnStatsProto colStat = 8; |
CatalogProtos.ColumnStatsProto.Builder |
CatalogProtos.ColumnStatsProto.Builder.mergeFrom(CatalogProtos.ColumnStatsProto other) |
static CatalogProtos.ColumnStatsProto.Builder |
CatalogProtos.ColumnStatsProto.newBuilder(CatalogProtos.ColumnStatsProto prototype) |
CatalogProtos.TableStatsProto.Builder |
CatalogProtos.TableStatsProto.Builder.setColStat(int index,
CatalogProtos.ColumnStatsProto value)
repeated .ColumnStatsProto colStat = 8; |
Modifier and Type | Method and Description |
---|---|
CatalogProtos.TableStatsProto.Builder |
CatalogProtos.TableStatsProto.Builder.addAllColStat(Iterable<? extends CatalogProtos.ColumnStatsProto> values)
repeated .ColumnStatsProto colStat = 8; |
Modifier and Type | Method and Description |
---|---|
CatalogProtos.ColumnStatsProto |
ColumnStats.getProto() |
Constructor and Description |
---|
ColumnStats(CatalogProtos.ColumnStatsProto proto) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.