Skip to content

Commit

Permalink
Update engine/table/src/main/java/io/deephaven/engine/table/impl/lang…
Browse files Browse the repository at this point in the history
…/QueryLanguageParser.java

Co-authored-by: Ryan Caudy <[email protected]>
  • Loading branch information
nbauernfeind and rcaudy authored Feb 10, 2024
1 parent 7b86582 commit 1b82a73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ public final class QueryLanguageParser extends GenericVisitorAdapter<Class<?>, Q

private final Map<String, Class<?>> variables;
private final Map<String, Class<?>[]> variableTypeArguments;
private final Set<String> columnVariables;
private final Map<String, Object> queryScopeVariables;
private final Set<String> columnVariables;

private final HashSet<String> variablesUsed = new HashSet<>();

Expand Down

0 comments on commit 1b82a73

Please sign in to comment.