-
Notifications
You must be signed in to change notification settings - Fork 532
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TraceQL: Attribute iterators collect matched array values (#3867)
* Test case for queries containing array attributes * Move makeIterFn to definition of makeIterFunc * Static.AsAnyValue() supports arrays * it is fast but does it pass CI * Add test for isMatchingOperand and isMatchingArrayElement * clean up and add benchmark blockID and path * Add tests for arrys AsAnyValue * refactor arrays support in traceql * make array support symmetric + tests * rework attribute collector keep group * make getelements use a VisitFunc * cleanup symmetric array support --------- Co-authored-by: Suraj Nath <9503187+electron0zero@users.noreply.github.com>
- Loading branch information
1 parent
a21001a
commit ccb1ad9
Showing
12 changed files
with
1,270 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.