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.