Is your feature request related to a problem? Please describe.
These (support for ascii, bit_length, chr, translate, replace, date_trunc) functions already had protobuf enum values and native Rust/DataFusion implementations but were missing the Scala converter wiring in NativeConverters.scala.
Describe the solution you'd like
Wire these functions up
Describe alternatives you've considered
N/A
Additional context
Is your feature request related to a problem? Please describe.
These (support for ascii, bit_length, chr, translate, replace, date_trunc) functions already had protobuf enum values and native Rust/DataFusion implementations but were missing the Scala converter wiring in NativeConverters.scala.
Describe the solution you'd like
Wire these functions up
Describe alternatives you've considered
N/A
Additional context