Uses of Class
io.qdrant.client.grpc.Points.ValuesCount
-
Uses of Points.ValuesCount in io.qdrant.client.grpc
Modifier 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) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.ValuesCount>
Points.ValuesCount.getParserForType()
static com.google.protobuf.Parser<Points.ValuesCount>
Points.ValuesCount.parser()
Modifier 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
Modifier and TypeMethodDescriptionstatic Points.ValuesCount
FilterUtil.valuesCount
(long lt, long gt, long gte, long lte) Creates aPoints.ValuesCount
for values count matching.Modifier and TypeMethodDescriptionstatic Points.Condition
FilterUtil.fieldCondition
(String key, Points.ValuesCount valuesCount) Creates aPoints.Condition
with aPoints.FieldCondition
for values count matching.