streamsx.spl.types

SPL type definitions.

Overview

SPL is strictly typed, thus when invoking SPL operators using classes from streamsx.spl.op then any parameters must use the SPL type required by the operator.

Module contents

Functions

float32

Create an SPL float32 value.

float64

Create an SPL float64 value.

int16

Create an SPL int16 value.

int32

Create an SPL int32 value.

int64

Create an SPL int64 value.

int8

Create an SPL int8 value.

null

Return an SPL null.

rstring

Create an SPL rstring value.

uint16

Create an SPL uint16 value.

uint32

Create an SPL uint32 value.

uint64

Create an SPL uint64 value.

uint8

Create an SPL uint8 value.

Classes

Timestamp

SPL native timestamp type with nanosecond resolution.