public final class FilterableTable
extends org.apache.calcite.schema.impl.AbstractTable
implements org.apache.calcite.schema.ProjectableFilterableTable
| 构造器和说明 |
|---|
FilterableTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.calcite.rel.type.RelDataType |
getRowType(org.apache.calcite.rel.type.RelDataTypeFactory typeFactory) |
org.apache.calcite.schema.Statistic |
getStatistic() |
org.apache.calcite.linq4j.Enumerable<Object[]> |
scan(org.apache.calcite.DataContext root,
List<org.apache.calcite.rex.RexNode> filters,
int[] projects) |
getJdbcTableType, isRolledUp, rolledUpColumnValidInsideAgg, unwrappublic org.apache.calcite.rel.type.RelDataType getRowType(org.apache.calcite.rel.type.RelDataTypeFactory typeFactory)
getRowType 在接口中 org.apache.calcite.schema.Tablepublic org.apache.calcite.linq4j.Enumerable<Object[]> scan(org.apache.calcite.DataContext root, List<org.apache.calcite.rex.RexNode> filters, int[] projects)
scan 在接口中 org.apache.calcite.schema.ProjectableFilterableTablepublic org.apache.calcite.schema.Statistic getStatistic()
getStatistic 在接口中 org.apache.calcite.schema.TablegetStatistic 在类中 org.apache.calcite.schema.impl.AbstractTableCopyright © 2022 The Apache Software Foundation. All rights reserved.