Class TableSchemaParser
java.lang.Object
com.clickhouse.client.api.internal.TableSchemaParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFromBinaryResponse(ClickHouseResponse response, String tableName, String databaseName) readTSKV(InputStream content, String table, String database)
-
Constructor Details
-
TableSchemaParser
public TableSchemaParser()
-
-
Method Details
-
createFromBinaryResponse
public TableSchema createFromBinaryResponse(ClickHouseResponse response, String tableName, String databaseName) -
readTSKV
-