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.