You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following is the list of string functions specified in opendistro-for-elasticsearch/sql#710
The checked ones are implemented in v2 engine. The unchecked ones aren't implemented. position() seems to be the only string function that is implemented in legacy engine, but not in v2.
Highest Prioritized:
like
not like
regexp
substr
substring
upper
lower
trim
ltrim
rtrim
Medium:
concat
concat_ws
length
strcmp
Low:
ascii
bin
bit_length
char
char_length
character_length
elt
export_set
field
find_in_set
format
from_base64
hex
insert
instr
lcase
left
load_file
locate
lpad
make_set
match
mid
not_regexp
oct
octet_length
ord
position (is implemented in legacy engine, but not in v2)
Is your feature request related to a problem? Please describe.
Old tracking issue: opendistro-for-elasticsearch/sql#710
Describe the solution you'd like
N/A
Describe alternatives you've considered
N/A
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: