Package org.apache.calcite.adapter.file
Class FileReader
java.lang.Object
org.apache.calcite.adapter.file.FileReader
- All Implemented Interfaces:
- Iterable<org.jsoup.select.Elements>
Scrapes HTML tables from URLs using Jsoup.
- 
Constructor SummaryConstructorsConstructorDescriptionFileReader(Source source) FileReader(Source source, @Nullable String selector, @Nullable Integer index) FileReader(Source source, String selector) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator