Uses of Class
io.milvus.client.TableSchema
-
Packages that use TableSchema Package Description io.milvus.client -
-
Uses of TableSchema in io.milvus.client
Methods in io.milvus.client that return TableSchema Modifier and Type Method Description TableSchemaTableSchema.Builder. build()Methods in io.milvus.client that return types with arguments of type TableSchema Modifier and Type Method Description Optional<TableSchema>DescribeTableResponse. getTableSchema()Methods in io.milvus.client with parameters of type TableSchema Modifier and Type Method Description ResponseMilvusClient. createTable(TableSchema tableSchema)Creates table specified bytableSchemaParamResponseMilvusGrpcClient. createTable(TableSchema tableSchema)
-