Package com.ocient.jdbc.proto
Interface PlanProtocol.StatsColInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanProtocol.StatsColInfo,PlanProtocol.StatsColInfo.Builder
- Enclosing class:
- PlanProtocol
public static interface PlanProtocol.StatsColInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetColUuid()string col_uuid = 1;com.google.protobuf.ByteStringgetColUuidBytes()string col_uuid = 1;intgetDerivedType()int32 derived_type = 3;longgetIndex()uint64 index = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getColUuid
String getColUuid()
string col_uuid = 1;- Returns:
- The colUuid.
-
getColUuidBytes
com.google.protobuf.ByteString getColUuidBytes()
string col_uuid = 1;- Returns:
- The bytes for colUuid.
-
getIndex
long getIndex()
uint64 index = 2;- Returns:
- The index.
-
getDerivedType
int getDerivedType()
int32 derived_type = 3;- Returns:
- The derivedType.
-
-