public class KafkaTableFactory extends Object implements org.apache.calcite.schema.TableFactory<KafkaStreamTable>
TableFactory for Apache Kafka. Currently an Apache Kafka
topic is mapping to a STREAM table.| 构造器和说明 |
|---|
KafkaTableFactory() |
public KafkaStreamTable create(org.apache.calcite.schema.SchemaPlus schema, String name, Map<String,Object> operand, @Nullable org.apache.calcite.rel.type.RelDataType rowType)
create 在接口中 org.apache.calcite.schema.TableFactory<KafkaStreamTable>Copyright © 2012-2023 Apache Software Foundation. All Rights Reserved.