Module builtins

Module builtins 

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.

Traitsยง

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