Skip to main content

expand_args

Function expand_args 

Source
pub fn expand_args(args: &[ColumnarValue]) -> Result<Vec<ArrayRef>>
Expand description

Expand all args to arrays of the same length.

ยงErrors

Returns a DataFusionError if a scalar value cannot be expanded to the target length.