Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 474 Bytes

functions.md

File metadata and controls

48 lines (40 loc) · 474 Bytes

Querydown functions

Scalar functions

Applied via |

  • abs
  • age
  • ago
  • away
  • ceil
  • days
  • divide
  • else
  • floor
  • hours
  • keep_above
  • keep_below
  • length
  • lowercase
  • max
  • min
  • minus
  • minutes
  • mod
  • not
  • plus
  • seconds
  • times
  • uppercase

(more to come)

Aggregate functions

Applied via %

  • all_true
  • any_true
  • avg
  • count
  • distinct
  • list
  • max
  • min
  • sum

(more to come)