Skip to content

Conversation

@vinit-j13
Copy link
Contributor

Type of Change

  • Bugfix
  • [] New feature
  • Enhancement
  • Refactoring
  • Dependency updates

Description

Additional Changes

  • This PR modifies the database schema (database migration added)
  • This PR modifies dhall configs/environment variables

Motivation and Context

How did you test it?

Checklist

  • I formatted the code and addressed linter errors ./dev/format-all-files.sh
  • I reviewed submitted code
  • I added unit tests for my changes where possible
  • I added a CHANGELOG entry if applicable

@vinit-j13 vinit-j13 force-pushed the backend/beam-operators branch 7 times, most recently from 4f73914 to a2efd97 Compare January 20, 2026 11:52
@vinit-j13 vinit-j13 changed the title Add custom beam/postgres operators Add sub , mul ,div operators to the clickhouse operators Jan 20, 2026
Add :: (ClickhouseTable t, ClickhouseNum v) => Column a t v -> Column a t v -> Column a t v
Sub :: (ClickhouseTable t, ClickhouseNum v) => Column a t v -> Column a t v -> Column a t v
Mul :: (ClickhouseTable t, ClickhouseNum v) => Column a t v -> Column a t v -> Column a t v
Div :: (ClickhouseTable t, ClickhouseNum v) => Column a t v -> Column a t v -> Column a t v
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, clickhouse div operator always return Float64 type, it can be parsed as Double in Haskell:
Div :: (ClickhouseTable t, ClickhouseNum v) => Column a t v -> Column a t v -> Column a t Double

@vinit-j13 vinit-j13 force-pushed the backend/beam-operators branch from c3cfc22 to fe44d7f Compare January 21, 2026 09:09
@vinit-j13 vinit-j13 force-pushed the backend/beam-operators branch from fe44d7f to 025231f Compare January 21, 2026 11:08
@vinit-j13 vinit-j13 force-pushed the backend/beam-operators branch from 025231f to 2923c3a Compare January 22, 2026 13:37
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.

4 participants