Package | Description |
---|---|
com.akiban.sql.compiler | |
com.akiban.sql.parser | |
com.akiban.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 java.lang.String |
NodeToString.rowCtorNode(RowConstructorNode row) |
Copyright © 2013. All Rights Reserved.