decode

fun decode(row: Row, column: ColumnSchema): Any?

Reads a column from row using the column's metadata and returns a typed Kotlin value.

Throws KandraQueryException if the column is NULL in Scylla and the Kotlin type is non-nullable.