FelixYBW commented on issue #10387:
URL:
https://github.com/apache/incubator-gluten/issues/10387#issuecomment-3170370592
ANSI impacts several categories:
- Arithmetic Operations
- Cast
- Store assignment
- Type coercion
- SQL Functions
- Store assignment rule
- Special rules apply for untyped NULL
- size
- element_at
- elt
- parse_url
- to_date
- to_timestamp
- unix_timestamp
- to_unix_timestamp
- make_date
- make_timestamp
- make_interval
- next_day
- SQL Operators
- array_col[index]
- Useful Functions for ANSI Mode
- try_cast
- try_add
- try_subtract
- try_multiply
- try_divide
- try_mod
- try_sum
- try_avg
- try_element_at
- try_to_timestamp
- try_parse_url
- try_make_timestamp
- try_make_timestamp_ltz
- try_make_timestamp_ntz
- try_make_interval
- SQL Keywords (optional, disabled by default)
we have added several try_xxx functions, right? which category the flag is
going to control?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]