Packages

abstract class BulletData extends AnyRef

Class for storing arbitrary data for passing between the various Spark stages. It also stores the Metadata for the query this data is intended for.

It's the parent class for all data.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BulletData
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BulletData(metadata: Metadata, finished: Boolean = false)

    Create an instance of the data to pass between stages.

    Create an instance of the data to pass between stages.

    metadata

    The metadata information associated with the query.

    finished

    The Boolean to indicate whether query has been finished.

Value Members

  1. var finished: Boolean
  2. val metadata: Metadata