Module scalar_fns

Module scalar_fns 

Source
Expand description

A collection of built-in common scalar functions.

It is expected that each Vortex integration may provide its own set of scalar functions with semantics that exactly match the underlying system (e.g. SQL engine, DataFrame library, etc).

This set of functions should cover the basics, and in general leans towards the semantics of the equivalent Arrow compute function.

Modules§

binary
cast
get_item
is_null
mask
not

Traits§

ArrayBuiltins
ExprBuiltins
A collection of built-in scalar functions that can be applied to expressions or arrays.