Returns the column name which this selection bases on.
Returns the column name which this selection bases on.
In case of a function, such as ttl
or writetime
,
it returns the column name passed to that function.
Returns a CQL phrase which has to be passed to the
SELECT
clause with appropriate quotation marks.
Returns a name of the value of this column in the CQL result set.
Returns a name of the value of this column in the CQL result set. Used when retrieving values form the CQL result set.
Returns the name of the column to be used by the user in the RDD item object.
Returns the name of the column to be used by the user in the RDD item object. If the column is selected into a CassandraRow, this name should be used to get the column value. Also this name will be matched to an object property by column mappers.
A column that can be selected from CQL results set by name.