Package io.dingodb.common
Interface Common.CoprocessorV2OrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.CoprocessorV2,Common.CoprocessorV2.Builder
- Enclosing class:
- Common
public static interface Common.CoprocessorV2OrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 codec_version = 6;booleanbool for_agg_count = 7;Original schema.Original schema.com.google.protobuf.ByteStringEncoded binary of the relational expression pushed down.Result schemaResult schemaintThe version of the serialized data.intgetSelectionColumns(int index) Column selection in the table list selection.intColumn selection in the table list selection.Column selection in the table list selection.booleanOriginal schema.booleanResult schemaMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSchemaVersion
int getSchemaVersion()The version of the serialized data.
int32 schema_version = 1;- Returns:
- The schemaVersion.
-
hasOriginalSchema
boolean hasOriginalSchema()Original schema.
.dingodb.pb.common.CoprocessorV2.SchemaWrapper original_schema = 2;- Returns:
- Whether the originalSchema field is set.
-
getOriginalSchema
Common.CoprocessorV2.SchemaWrapper getOriginalSchema()Original schema.
.dingodb.pb.common.CoprocessorV2.SchemaWrapper original_schema = 2;- Returns:
- The originalSchema.
-
getOriginalSchemaOrBuilder
Common.CoprocessorV2.SchemaWrapperOrBuilder getOriginalSchemaOrBuilder()Original schema.
.dingodb.pb.common.CoprocessorV2.SchemaWrapper original_schema = 2; -
hasResultSchema
boolean hasResultSchema()Result schema
.dingodb.pb.common.CoprocessorV2.SchemaWrapper result_schema = 3;- Returns:
- Whether the resultSchema field is set.
-
getResultSchema
Common.CoprocessorV2.SchemaWrapper getResultSchema()Result schema
.dingodb.pb.common.CoprocessorV2.SchemaWrapper result_schema = 3;- Returns:
- The resultSchema.
-
getResultSchemaOrBuilder
Common.CoprocessorV2.SchemaWrapperOrBuilder getResultSchemaOrBuilder()Result schema
.dingodb.pb.common.CoprocessorV2.SchemaWrapper result_schema = 3; -
getSelectionColumnsList
Column selection in the table list selection. For example, [0, 2, 4, 7] selects the index subscript of the column. If the length of the array is 0, it means not need to decode.
repeated int32 selection_columns = 4;- Returns:
- A list containing the selectionColumns.
-
getSelectionColumnsCount
int getSelectionColumnsCount()Column selection in the table list selection. For example, [0, 2, 4, 7] selects the index subscript of the column. If the length of the array is 0, it means not need to decode.
repeated int32 selection_columns = 4;- Returns:
- The count of selectionColumns.
-
getSelectionColumns
int getSelectionColumns(int index) Column selection in the table list selection. For example, [0, 2, 4, 7] selects the index subscript of the column. If the length of the array is 0, it means not need to decode.
repeated int32 selection_columns = 4;- Parameters:
index- The index of the element to return.- Returns:
- The selectionColumns at the given index.
-
getRelExpr
com.google.protobuf.ByteString getRelExpr()Encoded binary of the relational expression pushed down.
bytes rel_expr = 5;- Returns:
- The relExpr.
-
getCodecVersion
int getCodecVersion()int32 codec_version = 6;- Returns:
- The codecVersion.
-
getForAggCount
boolean getForAggCount()bool for_agg_count = 7;- Returns:
- The forAggCount.
-