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 Summary
ConstructorDescriptionFileReader
(Source source) FileReader
(Source source, @Nullable String selector, @Nullable Integer index) FileReader
(Source source, String selector) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator