datafusion_functions_nested

Module expr_ext

Source
Expand description

Extension methods for Expr.

Traitsยง

  • Return access to the element field. Example expr["name"]
  • Return elements between 1 based start and stop, for example expr[1:3]