Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expression vector processing improvements #17561

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

expression vector processing improvements

405d21d
Select commit
Loading
Failed to load commit list.
Open

expression vector processing improvements #17561

expression vector processing improvements
405d21d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Dec 12, 2024 in 4s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 238 in processing/src/main/java/org/apache/druid/query/filter/vector/VectorMatch.java

See this annotation in the file changed.

Code scanning / CodeQL

Exposing internal representation Note

getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.
getSelection exposes the internal representation stored in field selection. The value may be modified
after this call to getSelection
.

Check notice on line 180 in processing/src/test/java/org/apache/druid/math/expr/vector/FilteredVectorInputBindingTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Unread local variable Note test

Variable 'boolean[] nulls' is never read.