Apache HAWQ Data Types


When you are setting up a connection to an external data source, Spotfire needs to map the data types in the data source to data types in Spotfire. See below for a list of the different data types that Spotfire supports and the applied data type mappings when working with a Apache HAWQ database.

Apache HAWQ Data Type

Spotfire Data Type

BYTEA

Binary

BOOL

Boolean/Bool

DATE

Date

TIMESTAMP

DateTime

TIMESTAMPTZ

DateTime

INT2

Integer/Int

INT4

Integer/Int

INT8

LongInteger/Long

FLOAT8

Real/Double

FLOAT4

SingleReal/Float

BIT

String

CHAR

String

CIDR

String

INET

String

INTERVAL

String

MACADDR

String

MONEY

String

NAME

String

TEXT

String

VARBIT

String

VARCHAR

String

TIME

Time

TIMETZ

Time

NUMERIC(p,s)

When p <= 9 and s = 0: Integer/Int

When 9 < p <= 18 and s = 0: LongInteger/Long

When p <= 15: Real/Double

Else: Currency/Decimal

 

Any other data types are not supported.

See also:

Details on Apache HAWQ Connection

Supported Functions