Skip to content
This repository was archived by the owner on Dec 31, 2020. It is now read-only.

Support stateful select function #7

@EronWright

Description

@EronWright

The Flink API supports stateful mapper functions and so should the HTM DSL.

An important scenario is to store predictions over time for comparison purposes with later events, to calculate an error rate (for example). See the HotGym example.

The workaround at this time is to use a trivial select function followed by mapWithState.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions