Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 265 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 265 Bytes

filter-pushdown-examples

This project contains some examples of Spark DataFrames with filters that are pushed down to the data source. Additionally, examples.MyBaseRelation is a basic implementation of a custom BaseRelation from which a DataFrame can be created.