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