fn cast_scalar_value(
value: &ScalarValue,
data_type: &DataType,
cast_options: &CastOptions<'_>,
) -> Result<ScalarValue>Expand description
Cast scalar value to the given data type using an arrow kernel.
fn cast_scalar_value(
value: &ScalarValue,
data_type: &DataType,
cast_options: &CastOptions<'_>,
) -> Result<ScalarValue>Cast scalar value to the given data type using an arrow kernel.