Uses of Class
io.milvus.grpc.ArrayArray
Packages that use ArrayArray
-
Uses of ArrayArray in io.milvus.grpc
Methods in io.milvus.grpc that return ArrayArrayModifier and TypeMethodDescriptionArrayArray.Builder.build()ArrayArray.Builder.buildPartial()ScalarField.Builder.getArrayData().milvus.proto.schema.ArrayArray array_data = 8;ScalarField.getArrayData().milvus.proto.schema.ArrayArray array_data = 8;ScalarFieldOrBuilder.getArrayData().milvus.proto.schema.ArrayArray array_data = 8;static ArrayArrayArrayArray.getDefaultInstance()ArrayArray.Builder.getDefaultInstanceForType()ArrayArray.getDefaultInstanceForType()static ArrayArrayArrayArray.parseDelimitedFrom(InputStream input) static ArrayArrayArrayArray.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArrayArrayArrayArray.parseFrom(byte[] data) static ArrayArrayArrayArray.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArrayArrayArrayArray.parseFrom(com.google.protobuf.ByteString data) static ArrayArrayArrayArray.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArrayArrayArrayArray.parseFrom(com.google.protobuf.CodedInputStream input) static ArrayArrayArrayArray.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArrayArrayArrayArray.parseFrom(InputStream input) static ArrayArrayArrayArray.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArrayArrayArrayArray.parseFrom(ByteBuffer data) static ArrayArrayArrayArray.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type ArrayArrayModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ArrayArray> ArrayArray.getParserForType()static com.google.protobuf.Parser<ArrayArray> ArrayArray.parser()Methods in io.milvus.grpc with parameters of type ArrayArrayModifier and TypeMethodDescriptionScalarField.Builder.mergeArrayData(ArrayArray value) .milvus.proto.schema.ArrayArray array_data = 8;ArrayArray.Builder.mergeFrom(ArrayArray other) static ArrayArray.BuilderArrayArray.newBuilder(ArrayArray prototype) ScalarField.Builder.setArrayData(ArrayArray value) .milvus.proto.schema.ArrayArray array_data = 8;