pub fn spark_cast(
arg: ColumnarValue,
data_type: &DataType,
cast_options: &SparkCastOptions,
) -> Result<ColumnarValue>
Expand description
Spark-compatible cast implementation. Defers to DataFusion’s cast where that is known to be compatible, and returns an error when a not supported and not DF-compatible cast is requested.