Function datafusion_functions_nested::resize::array_resize
source ยท pub fn array_resize(array: Expr, size: Expr, value: Expr) -> Expr
Expand description
returns an array with the specified size filled with the given value.
pub fn array_resize(array: Expr, size: Expr, value: Expr) -> Expr
returns an array with the specified size filled with the given value.