Uses of Class
io.milvus.grpc.IntArray
Packages that use IntArray
-
Uses of IntArray in io.milvus.grpc
Methods in io.milvus.grpc that return IntArrayModifier and TypeMethodDescriptionIntArray.Builder.build()IntArray.Builder.buildPartial()static IntArrayIntArray.getDefaultInstance()IntArray.Builder.getDefaultInstanceForType()IntArray.getDefaultInstanceForType()ScalarField.Builder.getIntData().milvus.proto.schema.IntArray int_data = 2;ScalarField.getIntData().milvus.proto.schema.IntArray int_data = 2;ScalarFieldOrBuilder.getIntData().milvus.proto.schema.IntArray int_data = 2;CalcDistanceResults.Builder.getIntDist().milvus.proto.schema.IntArray int_dist = 2;CalcDistanceResults.getIntDist().milvus.proto.schema.IntArray int_dist = 2;CalcDistanceResultsOrBuilder.getIntDist().milvus.proto.schema.IntArray int_dist = 2;static IntArrayIntArray.parseDelimitedFrom(InputStream input) static IntArrayIntArray.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IntArrayIntArray.parseFrom(byte[] data) static IntArrayIntArray.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IntArrayIntArray.parseFrom(com.google.protobuf.ByteString data) static IntArrayIntArray.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IntArrayIntArray.parseFrom(com.google.protobuf.CodedInputStream input) static IntArrayIntArray.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IntArrayIntArray.parseFrom(InputStream input) static IntArrayIntArray.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IntArrayIntArray.parseFrom(ByteBuffer data) static IntArrayIntArray.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type IntArrayModifier and TypeMethodDescriptioncom.google.protobuf.Parser<IntArray> IntArray.getParserForType()static com.google.protobuf.Parser<IntArray> IntArray.parser()Methods in io.milvus.grpc with parameters of type IntArrayModifier and TypeMethodDescriptionScalarField.Builder.mergeIntData(IntArray value) .milvus.proto.schema.IntArray int_data = 2;CalcDistanceResults.Builder.mergeIntDist(IntArray value) .milvus.proto.schema.IntArray int_dist = 2;static IntArray.BuilderIntArray.newBuilder(IntArray prototype) ScalarField.Builder.setIntData(IntArray value) .milvus.proto.schema.IntArray int_data = 2;CalcDistanceResults.Builder.setIntDist(IntArray value) .milvus.proto.schema.IntArray int_dist = 2;