Datum

class Datum

Datum represents a single data point in a query result.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates if the data point is an array.

Link copied to clipboard

Indicates if the data point is null.

Link copied to clipboard

Indicates if the data point is a row.

Link copied to clipboard

Indicates if the data point is a scalar value such as integer, string, double, or Boolean.

Link copied to clipboard

Indicates if the data point is a timeseries data type.

Functions

Link copied to clipboard
inline fun copy(block: Datum.Builder.() -> Unit = {}): Datum
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String