Returns true if column with given name is defined and has an entry in the underlying value array, i.e.
Returns true if column with given name is defined and has an entry in the underlying value array, i.e. was requested in the result set. For columns having null value, returns true.
Displays the content in human readable form, including the names and values of the columns
Displays the content in human readable form, including the names and values of the columns
Returns a column value by aliased name without applying any conversion.
Returns a column value by aliased name without applying any conversion. The underlying type is the same as the type returned by the low-level Cassandra driver, is implementation defined and may change in the future. Cassandra nulls are returned as Scala nulls.
Returns a column value by index without applying any conversion.
Returns a column value by index without applying any conversion. The underlying type is the same as the type returned by the low-level Cassandra driver, is implementation defined and may change in the future. Cassandra nulls are returned as Scala nulls.
Returns a column value by cql Name
Returns index of column with given name or -1 if column not found
Returns true if column value is Cassandra null
Returns true if column value is Cassandra null
Returns true if column value is Cassandra null
Total number of columns in this row.
Total number of columns in this row. Includes columns with null values.
Returns the name of the i-th column.
Total number of columns in this row.
Total number of columns in this row. Includes columns with null values.