Skip to main content
This description provides the packages that support the functionality for user-defined data pipeline functions.

Classes

com.ocient.streaming.schema.OcientColumnType

The class that enumerates all defined column types in the Ocient System.

com.ocient.streaming.schema.OcientColumnTypeArguments

The class that describes arguments of a column type. Not all column types require arguments.

com.ocient.streaming.schema.OcientColumnTypeArguments.Decimal

A subclass of OcientColumnTypeArguments that includes information for TYPE_DECIMAL.

com.ocient.streaming.schema.OcientColumnTypeArguments.Hash

A subclass of OcientColumnTypeArguments that includes information for TYPE_HASH.

com.ocient.streaming.schema.OcientColumnTypeArguments.Array

A subclass of OcientColumnTypeArguments that includes information for TYPE_ARRAY.

com.ocient.streaming.schema.OcientColumnTypeArguments.TopLevelTuple

A subclass of tuple that includes information for top-level tuples.

com.ocient.streaming.schema.OcientColumn

Represents an Ocient column with information parsed from metadata of the Ocient System.

com.ocient.streaming.data.types.gis.Coordinate

Represents a two-dimensional cartesian coordinate.

com.ocient.streaming.data.types.gis.STPoint

Represents a two-dimensional cartesian coordinate.

com.ocient.streaming.data.types.gis.STLinestring

Geometric type that is composed of a sequence of N points.

com.ocient.streaming.data.types.gis.STPolygon

Geometric type composed of N closed linestrings.

com.ocient.streaming.data.types.Timestamp

Timestamp represented as nanoseconds from the epoch.

com.ocient.streaming.data.types.Time

Time that is represented as nanoseconds from midnight (00:00:00).

com.ocient.streaming.data.types.Decimal

A class representing a decimal number with binary-coded decimal (BCD) storage, supporting specified precision and scale.

com.ocient.streaming.data.types.OcientTuple

A class representing a tuple with a defined schema of column types and associated values. Supports fixed-length and variable-length elements. CREATE OR REPLACE PIPELINE FUNCTION
Last modified on July 8, 2026