class Aws::TimestreamQuery::Types::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.

@!attribute [rw] scalar_type

Indicates if the column is of type string, integer, boolean, double,
timestamp, date, time.
@return [String]

@!attribute [rw] array_column_info

Indicates if the column is an array.
@return [Types::ColumnInfo]

@!attribute [rw] time_series_measure_value_column_info

Indicates if the column is a timeseries data type.
@return [Types::ColumnInfo]

@!attribute [rw] row_column_info

Indicates if the column is a row.
@return [Array<Types::ColumnInfo>]

@see docs.aws.amazon.com/goto/WebAPI/timestream-query-2018-11-01/Type AWS API Documentation

Constants

SENSITIVE