See: Description
| Class | Description |
|---|---|
| FileEnumerator |
Wraps
FileReader and FileRowConverter, enumerates tr DOM
elements as table rows. |
| FileReader |
Scrapes HTML tables from URLs using Jsoup.
|
| FileReader.FileReaderIterator |
Iterates over HTML tables, returning an Elements per row.
|
| FileRowConverter |
FileRowConverter.
|
| FileSchema |
Schema mapped onto a set of URLs / HTML tables.
|
| FileSchemaFactory |
Factory that creates a
FileSchema. |
| FileTable |
Table implementation wrapping a URL / HTML table.
|
| FileTableScan |
Relational expression representing a scan of an HTML table.
|
| Enum | Description |
|---|---|
| FileFieldType |
Type of a field in a Web (HTML) table.
|
| Exception | Description |
|---|---|
| FileReaderException |
Indicates that the FileReader failed.
|
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–2018 The Apache Software Foundation. All rights reserved.