Module datafusion_functions_nested::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]