public class LateralViewFunctor extends TableFunctor
Constructor and Description |
---|
LateralViewFunctor(LateralView lateralView)
Constructor that creates a lateral view table functor from a
LateralView . |
Modifier and Type | Method and Description |
---|---|
List<com.yahoo.bullet.record.BulletRecord> |
apply(com.yahoo.bullet.record.BulletRecord record,
com.yahoo.bullet.record.BulletRecordProvider provider)
Applies this table functor to the given
BulletRecord . |
public LateralViewFunctor(LateralView lateralView)
LateralView
.lateralView
- The lateral view table function to construct the table functor from.public List<com.yahoo.bullet.record.BulletRecord> apply(com.yahoo.bullet.record.BulletRecord record, com.yahoo.bullet.record.BulletRecordProvider provider)
TableFunctor
BulletRecord
.apply
in class TableFunctor
record
- The Bullet record to apply this table functor to.provider
- The provider used in generating new Bullet records.Copyright © 2021. All rights reserved.