public static interface JoinGraph.Attributes
IQueryAttributes
names for the JoinGraph
. The fully
qualified name of the attribute is formed by appending the attribute name
to the "bopId-", where bopId
is the value returned by
BOp.getId()
Modifier and Type | Field and Description |
---|---|
static String |
PATH
The join path selected by the RTO (output).
|
static String |
QUERY_PLAN
The physical query plan generated from the RTO determined best join
ordering (output).
|
static String |
SAMPLES
The samples associated with join path selected by the RTO (output).
|
static final String PATH
static final String SAMPLES
static final String QUERY_PLAN
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.