Skip to content

Conversation

fivetran-BradfordPaskewitz
Copy link
Collaborator

Documentation: https://docs.snowflake.com/en/sql-reference/functions/exp

Platform Support:
Platform | Supported | Arguments | Return Type | Notes
Snowflake | Yes | Numeric | Numeric (float) | Native EXP function
BigQuery | Yes | Numeric convertible | FLOAT64 | Native EXP function
Redshift | Yes | Integer, Decimal, Double | DOUBLE PRECISION | Native EXP function
PostgreSQL | Yes | Numeric | DOUBLE PRECISION | Native EXP function
Databricks | Yes | Numeric | DOUBLE | Native EXP function
DuckDB | Yes | Numeric | Numeric (double) | Native EXP function
TSQL | Yes | Float expression | Float | Native EXP function

Copy link
Collaborator

@geooo109 geooo109 left a comment

Choose a reason for hiding this comment

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

We can remove the validate_identity tests. For all the dialects the function is the same, and we cover it in the identity.sql file.

exp.ParseUrl,
exp.ParseIp,
},
exp.DataType.Type.FLOAT: {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's make this DOUBLE.

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.

2 participants