| Class | Description | 
|---|---|
| ClickHouseIO | 
 An IO to write to ClickHouse. 
 | 
| ClickHouseIO.Write<T> | 
 A  
PTransform to write to ClickHouse. | 
| ClickHouseWriter | 
 Writes Rows and field values using  
ClickHousePipedOutputStream. | 
| TableSchema | 
 A descriptor for ClickHouse table schema. 
 | 
| TableSchema.Column | 
 A column in ClickHouse table. 
 | 
| TableSchema.ColumnType | 
 A descriptor for a column type. 
 | 
| Enum | Description | 
|---|---|
| TableSchema.DefaultType | 
 An enumeration of possible kinds of default values in ClickHouse. 
 | 
| TableSchema.TypeName | 
 An enumeration of possible types in ClickHouse. 
 | 
ClickHouseIO