public static interface CatalogProtos.TableStatsProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getAvgRows()
optional int64 avgRows = 6; |
CatalogProtos.ColumnStatsProto |
getColStat(int index)
repeated .ColumnStatsProto colStat = 8; |
int |
getColStatCount()
repeated .ColumnStatsProto colStat = 8; |
List<CatalogProtos.ColumnStatsProto> |
getColStatList()
repeated .ColumnStatsProto colStat = 8; |
CatalogProtos.ColumnStatsProtoOrBuilder |
getColStatOrBuilder(int index)
repeated .ColumnStatsProto colStat = 8; |
List<? extends CatalogProtos.ColumnStatsProtoOrBuilder> |
getColStatOrBuilderList()
repeated .ColumnStatsProto colStat = 8; |
int |
getNumBlocks()
optional int32 numBlocks = 4; |
long |
getNumBytes()
required int64 numBytes = 2; |
long |
getNumRows()
required int64 numRows = 1; |
int |
getNumShuffleOutputs()
optional int32 numShuffleOutputs = 5; |
long |
getReadBytes()
optional int64 readBytes = 7; |
boolean |
hasAvgRows()
optional int64 avgRows = 6; |
boolean |
hasNumBlocks()
optional int32 numBlocks = 4; |
boolean |
hasNumBytes()
required int64 numBytes = 2; |
boolean |
hasNumRows()
required int64 numRows = 1; |
boolean |
hasNumShuffleOutputs()
optional int32 numShuffleOutputs = 5; |
boolean |
hasReadBytes()
optional int64 readBytes = 7; |
boolean hasNumRows()
required int64 numRows = 1;
long getNumRows()
required int64 numRows = 1;
boolean hasNumBytes()
required int64 numBytes = 2;
long getNumBytes()
required int64 numBytes = 2;
boolean hasNumBlocks()
optional int32 numBlocks = 4;
int getNumBlocks()
optional int32 numBlocks = 4;
boolean hasNumShuffleOutputs()
optional int32 numShuffleOutputs = 5;
int getNumShuffleOutputs()
optional int32 numShuffleOutputs = 5;
boolean hasAvgRows()
optional int64 avgRows = 6;
long getAvgRows()
optional int64 avgRows = 6;
boolean hasReadBytes()
optional int64 readBytes = 7;
long getReadBytes()
optional int64 readBytes = 7;
List<CatalogProtos.ColumnStatsProto> getColStatList()
repeated .ColumnStatsProto colStat = 8;
CatalogProtos.ColumnStatsProto getColStat(int index)
repeated .ColumnStatsProto colStat = 8;
int getColStatCount()
repeated .ColumnStatsProto colStat = 8;
List<? extends CatalogProtos.ColumnStatsProtoOrBuilder> getColStatOrBuilderList()
repeated .ColumnStatsProto colStat = 8;
CatalogProtos.ColumnStatsProtoOrBuilder getColStatOrBuilder(int index)
repeated .ColumnStatsProto colStat = 8;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.