[−][src]Module datafusion::physical_plan::math_expressions
Math expressions
Functions
abs | mathematical function that accepts f32 or f64 and returns f64 |
acos | mathematical function that accepts f32 or f64 and returns f64 |
asin | mathematical function that accepts f32 or f64 and returns f64 |
atan | mathematical function that accepts f32 or f64 and returns f64 |
ceil | mathematical function that accepts f32 or f64 and returns f64 |
cos | mathematical function that accepts f32 or f64 and returns f64 |
exp | mathematical function that accepts f32 or f64 and returns f64 |
floor | mathematical function that accepts f32 or f64 and returns f64 |
ln | mathematical function that accepts f32 or f64 and returns f64 |
log2 | mathematical function that accepts f32 or f64 and returns f64 |
log10 | mathematical function that accepts f32 or f64 and returns f64 |
round | mathematical function that accepts f32 or f64 and returns f64 |
signum | mathematical function that accepts f32 or f64 and returns f64 |
sin | mathematical function that accepts f32 or f64 and returns f64 |
sqrt | mathematical function that accepts f32 or f64 and returns f64 |
tan | mathematical function that accepts f32 or f64 and returns f64 |
trunc | mathematical function that accepts f32 or f64 and returns f64 |