Functions Overview
includes many functions for statistics, mathematics, string manipulation, and working with complex types like Arrays and geospatial data. The following types of functions are supported:
Perform mathematical operations on data in Ocient including basic operators on data types and advanced statistical functions.
Manipulate character strings and binary data types and use character operators such as SIMILAR TO to query character data.
Convert data types with scalar conversions and format numbers and times in character outputs.
Perform date operations in Ocient including manipulation and comparison of date and time types. Date and Time functions allow users to add, subtract, and truncate date time values and intervals.
Aggregates include basic aggregates and sorted aggregates that combine many rows into a single result as well as window aggregates that combine information from multiple rows within the window into each row in the result set.
Special functions and operators to work with container types. These include operators to check set logic, slice, compare, and manipulate arrays, tuples, and matrixes.
Functions and Operators to manipulate and compare points, linestrings, and polygons.
Functions for using network data types including IP and IPV4.
A set of functions such as CASE, CURRENT_USER, and NULL_IF that provide additional capabilities in Ocient.