Uses of Class
io.dingodb.common.Common.SearchIvfFlatParam.Builder
Packages that use Common.SearchIvfFlatParam.Builder
-
Uses of Common.SearchIvfFlatParam.Builder in io.dingodb.common
Methods in io.dingodb.common that return Common.SearchIvfFlatParam.BuilderModifier and TypeMethodDescriptionCommon.SearchIvfFlatParam.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.SearchIvfFlatParam.Builder.clear()Common.SearchIvfFlatParam.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Common.SearchIvfFlatParam.Builder.clearNprobe()How many buckets to query, the default is 80, and cannot exceed the size of ncentroids.Common.SearchIvfFlatParam.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Common.SearchIvfFlatParam.Builder.clearParallelOnQueries()Default 1, parallel between queries; 0, parallel in a single query.Common.SearchIvfFlatParam.Builder.clone()Common.VectorSearchParameter.Builder.getIvfFlatBuilder().dingodb.pb.common.SearchIvfFlatParam ivf_flat = 12;Common.SearchIvfFlatParam.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Common.SearchIvfFlatParam.Builder.mergeFrom(com.google.protobuf.Message other) Common.SearchIvfFlatParam.Builder.mergeFrom(Common.SearchIvfFlatParam other) Common.SearchIvfFlatParam.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.SearchIvfFlatParam.newBuilder()Common.SearchIvfFlatParam.newBuilder(Common.SearchIvfFlatParam prototype) Common.SearchIvfFlatParam.newBuilderForType()protected Common.SearchIvfFlatParam.BuilderCommon.SearchIvfFlatParam.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Common.SearchIvfFlatParam.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.SearchIvfFlatParam.Builder.setNprobe(int value) How many buckets to query, the default is 80, and cannot exceed the size of ncentroids.Common.SearchIvfFlatParam.Builder.setParallelOnQueries(int value) Default 1, parallel between queries; 0, parallel in a single query.Common.SearchIvfFlatParam.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Common.SearchIvfFlatParam.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.SearchIvfFlatParam.toBuilder()Methods in io.dingodb.common with parameters of type Common.SearchIvfFlatParam.BuilderModifier and TypeMethodDescriptionCommon.VectorSearchParameter.Builder.setIvfFlat(Common.SearchIvfFlatParam.Builder builderForValue) .dingodb.pb.common.SearchIvfFlatParam ivf_flat = 12;