Uses of Class
io.qdrant.client.grpc.Points.Range
Packages that use Points.Range
-
Uses of Points.Range in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.RangeModifier and TypeMethodDescriptionPoints.Range.Builder.build()
Points.Range.Builder.buildPartial()
static Points.Range
Points.Range.getDefaultInstance()
Points.Range.Builder.getDefaultInstanceForType()
Points.Range.getDefaultInstanceForType()
Points.FieldCondition.Builder.getRange()
Check if points value lies in a given rangePoints.FieldCondition.getRange()
Check if points value lies in a given rangePoints.FieldConditionOrBuilder.getRange()
Check if points value lies in a given rangestatic Points.Range
Points.Range.parseDelimitedFrom
(InputStream input) static Points.Range
Points.Range.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.Range
Points.Range.parseFrom
(byte[] data) static Points.Range
Points.Range.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.Range
Points.Range.parseFrom
(com.google.protobuf.ByteString data) static Points.Range
Points.Range.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.Range
Points.Range.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.Range
Points.Range.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.Range
Points.Range.parseFrom
(InputStream input) static Points.Range
Points.Range.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.Range
Points.Range.parseFrom
(ByteBuffer data) static Points.Range
Points.Range.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Points.RangeModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.Range>
Points.Range.getParserForType()
static com.google.protobuf.Parser<Points.Range>
Points.Range.parser()
Methods in io.qdrant.client.grpc with parameters of type Points.RangeModifier and TypeMethodDescriptionPoints.Range.Builder.mergeFrom
(Points.Range other) Points.FieldCondition.Builder.mergeRange
(Points.Range value) Check if points value lies in a given rangestatic Points.Range.Builder
Points.Range.newBuilder
(Points.Range prototype) Points.FieldCondition.Builder.setRange
(Points.Range value) Check if points value lies in a given range -
Uses of Points.Range in io.qdrant.client.utils
Methods in io.qdrant.client.utils that return Points.RangeModifier and TypeMethodDescriptionstatic Points.Range
FilterUtil.range
(double lt, double gt, double gte, double lte) Creates aPoints.Range
for numeric range matching.Methods in io.qdrant.client.utils with parameters of type Points.RangeModifier and TypeMethodDescriptionstatic Points.Condition
FilterUtil.fieldCondition
(String key, Points.Range range) Creates aPoints.Condition
with aPoints.FieldCondition
for range matching.