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
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- BulletData
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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.