com.akiban.sql.parser
Class RowNumberFunctionNode

java.lang.Object
  extended by com.akiban.sql.parser.QueryTreeNode
      extended by com.akiban.sql.parser.ValueNode
          extended by com.akiban.sql.parser.UnaryOperatorNode
              extended by com.akiban.sql.parser.WindowFunctionNode
                  extended by com.akiban.sql.parser.RowNumberFunctionNode
All Implemented Interfaces:
Visitable

public final class RowNumberFunctionNode
extends WindowFunctionNode

Class that represents a call to the ROW_NUMBER() window function.


Field Summary
 
Fields inherited from class com.akiban.sql.parser.UnaryOperatorNode
methodName, operator, receiverInterfaceType, resultInterfaceType
 
Fields inherited from class com.akiban.sql.parser.QueryTreeNode
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX
 
Constructor Summary
RowNumberFunctionNode()
           
 
Method Summary
 void init(Object arg1, Object arg2)
          Initializer.
 
Methods inherited from class com.akiban.sql.parser.WindowFunctionNode
copyFrom, getWindow, init, isConstantExpression, printSubNodes, setWindow
 
Methods inherited from class com.akiban.sql.parser.UnaryOperatorNode
getMethodName, getOperand, getOperator, init, isEquivalent, setOperand, toString
 
Methods inherited from class com.akiban.sql.parser.ValueNode
getColumnName, getSchemaName, getSourceResultColumn, getTableName, getType, getTypeId, init, isBinaryEqualsOperatorNode, isBooleanFalse, isBooleanTrue, isInListProbeNode, isParameterNode, isRelationalOperator, isSameNodeType, setNullability, setType
 
Methods inherited from class com.akiban.sql.parser.QueryTreeNode
accept, convertDefaultNode, debugFlush, debugPrint, formatNodeString, getBeginOffset, getDebugOutput, getEndOffset, getNodeFactory, getNodeType, getNullNode, getParserContext, getStatementType, getUserData, init, init, init, init, init, init, init, init, init, init, isInstanceOf, makeTableName, makeTableName, nodeHeader, printLabel, setBeginOffset, setDebugOutput, setEndOffset, setNodeType, setParserContext, setUserData, stackPrint, treePrint, treePrint, treePrint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowNumberFunctionNode

public RowNumberFunctionNode()
Method Detail

init

public void init(Object arg1,
                 Object arg2)
          throws StandardException
Initializer. QueryTreeNode override.

Overrides:
init in class QueryTreeNode
Parameters:
arg1 - null (Operand)
arg2 - The window definition or reference
Throws:
StandardException


Copyright © 2013 Akiban Technologies, Inc. All rights reserved.