Skip to main content

fill_null

Function fill_null 

Source
pub fn fill_null(
    child: BoundExpression,
    fill_value: BoundExpression,
) -> BoundExpression
Expand description

Creates a bound expression that replaces null values with a fill value.