public class CombinedQueryEngine extends Object implements QueryExec
Title: Engine for queries with only distinguished variables.
Description: All variable name spaces are disjoint.
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
static Logger
log
protected Query
oldQuery
static QueryOptimizer
optimizer
protected QueryPlan
plan
query
CombinedQueryEngine()
QueryResult
exec(Query query)
boolean
supports(Query q)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final Logger log
public static final QueryOptimizer optimizer
protected QueryPlan plan
protected Query oldQuery
protected Query query
public CombinedQueryEngine()
public boolean supports(Query q)
supports
QueryExec
public QueryResult exec(Query query)
exec
Copyright © 2019. All rights reserved.