com.yahoo.bullet.spark.data
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.
Create an instance of the data to pass between stages.
The metadata information associated with the query.
The Boolean to indicate whether query has been finished.
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.