public final class FilterableTable
extends org.apache.calcite.schema.impl.AbstractTable
implements org.apache.calcite.schema.ProjectableFilterableTable
| Constructor and Description |
|---|
FilterableTable() |
| Modifier and Type | Method and Description |
|---|---|
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, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic org.apache.calcite.rel.type.RelDataType getRowType(org.apache.calcite.rel.type.RelDataTypeFactory typeFactory)
getRowType in interface 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 in interface org.apache.calcite.schema.ProjectableFilterableTablepublic org.apache.calcite.schema.Statistic getStatistic()
getStatistic in interface org.apache.calcite.schema.TablegetStatistic in class org.apache.calcite.schema.impl.AbstractTableCopyright © 2022 The Apache Software Foundation. All rights reserved.