Module datafusion::functions_array::expr_ext
source · Expand description
Extension methods for Expr.
Traits§
- Return access to the element field. Example
expr["name"]
- Return elements between
1
basedstart
andstop
, for exampleexpr[1:3]