Skip to content

[FEATURE] Support for position in the v2 engine #1106

@acarbonetto

Description

@acarbonetto

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions