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).

