Skip to content

Conversation

@fivetran-felixhuang
Copy link
Collaborator

Platform Supported Argument Type Return Type Notes
Snowflake ✅ Yes (BITNOT) Numeric/Binary INT/BINARY Returns INT for numeric input, BINARY for binary input
BigQuery ❌ No N/A N/A Uses ~ operator instead for bitwise NOT on INT64/BYTES
Redshift ❌ No N/A N/A Uses ~ operator for bitwise NOT on integers/VARBYTE
PostgreSQL ❌ No N/A N/A Uses ~ operator for bitwise NOT on bit strings/integers
Databricks ❌ No N/A N/A Uses ~ operator for bitwise NOT on numeric expressions
DuckDB ❌ No N/A N/A Uses ~ operator for bitwise NOT on BITSTRING/integers
T-SQL ❌ No N/A N/A Uses ~ operator for bitwise NOT on integers/bit/binary/varbinary

@georgesittas georgesittas merged commit 417f1e8 into main Nov 3, 2025
7 checks passed
@georgesittas georgesittas deleted the snowflake_BITNOT branch November 3, 2025 21:11
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.

3 participants