Function datafusion::prelude::array_fill

source ·
pub fn array_fill(element: Expr, array: Expr) -> Expr
Expand description

returns an array filled with copies of the given value.