Skip to main content

build_element_cast_expr

Function build_element_cast_expr 

Source
fn build_element_cast_expr(
    scx: &StatementContext<'_>,
    elem_ty: &Type,
) -> Result<StorageScalarExpr, PlanError>
Expand description

Build the element cast expression for container types (Array, List, Map, Range). The element expression operates on a single-column input row containing the text-encoded element at column 0.