This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
Support stateful select
function
#7
Labels
select
function
#7
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
.The text was updated successfully, but these errors were encountered: