public class JsonScannableTable extends JsonTable implements org.apache.calcite.schema.ScannableTable
It implements the ScannableTable interface, so Calcite gets
data by calling the scan(DataContext) method.
| Constructor and Description |
|---|
JsonScannableTable(org.apache.calcite.util.Source source)
Creates a JsonScannableTable.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.linq4j.Enumerable<Object[]> |
scan(org.apache.calcite.DataContext root) |
String |
toString() |
getDataList, getRowType, getStatisticgetJdbcTableType, isRolledUp, rolledUpColumnValidInsideAgg, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitCopyright © 2012-2023 Apache Software Foundation. All Rights Reserved.