Skip to content

feat(stream): add sin/cos/tan to the lifted-transform table#39

Open
estebanzimanyi wants to merge 1 commit into
masterfrom
feat/mf-stream-trig
Open

feat(stream): add sin/cos/tan to the lifted-transform table#39
estebanzimanyi wants to merge 1 commit into
masterfrom
feat/mf-stream-trig

Conversation

@estebanzimanyi

Copy link
Copy Markdown
Member

Wire tfloat_sin, tfloat_cos, tfloat_tan into the StreamEngine lifted-operation surface: the liftedOps catalogue, the meos-engine liftInstant switch, the Flink bridge job, and the Kafka bridge job handle "sin", "cos", "tan". Tests cover the MEOS path (exact pointwise results on instants) and the no-MEOS catalogue (sin/cos/tan present as unary ops). Requires MEOS pin 59ba0ad59c (tag ecosystem-pin-2026-06-11a) for the trig kernels.

Wire `tfloat_sin`, `tfloat_cos`, `tfloat_tan` into the StreamEngine
lifted-operation surface: the `liftedOps` catalogue, the meos-engine
`liftInstant` switch, the Flink bridge job, and the Kafka bridge job
all handle `"sin"`, `"cos"`, `"tan"`. Tests cover the MEOS path
(exact pointwise results on instants) and the no-MEOS catalogue
(sin/cos/tan present as unary ops).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant