public class KafkaStreamTable extends Object implements org.apache.calcite.schema.ScannableTable, org.apache.calcite.schema.StreamableTable
Currently only KafkaStreamTable is
implemented as a STREAM table.
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.calcite.schema.Schema.TableType |
getJdbcTableType() |
org.apache.calcite.rel.type.RelDataType |
getRowType(org.apache.calcite.rel.type.RelDataTypeFactory typeFactory) |
org.apache.calcite.schema.Statistic |
getStatistic() |
boolean |
isRolledUp(String column) |
boolean |
rolledUpColumnValidInsideAgg(String column,
org.apache.calcite.sql.SqlCall call,
@Nullable org.apache.calcite.sql.SqlNode parent,
@Nullable org.apache.calcite.config.CalciteConnectionConfig config) |
org.apache.calcite.linq4j.Enumerable<Object[]> |
scan(org.apache.calcite.DataContext root) |
org.apache.calcite.schema.Table |
stream() |
public org.apache.calcite.linq4j.Enumerable<Object[]> scan(org.apache.calcite.DataContext root)
scan 在接口中 org.apache.calcite.schema.ScannableTablepublic org.apache.calcite.rel.type.RelDataType getRowType(org.apache.calcite.rel.type.RelDataTypeFactory typeFactory)
getRowType 在接口中 org.apache.calcite.schema.Tablepublic org.apache.calcite.schema.Statistic getStatistic()
getStatistic 在接口中 org.apache.calcite.schema.Tablepublic boolean isRolledUp(String column)
isRolledUp 在接口中 org.apache.calcite.schema.Tablepublic boolean rolledUpColumnValidInsideAgg(String column, org.apache.calcite.sql.SqlCall call, @Nullable org.apache.calcite.sql.SqlNode parent, @Nullable org.apache.calcite.config.CalciteConnectionConfig config)
rolledUpColumnValidInsideAgg 在接口中 org.apache.calcite.schema.Tablepublic org.apache.calcite.schema.Table stream()
stream 在接口中 org.apache.calcite.schema.StreamableTablepublic org.apache.calcite.schema.Schema.TableType getJdbcTableType()
getJdbcTableType 在接口中 org.apache.calcite.schema.TableCopyright © 2012-2023 Apache Software Foundation. All Rights Reserved.