Class ChFunctionsReader

java.lang.Object
org.pgcodekeeper.core.database.base.jdbc.AbstractJdbcReader<ChJdbcLoader>
org.pgcodekeeper.core.database.ch.jdbc.ChFunctionsReader
All Implemented Interfaces:
IJdbcReader

public final class ChFunctionsReader extends AbstractJdbcReader<ChJdbcLoader>
Reader for ClickHouse functions. Loads function definitions from system.functions table.
  • Constructor Details

    • ChFunctionsReader

      public ChFunctionsReader(ChJdbcLoader loader, ChDatabase db)
      Creates a new ChFunctionsReader.
      Parameters:
      loader - the JDBC loader instance
      db - the ClickHouse database to load functions into