public class ASTConstructOptimizer extends Object implements IASTOptimizer
ProjectionNode
for a CONSTRUCT or DESCRIBE query. It is
populated with each variable which appears in the ConstructNode
. The
ASTDescribeOptimizer
MUST be run first for a DESCRIBE query.Constructor and Description |
---|
ASTConstructOptimizer() |
Modifier and Type | Method and Description |
---|---|
QueryNodeWithBindingSet |
optimize(AST2BOpContext context,
QueryNodeWithBindingSet input)
Optimize the AST.
|
public QueryNodeWithBindingSet optimize(AST2BOpContext context, QueryNodeWithBindingSet input)
IASTOptimizer
optimize
in interface IASTOptimizer
context
- The evaluation context.input
- The input to the optimizer, consisting of a queryNode and
input binding set.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.