Package org.apache.calcite.adapter.file
package org.apache.calcite.adapter.file
Query provider that reads from files and web pages in various formats.
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.
-
ClassDescriptionEnumerator that reads from a CSV file.Planner rule that projects from a
CsvTableScan
scan just the columns needed to satisfy a projection.Rule configuration.Base class for table that reads CSV files.Various degrees of table "intelligence".Factory that creates aCsvTranslatableTable
.Relational expression representing a scan of a CSV file.Table based on a CSV file.Scrapes HTML tables from URLs using Jsoup.Indicates that the FileReader failed.Planner rules relating to the File adapter.Factory that creates aFileSchema
.Enumerator that reads from a Object List.Table based on a JSON file.Table based on a JSON file.