public class CrossJoinNode extends DocumentNode
Constructor and Description |
---|
CrossJoinNode() |
Modifier and Type | Method and Description |
---|---|
static CrossJoinNode |
buildCrossJoin(org.apache.olingo.commons.api.edm.EdmEntityType type,
List<org.apache.olingo.server.api.uri.UriParameter> keyPredicates,
MetadataStore metadata,
org.apache.olingo.server.api.OData odata,
org.teiid.olingo.service.TeiidServiceHandler.UniqueNameGenerator nameGenerator,
boolean useAlias,
org.apache.olingo.server.api.uri.UriInfo uriInfo,
org.teiid.olingo.service.ODataSQLBuilder.URLParseService parseService,
boolean expand) |
boolean |
hasExpand() |
void |
setExpand(boolean expand) |
addAllColumns, addCriteria, addExpand, addProjectedColumn, addProjectedColumn, addSibiling, build, build, buildQuery, getAllProjectedColumns, getColumnByName, getCriteria, getEdmEntityType, getExpands, getFromClause, getFullName, getGroupSymbol, getIterator, getKeyColumnNames, getKeyPredicates, getName, getProjectedColumns, getSibilings, setCriteria, setEdmEntityType, setFromClause, setGroupSymbol, setIterator, setKeyPredicates, setTable, toString
public static CrossJoinNode buildCrossJoin(org.apache.olingo.commons.api.edm.EdmEntityType type, List<org.apache.olingo.server.api.uri.UriParameter> keyPredicates, MetadataStore metadata, org.apache.olingo.server.api.OData odata, org.teiid.olingo.service.TeiidServiceHandler.UniqueNameGenerator nameGenerator, boolean useAlias, org.apache.olingo.server.api.uri.UriInfo uriInfo, org.teiid.olingo.service.ODataSQLBuilder.URLParseService parseService, boolean expand) throws TeiidException
TeiidException
public boolean hasExpand()
public void setExpand(boolean expand)
Copyright © 2019. All rights reserved.