public class CsvFilterableTable extends CsvTable implements FilterableTable
It implements the FilterableTable interface, so Calcite gets
data by calling the scan(DataContext, List) method.
CsvTable.FlavorfieldTypes, file| Modifier and Type | Method and Description |
|---|---|
Enumerable<Object[]> |
scan(DataContext root,
List<RexNode> filters) |
String |
toString() |
getRowTypegetJdbcTableType, getStatisticclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetJdbcTableType, getRowType, getStatisticpublic Enumerable<Object[]> scan(DataContext root, List<RexNode> filters)
scan in interface FilterableTableCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.