Get desktop application:
View/edit binary Protocol Buffers messages
IsReady is the heartbeat endpoint for gRPC.
* ReadyResponse is the health check result.
ReduceFn applies a reduce function to a stream of reduce requests and sends reduce response back in a streaming fashion.
* ReduceRequest represents a request element.
* ReduceResponse represents a response element.
window represents a window to which the result belongs.
EOF represents the end of the response for a window. When it's set to true, the platform considers the response as an indicator which doesn't contain real data.
Payload represents a payload element.
Used in:
WindowOperation represents a window operation. For Aligned windows, OPEN, APPEND and CLOSE events are sent.
Used in:
Used in:
FIXME: put all fields(window, EOF) inside of Result. Reference: https://protobuf.dev/programming-guides/api/#dont-include-primitive-types Result represents a result element. It contains the result of the reduce function.
Used in:
Window represents a window. Since the client doesn't track keys, window doesn't have a keys field.
Used in: ,