Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "API" page has been changed by daisy: http://wiki.apache.org/cassandra/API?action=diff&rev1=25&rev2=26 ||'''Attribute''' ||'''Type''' ||'''Default''' ||'''Required''' ||'''Description''' || ||`column_name` ||`binary` ||n/a ||Y ||The column name to against which the operator and value will be applied || ||`op` ||`IndexOperator` ||n/a ||Y ||The `IndexOperator` to use. Currently only `EQ` is supported for direct queries, but other `IndexExpression` structs may be created and passed to `IndexClause` || - ||`value` ||`binary` ||n/a ||Y ||The value for which to the column || + ||`value` ||`binary` ||n/a ||Y ||The value to be compared against the column value ||
