KandraColumnRef

class KandraColumnRef<T>(val cqlName: String, val isLookup: Boolean = false)

Type-safe reference to a CQL column. Produced by kandra-codegen or constructed manually.

Comparison operators (eq/gt/gte/lt/lte/isIn) are declared as QueryContext member extensions, not here — see QueryContext for why.

Constructors

Link copied to clipboard
constructor(cqlName: String, isLookup: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
val isLookup: Boolean = false