pub fn parse_array_value(
col_name: &str,
seq: &[Value],
) -> ForgeResult<ColumnValue>Expand description
Parse a YAML array into a typed ColumnValue
ยงErrors
Returns an error if the array is empty, contains mixed types, or has invalid values.