Adds a method, etheruemBlockFile, to SQLContext that allows reading Etheruem blockchain data as Ethereum blocks.
final case classEthereumBlockRelation(location: String, maxBlockSize: Integer = ..., useDirectBuffer: Boolean = ..., enrich: Boolean = false)(sqlContext: SQLContext) extends BaseRelation with TableScan with Serializable with Product
Defines the schema of a EthereumBlock for Spark SQL
Author: Jörn Franke <zuinnote@gmail.com>