Class ClickHouseDataProcessor

java.lang.Object
com.clickhouse.data.ClickHouseDataProcessor

public abstract class ClickHouseDataProcessor extends Object
This defines a data processor for dealing with serialization and deserialization of one or multiple ClickHouseFormat. Unlike ClickHouseDeserializer and ClickHouseSerializer, which is for specific column or data type, data processor is a combination of both, and it can handle more scenarios like separator between columns and rows.