| Modifier and Type | Method and Description |
|---|---|
void |
IQTree.validate() |
void |
IQ.validate() |
| Modifier and Type | Method and Description |
|---|---|
void |
IQImpl.validate() |
void |
AbstractCompositeIQTree.validate() |
protected void |
BinaryNonCommutativeIQTreeImpl.validateNode() |
protected void |
NaryIQTreeImpl.validateNode() |
protected abstract void |
AbstractCompositeIQTree.validateNode()
Only validates the node, not its children
|
protected void |
UnaryIQTreeImpl.validateNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
NaryOperatorNode.validateNode(com.google.common.collect.ImmutableList<IQTree> children)
Only validates the node, not its children
|
void |
UnaryOperatorNode.validateNode(IQTree child)
Only validates the node, not its child
|
void |
BinaryOrderedOperatorNode.validateNode(IQTree leftChild,
IQTree rightChild)
Only validates the node, not its children
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JoinOrFilterNodeImpl.checkExpression(ImmutableExpression expression,
com.google.common.collect.ImmutableList<IQTree> children) |
protected void |
JoinLikeNodeImpl.checkNonProjectedVariables(com.google.common.collect.ImmutableList<IQTree> children)
Checks that non-projected variables are not shared among children
|
void |
EmptyNodeImpl.validate() |
void |
NativeNodeImpl.validate() |
void |
TrueNodeImpl.validate() |
void |
IntensionalDataNodeImpl.validate() |
void |
ExtensionalDataNodeImpl.validate() |
protected void |
AggregationNodeImpl.validateNode() |
void |
InnerJoinNodeImpl.validateNode(com.google.common.collect.ImmutableList<IQTree> children) |
void |
UnionNodeImpl.validateNode(com.google.common.collect.ImmutableList<IQTree> children) |
void |
DistinctNodeImpl.validateNode(IQTree child) |
void |
ConstructionNodeImpl.validateNode(IQTree child) |
void |
AggregationNodeImpl.validateNode(IQTree child) |
void |
FilterNodeImpl.validateNode(IQTree child) |
void |
SliceNodeImpl.validateNode(IQTree child) |
void |
OrderByNodeImpl.validateNode(IQTree child) |
void |
LeftJoinNodeImpl.validateNode(IQTree leftChild,
IQTree rightChild) |
| Modifier and Type | Method and Description |
|---|---|
void |
IntermediateQueryValidator.validate(IntermediateQuery query) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardIntermediateQueryValidator.validate(IntermediateQuery query) |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.