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()TableSchemaTableSchemaParam. getTableSchema()Methods in io.milvus.client that return types with arguments of type TableSchema Modifier and Type Method Description Optional<TableSchema>DescribeTableResponse. getTableSchema()Constructors in io.milvus.client with parameters of type TableSchema Constructor Description Builder(TableSchema tableSchema)DescribeTableResponse(Response response, TableSchema tableSchema)
-