Skip to content

Add support for filtering map attributes using regex operator #109

Closed
@sarthak77

Description

@sarthak77

Based on this discussion, add support for filtering using regex operator.

eg. Working pinot query :

select * from spanEventView
where start_time_millis > 1628187491000 and start_time_millis < 1638188391000
and tags__KEYS = 'span.kind'
and mapValue(tags__KEYS, 'span.kind', tags__VALUES) != ''  
and REGEXP_LIKE(mapValue(tags__KEYS, 'span.kind', tags__VALUES), '^client*')
limit 10

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions