Uses of Class
io.dingodb.common.Common.CoprocessorV2.Builder
Packages that use Common.CoprocessorV2.Builder
-
Uses of Common.CoprocessorV2.Builder in io.dingodb.common
Methods in io.dingodb.common that return Common.CoprocessorV2.BuilderModifier and TypeMethodDescriptionCommon.CoprocessorV2.Builder.addAllSelectionColumns(Iterable<? extends Integer> values) Column selection in the table list selection.Common.CoprocessorV2.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.CoprocessorV2.Builder.addSelectionColumns(int value) Column selection in the table list selection.Common.CoprocessorV2.Builder.clear()Common.CoprocessorV2.Builder.clearCodecVersion()int32 codec_version = 6;Common.CoprocessorV2.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Common.CoprocessorV2.Builder.clearForAggCount()bool for_agg_count = 7;Common.CoprocessorV2.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Common.CoprocessorV2.Builder.clearOriginalSchema()Original schema.Common.CoprocessorV2.Builder.clearRelExpr()Encoded binary of the relational expression pushed down.Common.CoprocessorV2.Builder.clearResultSchema()Result schemaCommon.CoprocessorV2.Builder.clearSchemaVersion()The version of the serialized data.Common.CoprocessorV2.Builder.clearSelectionColumns()Column selection in the table list selection.Common.CoprocessorV2.Builder.clone()Common.VectorSearchParameter.Builder.getVectorCoprocessorBuilder()if vector_filter == TABLE_FILTER and vector_query_type = QUERY_PRE enable vector_coprocessor coprocessor requestCommon.CoprocessorV2.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Common.CoprocessorV2.Builder.mergeFrom(com.google.protobuf.Message other) Common.CoprocessorV2.Builder.mergeFrom(Common.CoprocessorV2 other) Common.CoprocessorV2.Builder.mergeOriginalSchema(Common.CoprocessorV2.SchemaWrapper value) Original schema.Common.CoprocessorV2.Builder.mergeResultSchema(Common.CoprocessorV2.SchemaWrapper value) Result schemaCommon.CoprocessorV2.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Common.CoprocessorV2.BuilderCommon.CoprocessorV2.newBuilder()static Common.CoprocessorV2.BuilderCommon.CoprocessorV2.newBuilder(Common.CoprocessorV2 prototype) Common.CoprocessorV2.newBuilderForType()protected Common.CoprocessorV2.BuilderCommon.CoprocessorV2.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Common.CoprocessorV2.Builder.setCodecVersion(int value) int32 codec_version = 6;Common.CoprocessorV2.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.CoprocessorV2.Builder.setForAggCount(boolean value) bool for_agg_count = 7;Common.CoprocessorV2.Builder.setOriginalSchema(Common.CoprocessorV2.SchemaWrapper value) Original schema.Common.CoprocessorV2.Builder.setOriginalSchema(Common.CoprocessorV2.SchemaWrapper.Builder builderForValue) Original schema.Common.CoprocessorV2.Builder.setRelExpr(com.google.protobuf.ByteString value) Encoded binary of the relational expression pushed down.Common.CoprocessorV2.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Common.CoprocessorV2.Builder.setResultSchema(Common.CoprocessorV2.SchemaWrapper value) Result schemaCommon.CoprocessorV2.Builder.setResultSchema(Common.CoprocessorV2.SchemaWrapper.Builder builderForValue) Result schemaCommon.CoprocessorV2.Builder.setSchemaVersion(int value) The version of the serialized data.Common.CoprocessorV2.Builder.setSelectionColumns(int index, int value) Column selection in the table list selection.Common.CoprocessorV2.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.CoprocessorV2.toBuilder()Methods in io.dingodb.common with parameters of type Common.CoprocessorV2.BuilderModifier and TypeMethodDescriptionCommon.VectorSearchParameter.Builder.setVectorCoprocessor(Common.CoprocessorV2.Builder builderForValue) if vector_filter == TABLE_FILTER and vector_query_type = QUERY_PRE enable vector_coprocessor coprocessor request -
Uses of Common.CoprocessorV2.Builder in io.dingodb.store
Methods in io.dingodb.store that return Common.CoprocessorV2.BuilderModifier and TypeMethodDescriptionStore.KvScanBeginRequestV2.Builder.getCoprocessorBuilder()coprocessorStore.TxnScanRequest.Builder.getCoprocessorBuilder()coprocessorMethods in io.dingodb.store with parameters of type Common.CoprocessorV2.BuilderModifier and TypeMethodDescriptionStore.KvScanBeginRequestV2.Builder.setCoprocessor(Common.CoprocessorV2.Builder builderForValue) coprocessorStore.TxnScanRequest.Builder.setCoprocessor(Common.CoprocessorV2.Builder builderForValue) coprocessor