org.apache.cassandra.cql.common
Interface OperandDef

All Known Implementing Classes:
BindOperand, ConstantOperand

public interface OperandDef

OperandDef: The abstract definition of an operand (i.e. data item) in CQL compiler/runtime. Examples, include a Constant operand or a Bind operand. This is the part of an operand definition that lives in the share-able execution plan.


Method Summary
 java.lang.String explain()
           
 java.lang.Object get()
           
 

Method Detail

get

java.lang.Object get()

explain

java.lang.String explain()


Copyright © 2009 The Apache Software Foundation