Uses of Class
io.dingodb.common.Common.CoprocessorV2
Packages that use Common.CoprocessorV2
-
Uses of Common.CoprocessorV2 in io.dingodb.common
Methods in io.dingodb.common that return Common.CoprocessorV2Modifier and TypeMethodDescriptionCommon.CoprocessorV2.Builder.build()Common.CoprocessorV2.Builder.buildPartial()static Common.CoprocessorV2Common.CoprocessorV2.getDefaultInstance()Common.CoprocessorV2.Builder.getDefaultInstanceForType()Common.CoprocessorV2.getDefaultInstanceForType()Common.VectorSearchParameter.Builder.getVectorCoprocessor()if vector_filter == TABLE_FILTER and vector_query_type = QUERY_PRE enable vector_coprocessor coprocessor requestCommon.VectorSearchParameter.getVectorCoprocessor()if vector_filter == TABLE_FILTER and vector_query_type = QUERY_PRE enable vector_coprocessor coprocessor requestCommon.VectorSearchParameterOrBuilder.getVectorCoprocessor()if vector_filter == TABLE_FILTER and vector_query_type = QUERY_PRE enable vector_coprocessor coprocessor requeststatic Common.CoprocessorV2Common.CoprocessorV2.parseDelimitedFrom(InputStream input) static Common.CoprocessorV2Common.CoprocessorV2.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.CoprocessorV2Common.CoprocessorV2.parseFrom(byte[] data) static Common.CoprocessorV2Common.CoprocessorV2.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.CoprocessorV2Common.CoprocessorV2.parseFrom(com.google.protobuf.ByteString data) static Common.CoprocessorV2Common.CoprocessorV2.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.CoprocessorV2Common.CoprocessorV2.parseFrom(com.google.protobuf.CodedInputStream input) static Common.CoprocessorV2Common.CoprocessorV2.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.CoprocessorV2Common.CoprocessorV2.parseFrom(InputStream input) static Common.CoprocessorV2Common.CoprocessorV2.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.CoprocessorV2Common.CoprocessorV2.parseFrom(ByteBuffer data) static Common.CoprocessorV2Common.CoprocessorV2.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.common that return types with arguments of type Common.CoprocessorV2Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<Common.CoprocessorV2>Common.CoprocessorV2.getParserForType()static com.google.protobuf.Parser<Common.CoprocessorV2>Common.CoprocessorV2.parser()Methods in io.dingodb.common with parameters of type Common.CoprocessorV2Modifier and TypeMethodDescriptionCommon.CoprocessorV2.Builder.mergeFrom(Common.CoprocessorV2 other) Common.VectorSearchParameter.Builder.mergeVectorCoprocessor(Common.CoprocessorV2 value) if vector_filter == TABLE_FILTER and vector_query_type = QUERY_PRE enable vector_coprocessor coprocessor requeststatic Common.CoprocessorV2.BuilderCommon.CoprocessorV2.newBuilder(Common.CoprocessorV2 prototype) Common.VectorSearchParameter.Builder.setVectorCoprocessor(Common.CoprocessorV2 value) if vector_filter == TABLE_FILTER and vector_query_type = QUERY_PRE enable vector_coprocessor coprocessor request -
Uses of Common.CoprocessorV2 in io.dingodb.sdk.common.utils
Methods in io.dingodb.sdk.common.utils that return Common.CoprocessorV2Modifier and TypeMethodDescriptionstatic Common.CoprocessorV2EntityConversion.mapping(Coprocessor coprocessor, long partId) -
Uses of Common.CoprocessorV2 in io.dingodb.store
Methods in io.dingodb.store that return Common.CoprocessorV2Modifier and TypeMethodDescriptionStore.KvScanBeginRequestV2.Builder.getCoprocessor()coprocessorStore.KvScanBeginRequestV2.getCoprocessor()coprocessorStore.KvScanBeginRequestV2OrBuilder.getCoprocessor()coprocessorStore.TxnScanRequest.Builder.getCoprocessor()coprocessorStore.TxnScanRequest.getCoprocessor()coprocessorStore.TxnScanRequestOrBuilder.getCoprocessor()coprocessorMethods in io.dingodb.store with parameters of type Common.CoprocessorV2Modifier and TypeMethodDescriptionStore.KvScanBeginRequestV2.Builder.mergeCoprocessor(Common.CoprocessorV2 value) coprocessorStore.TxnScanRequest.Builder.mergeCoprocessor(Common.CoprocessorV2 value) coprocessorStore.KvScanBeginRequestV2.Builder.setCoprocessor(Common.CoprocessorV2 value) coprocessorStore.TxnScanRequest.Builder.setCoprocessor(Common.CoprocessorV2 value) coprocessor