org.zuinnote.spark.ethereum

block

package block

Author: Jörn Franke <[email protected]>

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. block
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class DefaultSource extends RelationProvider

    Author: Jörn Franke <zuinnote@gmail.

  2. class DefaultSource15 extends DefaultSource with DataSourceRegister

    Author: Jörn Franke <zuinnote@gmail.

  3. implicit class EthereumBlockContext extends Serializable

    Adds a method, etheruemBlockFile, to SQLContext that allows reading Etheruem blockchain data as Ethereum blocks.

  4. final case class EthereumBlockRelation(location: String, maxBlockSize: Integer = ..., useDirectBuffer: Boolean = ..., enrich: Boolean = false, chainId: Integer = scala.this.Predef.int2Integer(1))(sqlContext: SQLContext) extends BaseRelation with TableScan with Serializable with Product

    Defines the schema of a EthereumBlock for Spark SQL

Inherited from AnyRef

Inherited from Any

Ungrouped