org.apache.cassandra.cql.common
Class ConstantOperand

java.lang.Object
  extended by org.apache.cassandra.cql.common.ConstantOperand
All Implemented Interfaces:
OperandDef

public class ConstantOperand
extends java.lang.Object
implements OperandDef

ConstantOperand: Represents a literal/constant operand in the CQL statement. Lives as part of the shared execution plan.


Constructor Summary
ConstantOperand(java.lang.Object value)
           
 
Method Summary
 java.lang.String explain()
           
 java.lang.Object get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantOperand

public ConstantOperand(java.lang.Object value)
Method Detail

get

public java.lang.Object get()
Specified by:
get in interface OperandDef

explain

public java.lang.String explain()
Specified by:
explain in interface OperandDef


Copyright © 2009 The Apache Software Foundation