SparkseePython  6.0.2
Static Public Attributes | List of all members
sparksee.DataType Class Reference

Data type (domain) enumeration. More...

Static Public Attributes

int BOOLEAN = 0
 Boolean data type.
 
int INTEGER = 1
 32-bit signed integer data type.
 
int LONG = 2
 64-bit signed integer data type.
 
int DOUBLE = 3
 64-bit signed double data type.
 
int TIMESTAMP = 4
 Distance from Epoch (UTC) time in milliseconds precision. More...
 
int STRING = 5
 Unicode string data type. More...
 
int TEXT = 6
 Large unicode character object (CLOB) data type. More...
 
int OID = 7
 Object identifier (OID) data type.
 

Detailed Description

Data type (domain) enumeration.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Member Data Documentation

int sparksee.DataType.STRING = 5
static

Unicode string data type.

2048 characters maximum length.

int sparksee.DataType.TEXT = 6
static

Large unicode character object (CLOB) data type.

TextStream

int sparksee.DataType.TIMESTAMP = 4
static

Distance from Epoch (UTC) time in milliseconds precision.

It just works properly with timestamps in the range ['1970-01-01 00:00:01' UTC, '2038-01-19 03:14:07' UTC].