public class ExplodeFunctor extends OuterableTableFunctor
outer| Constructor and Description |
|---|
ExplodeFunctor(Explode explode)
Constructor that creates an explode table functor from a
Explode. |
| Modifier and Type | Method and Description |
|---|---|
protected List<com.yahoo.bullet.record.BulletRecord> |
outerableApply(com.yahoo.bullet.record.BulletRecord record,
com.yahoo.bullet.record.BulletRecordProvider provider)
Applies this table functor to the given
BulletRecord. |
applyprotected List<com.yahoo.bullet.record.BulletRecord> outerableApply(com.yahoo.bullet.record.BulletRecord record, com.yahoo.bullet.record.BulletRecordProvider provider)
OuterableTableFunctorBulletRecord. This method is called by the main
OuterableTableFunctor.apply(BulletRecord, BulletRecordProvider) method which will handle the outer option.outerableApply in class OuterableTableFunctorrecord - The Bullet record to apply this table functor to.provider - The provider used in generating new Bullet records.Copyright © 2021. All rights reserved.