See: Description
| Interface | Description |
|---|---|
| CsvProjectTableScanRule.Config |
Rule configuration.
|
| Class | Description |
|---|---|
| CsvEnumerator<E> |
Enumerator that reads from a CSV file.
|
| CsvProjectTableScanRule |
Planner rule that projects from a
CsvTableScan scan just the columns
needed to satisfy a projection. |
| CsvTable |
Base class for table that reads CSV files.
|
| CsvTableFactory |
Factory that creates a
CsvTranslatableTable. |
| CsvTableScan |
Relational expression representing a scan of a CSV file.
|
| CsvTranslatableTable |
Table based on a CSV file.
|
| FileReader |
Scrapes HTML tables from URLs using Jsoup.
|
| FileRules |
Planner rules relating to the File adapter.
|
| FileSchemaFactory |
Factory that creates a
FileSchema. |
| JsonEnumerator |
Enumerator that reads from a Object List.
|
| JsonScannableTable |
Table based on a JSON file.
|
| JsonTable |
Table based on a JSON file.
|
| Enum | Description |
|---|---|
| CsvTable.Flavor |
Various degrees of table "intelligence".
|
A Calcite schema that maps onto multiple URLs / HTML Tables. Each HTML table appears as a table. Full select SQL operations are available on those tables.
Copyright © 2012-2023 Apache Software Foundation. All Rights Reserved.