Uses of Class
org.apache.cassandra.cql.common.ColumnMapExpr

Packages that use ColumnMapExpr
org.apache.cassandra.cql.common   
 

Uses of ColumnMapExpr in org.apache.cassandra.cql.common
 

Constructors in org.apache.cassandra.cql.common with parameters of type ColumnMapExpr
SetColumnMap(CFMetaData cfMetaData, OperandDef rowKey, ColumnMapExpr columnMapExpr)
          construct an execution plan node to set the column map for a Standard Column Family.
SetColumnMap(CFMetaData cfMetaData, OperandDef rowKey, OperandDef superColumnKey, ColumnMapExpr columnMapExpr)
          Construct an execution plan node to set the column map for a Super Column Family SET table.super_cf[][] = ;
 



Copyright © 2009 The Apache Software Foundation