Type

class Type

Contains the data type of a column in a query result set. The data type can be scalar or complex. The supported scalar data types are integers, Boolean, string, double, timestamp, date, time, and intervals. The supported complex data types are arrays, rows, and timeseries.

Types

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

Properties

Link copied to clipboard

Indicates if the column is an array.

Link copied to clipboard

Indicates if the column is a row.

Link copied to clipboard

Indicates if the column is of type string, integer, Boolean, double, timestamp, date, time.

Link copied to clipboard

Indicates if the column is a timeseries data type.

Functions

Link copied to clipboard
inline fun copy(block: Type.Builder.() -> Unit = {}): Type
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