Skip to content

LazyEvaluation of the "Lift" function. #13

@tuterbatuhan

Description

@tuterbatuhan

Hey,
"Lift" function is lazily evaluated by calling the getAggValues() function, as it can be seen here:

stream
.keyBy(0)
.process(windowOperator)
.map(x -> x.getAggValues().get(0).f1)
.print();

You may consider triggering the "Lift" function when a window ends, instead of adding another operator for lazy evaluation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions