Companion

object Companion

Properties

Link copied to clipboard
const val NO_RANGE: Long

Sentinel returned when a row is not selected.

Functions

Link copied to clipboard
fun packRange(startColumn: Int, endColumn: Int): Long

Packs a half-open column range.

Link copied to clipboard
fun rangeEnd(range: Long): Int

Extracts the end-exclusive column from a packed range.

Link copied to clipboard
fun rangeStart(range: Long): Int

Extracts the start column from a packed range.