Class FooterGatherer
java.lang.Object
org.apache.drill.exec.store.parquet.FooterGatherer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<org.apache.parquet.hadoop.Footer>
getFooters
(org.apache.hadoop.conf.Configuration conf, List<org.apache.hadoop.fs.FileStatus> statuses, int parallelism) A function to get a list of footers.static org.apache.parquet.hadoop.Footer
readFooter
(org.apache.hadoop.conf.Configuration config, org.apache.hadoop.fs.FileStatus status) An updated footer reader that tries to read the entire footer without knowing the length.
-
Constructor Details
-
FooterGatherer
public FooterGatherer()
-
-
Method Details