Function array_to_values

Source
pub fn array_to_values(
    column: &dyn Array,
    data_type: &DataType,
    type_hint: Option<&Type>,
) -> Result<Vec<Value>>
Expand description

Converts a ArrayRefs to clickhouse values

ยงErrors

Returns an error is downcasting fails or the arrow data type is not supported