Uses of Class
com.clickhouse.client.data.ClickHouseExternalTable
-
Packages that use ClickHouseExternalTable Package Description com.clickhouse.client Provides necessary classes to communicate with ClickHouse server.com.clickhouse.client.data Provides necessary classes to handle different format or type of data. -
-
Uses of ClickHouseExternalTable in com.clickhouse.client
Fields in com.clickhouse.client with type parameters of type ClickHouseExternalTable Modifier and Type Field Description protected List<ClickHouseExternalTable>ClickHouseRequest. externalTablesMethods in com.clickhouse.client that return types with arguments of type ClickHouseExternalTable Modifier and Type Method Description List<ClickHouseExternalTable>ClickHouseRequest. getExternalTables()Gets immutable list of external tables.Methods in com.clickhouse.client with parameters of type ClickHouseExternalTable Modifier and Type Method Description SelfTClickHouseRequest. addExternal(ClickHouseExternalTable table)Adds an external table.SelfTClickHouseRequest. external(ClickHouseExternalTable table, ClickHouseExternalTable... more)Sets one or more external tables.SelfTClickHouseRequest. removeExternal(ClickHouseExternalTable external)Removes an external table.Method parameters in com.clickhouse.client with type arguments of type ClickHouseExternalTable Modifier and Type Method Description SelfTClickHouseRequest. external(Collection<ClickHouseExternalTable> tables)Sets external tables. -
Uses of ClickHouseExternalTable in com.clickhouse.client.data
Methods in com.clickhouse.client.data that return ClickHouseExternalTable Modifier and Type Method Description ClickHouseExternalTableClickHouseExternalTable.Builder. build()
-