TableRangePartitioningRange

data class TableRangePartitioningRange(val end: Int, val interval: Int, val start: Int)

Constructors

Link copied to clipboard
constructor(end: Int, interval: Int, start: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val end: Int

End of the range partitioning, exclusive.

Link copied to clipboard

The width of each range within the partition.

Link copied to clipboard
val start: Int

Start of the range partitioning, inclusive.