public class DocumentNode extends Object
Modifier and Type | Field and Description |
---|---|
protected org.teiid.translator.document.DocumentJoinNode |
joinNode |
Constructor and Description |
---|
DocumentNode() |
DocumentNode(Table t,
boolean collection) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getIdentityColumns() |
String |
getName() |
Table |
getTable() |
boolean |
isCollection() |
org.teiid.translator.document.DocumentJoinNode |
joinWith(Join.JoinType joinType,
DocumentNode right) |
String |
toString() |
List<Map<String,Object>> |
tuples(Document document) |
public DocumentNode()
public DocumentNode(Table t, boolean collection)
public org.teiid.translator.document.DocumentJoinNode joinWith(Join.JoinType joinType, DocumentNode right)
public Table getTable()
public String getName()
public boolean isCollection()
Copyright © 2019. All rights reserved.