Structs§
- Cast
- Spark
Cast Options - Spark cast options
Functions§
- cast_
supported - Determine if Comet supports a cast, taking options such as EvalMode and Timezone into account.
- spark_
cast - 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.