public class ClickhouseJdbcDialect extends Object implements JdbcDialect
Constructor and Description |
---|
ClickhouseJdbcDialect(JdbcStoragePlugin plugin) |
Modifier and Type | Method and Description |
---|---|
String |
generateSql(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.rel.RelNode input)
Generate sql from relational expressions.
|
void |
registerSchemas(SchemaConfig config,
org.apache.calcite.schema.SchemaPlus parent)
Register the schemas provided by this JdbcDialect implementation under the
given parent schema.
|
public ClickhouseJdbcDialect(JdbcStoragePlugin plugin)
public void registerSchemas(SchemaConfig config, org.apache.calcite.schema.SchemaPlus parent)
JdbcDialect
registerSchemas
in interface JdbcDialect
config
- Configuration for schema objects.parent
- Reference to parent schema.public String generateSql(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.rel.RelNode input)
JdbcDialect
generateSql
in interface JdbcDialect
cluster
- An environment for related relational expressions.input
- Relational expressions.Copyright © 1970 The Apache Software Foundation. All rights reserved.