/
Cube function
Cube function
Raises each value in the column to the power of 3.
Namespaces
math
decimal
Input
Numeric values
Output
Double or Decimal values
Syntax
For non-decimal values:
set-column :column math:pow(column,3)
For decimal values:
set-column :column decimal:pow(column,3)
Example
Raises each value in the test
column to the power of 3.
set-column :test math:pow(test)
, multiple selections available,
Related content
Sin function
Sin function
Read with this
Cos function
Cos function
Read with this
DaysSinceFromDate function
DaysSinceFromDate function
More like this
Redshift to S3 Action (Deprecated)
Redshift to S3 Action (Deprecated)
More like this
Snowflake to Cloud Storage Action (Deprecated)
Snowflake to Cloud Storage Action (Deprecated)
More like this
S3 To Redshift Action (Deprecated)
S3 To Redshift Action (Deprecated)
More like this
Created in 2020 by Google Inc.