ComputedAttributeDataType
Home > @gooddata/sdk-model > ComputedAttributeDataType
ComputedAttributeDataType type
Data type of the computed attribute values.
Signature:
export type ComputedAttributeDataType = "INT" | "STRING" | "DATE" | "NUMERIC" | "TIMESTAMP" | "TIMESTAMP_TZ" | "BOOLEAN" | "HLL";