class ContainsKeyExpression extends ContainsExpression
Constructor and Description |
---|
ContainsKeyExpression(Val val1,
Val val2)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ExpState |
initialize(Select sel,
ExpContext ctx,
Map contains)
Initialize the expression.
|
isDirectComparison
appendTo
acceptVisit, appendTo, getValue1, getValue2, selectColumns
public ExpState initialize(Select sel, ExpContext ctx, Map contains)
Exp
initialize
in interface Exp
initialize
in class ContainsExpression
contains
- map of relation paths to the number of times
the paths appear in a contains() expression;
used to ensure paths used for contains() within
the same AND expression used different aliasesCopyright © 2006–2013 Apache Software Foundation. All rights reserved.