Filter and apply partial aggregations for each query in the stream using the BulletRecord stream .
Filter and apply partial aggregations for each query in the stream using the BulletRecord stream .
This method takes the query stream and BulletRecord stream, and outputs com.yahoo.bullet.spark.data.BulletData stream (They can be com.yahoo.bullet.spark.data.BulletErrorData or com.yahoo.bullet.spark.data.FilterResultData)) to the JoinStreaming phase. In this method, the query stream is collected and broadcast to all executors. In each partition, queries consume the Bullet records and generate the output com.yahoo.bullet.spark.data.BulletData accordingly.
The input query stream.
The input BulletRecord stream.
The broadcasted com.yahoo.bullet.spark.utils.BulletSparkConfig configuration that has been validated.
A com.yahoo.bullet.spark.data.BulletData stream which contains the intermediate results for queries.