TableGranularity

Immutable. The granularity (i.e. MILLIS) at which timestamps are stored in this table. Timestamps not matching the granularity will be rejected. If unspecified at creation time, the value will be set to MILLIS. Views: SCHEMA_VIEW, FULL.

Entries

Link copied to clipboard

The user did not specify a granularity. Should not be returned. When specified during table creation, MILLIS will be used.

Link copied to clipboard

The table keeps data versioned at a granularity of 1ms.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): TableGranularity
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: TableGranularity
Link copied to clipboard
Link copied to clipboard