Is your feature request related to a problem?
The POSITION function is available in the legacy engine, but fails for queries that require the V2 SQL parser or PPL parser. LOCATE is already available.
Example:
SELECT POSITION("SS" IN "ISSUE");
What solution would you like?
POSITION is already supported in the legacy engine, and so is LOCATE. Both have similar functionality, and should be both available in the V2 engine.
What alternatives have you considered?
See above
Do you have any additional context?
N/A
Is your feature request related to a problem?
The
POSITIONfunction is available in the legacy engine, but fails for queries that require the V2 SQL parser or PPL parser.LOCATEis already available.Example:
What solution would you like?
POSITIONis already supported in the legacy engine, and so isLOCATE. Both have similar functionality, and should be both available in the V2 engine.What alternatives have you considered?
See above
Do you have any additional context?
N/A