Uses of Class
io.qdrant.client.grpc.Points.ValuesCount
Packages that use Points.ValuesCount
-
Uses of Points.ValuesCount in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.ValuesCountModifier and TypeMethodDescriptionPoints.ValuesCount.Builder.build()
Points.ValuesCount.Builder.buildPartial()
static Points.ValuesCount
Points.ValuesCount.getDefaultInstance()
Points.ValuesCount.Builder.getDefaultInstanceForType()
Points.ValuesCount.getDefaultInstanceForType()
Points.FieldCondition.Builder.getValuesCount()
Check number of values for a specific fieldPoints.FieldCondition.getValuesCount()
Check number of values for a specific fieldPoints.FieldConditionOrBuilder.getValuesCount()
Check number of values for a specific fieldstatic Points.ValuesCount
Points.ValuesCount.parseDelimitedFrom
(InputStream input) static Points.ValuesCount
Points.ValuesCount.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ValuesCount
Points.ValuesCount.parseFrom
(byte[] data) static Points.ValuesCount
Points.ValuesCount.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ValuesCount
Points.ValuesCount.parseFrom
(com.google.protobuf.ByteString data) static Points.ValuesCount
Points.ValuesCount.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ValuesCount
Points.ValuesCount.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.ValuesCount
Points.ValuesCount.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ValuesCount
Points.ValuesCount.parseFrom
(InputStream input) static Points.ValuesCount
Points.ValuesCount.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ValuesCount
Points.ValuesCount.parseFrom
(ByteBuffer data) static Points.ValuesCount
Points.ValuesCount.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Points.ValuesCountModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.ValuesCount>
Points.ValuesCount.getParserForType()
static com.google.protobuf.Parser<Points.ValuesCount>
Points.ValuesCount.parser()
Methods in io.qdrant.client.grpc with parameters of type Points.ValuesCountModifier and TypeMethodDescriptionPoints.ValuesCount.Builder.mergeFrom
(Points.ValuesCount other) Points.FieldCondition.Builder.mergeValuesCount
(Points.ValuesCount value) Check number of values for a specific fieldstatic Points.ValuesCount.Builder
Points.ValuesCount.newBuilder
(Points.ValuesCount prototype) Points.FieldCondition.Builder.setValuesCount
(Points.ValuesCount value) Check number of values for a specific field -
Uses of Points.ValuesCount in io.qdrant.client.utils
Methods in io.qdrant.client.utils that return Points.ValuesCountModifier and TypeMethodDescriptionstatic Points.ValuesCount
FilterUtil.valuesCount
(long lt, long gt, long gte, long lte) Creates aPoints.ValuesCount
for values count matching.Methods in io.qdrant.client.utils with parameters of type Points.ValuesCountModifier and TypeMethodDescriptionstatic Points.Condition
FilterUtil.fieldCondition
(String key, Points.ValuesCount valuesCount) Creates aPoints.Condition
with aPoints.FieldCondition
for values count matching.