Uses of Class
io.milvus.grpc.ArrayArray
-
Packages that use ArrayArray Package Description io.milvus.grpc -
-
Uses of ArrayArray in io.milvus.grpc
Methods in io.milvus.grpc that return ArrayArray Modifier and Type Method Description ArrayArrayArrayArray.Builder. build()ArrayArrayArrayArray.Builder. buildPartial()ArrayArrayScalarField.Builder. getArrayData().milvus.proto.schema.ArrayArray array_data = 8;ArrayArrayScalarField. getArrayData().milvus.proto.schema.ArrayArray array_data = 8;ArrayArrayScalarFieldOrBuilder. getArrayData().milvus.proto.schema.ArrayArray array_data = 8;static ArrayArrayArrayArray. getDefaultInstance()ArrayArrayArrayArray.Builder. getDefaultInstanceForType()ArrayArrayArrayArray. 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 ArrayArray Modifier and Type Method Description com.google.protobuf.Parser<ArrayArray>ArrayArray. getParserForType()static com.google.protobuf.Parser<ArrayArray>ArrayArray. parser()Methods in io.milvus.grpc with parameters of type ArrayArray Modifier and Type Method Description ScalarField.BuilderScalarField.Builder. mergeArrayData(ArrayArray value).milvus.proto.schema.ArrayArray array_data = 8;ArrayArray.BuilderArrayArray.Builder. mergeFrom(ArrayArray other)static ArrayArray.BuilderArrayArray. newBuilder(ArrayArray prototype)ScalarField.BuilderScalarField.Builder. setArrayData(ArrayArray value).milvus.proto.schema.ArrayArray array_data = 8;
-