public class JsonTable
extends org.apache.calcite.schema.impl.AbstractTable
| Constructor and Description |
|---|
JsonTable(org.apache.calcite.util.Source source) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getDataList(org.apache.calcite.rel.type.RelDataTypeFactory typeFactory)
Returns the data list of the table.
|
org.apache.calcite.rel.type.RelDataType |
getRowType(org.apache.calcite.rel.type.RelDataTypeFactory typeFactory) |
org.apache.calcite.schema.Statistic |
getStatistic() |
public org.apache.calcite.rel.type.RelDataType getRowType(org.apache.calcite.rel.type.RelDataTypeFactory typeFactory)
public List<Object> getDataList(org.apache.calcite.rel.type.RelDataTypeFactory typeFactory)
public org.apache.calcite.schema.Statistic getStatistic()
getStatistic in interface org.apache.calcite.schema.TablegetStatistic in class org.apache.calcite.schema.impl.AbstractTableCopyright © 2012-2020 Apache Software Foundation. All Rights Reserved.