Uses of Class
com.clickhouse.client.api.metadata.TableSchema
Packages that use TableSchema
Package
Description
-
Uses of TableSchema in com.clickhouse.client.api
Methods in com.clickhouse.client.api that return TableSchemaModifier and TypeMethodDescriptionClient.getTableSchema(String table) Fetches schema of a table and returns complete information about each column.Client.getTableSchema(String table, String database) Fetches schema of a table and returns complete information about each column.Methods in com.clickhouse.client.api with parameters of type TableSchemaModifier and TypeMethodDescriptionstatic ClickHouseBinaryFormatReaderClient.newBinaryFormatReader(QueryResponse response, TableSchema schema) Create an instance ofClickHouseBinaryFormatReaderbased on response.voidClient.register(Class<?> clazz, TableSchema schema) Registers a POJO class and maps its fields to a table schema -
Uses of TableSchema in com.clickhouse.client.api.data_formats
Methods in com.clickhouse.client.api.data_formats that return TableSchemaConstructors in com.clickhouse.client.api.data_formats with parameters of type TableSchemaModifierConstructorDescriptionRowBinaryFormatReader(InputStream inputStream, TableSchema schema) RowBinaryFormatReader(InputStream inputStream, QuerySettings querySettings, TableSchema schema) RowBinaryWithNamesFormatReader(InputStream inputStream, TableSchema schema) RowBinaryWithNamesFormatReader(InputStream inputStream, QuerySettings querySettings, TableSchema schema) -
Uses of TableSchema in com.clickhouse.client.api.data_formats.internal
Methods in com.clickhouse.client.api.data_formats.internal that return TableSchemaMethods in com.clickhouse.client.api.data_formats.internal with parameters of type TableSchemaModifier and TypeMethodDescriptionprotected voidAbstractBinaryFormatReader.setSchema(TableSchema schema) Constructors in com.clickhouse.client.api.data_formats.internal with parameters of type TableSchemaModifierConstructorDescriptionprotectedAbstractBinaryFormatReader(InputStream inputStream, QuerySettings querySettings, TableSchema schema) MapBackedRecord(Map<String, Object> record, TableSchema schema) -
Uses of TableSchema in com.clickhouse.client.api.internal
Methods in com.clickhouse.client.api.internal that return TableSchemaModifier and TypeMethodDescriptionTableSchemaParser.createFromBinaryResponse(ClickHouseResponse response, String tableName, String databaseName) TableSchemaParser.readTSKV(InputStream content, String table, String database)