| Package | Description |
|---|---|
| com.foundationdb.sql.compiler | |
| com.foundationdb.sql.parser | |
| com.foundationdb.sql.unparser |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TypeComputer.isNestedTupleNullable(RowConstructorNode row) |
| Modifier and Type | Field and Description |
|---|---|
protected RowConstructorNode |
InListOperatorNode.leftOperand |
protected RowConstructorNode |
InListOperatorNode.rightOperandList |
| Modifier and Type | Method and Description |
|---|---|
RowConstructorNode |
InListOperatorNode.getLeftOperand()
Get the leftOperand
|
RowConstructorNode |
InListOperatorNode.getRightOperandList()
Get the rightOperandList
|
| Modifier and Type | Method and Description |
|---|---|
void |
InListOperatorNode.setLeftOperand(RowConstructorNode newLeftOperand)
Set the leftOperand to the specified ValueNode
|
void |
InListOperatorNode.setRightOperandList(RowConstructorNode newRightOperandList)
Set the rightOperandList to the specified ValueNodeList
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
NodeToString.rowCtorNode(RowConstructorNode row) |
Copyright © 2015 FoundationDB, LLC. All rights reserved.