1010data Insights Platform offers a rich set of functions that may be used in value expressions when creating computed columns and in selection expressions when performing row selections.
Math functions are vector functions that perform mathematical operations on one or more columns and return a column of results based on the operation.
1010data provides a whole range of functions that can provide information and act on your data.
The time/date functions are vector functions that operate on columns containing time-related data and return specific information about the date/time for each row.
Group functions, or g_functions, are used to perform operations, such as summarizations, on rows that have the same values in a set of given columns.
bitand(X;Y)
Returns the bitwise AND of two 32-bit integers.
bitlsl(X;Y)
Returns the logical shift left of a given 32-bit integer by a specified number of bits.
bitlsr(X;Y)
Returns the logical shift right of a given 32-bit integer by a specified number of bits.
bitnot(X;Y)
Returns the bitwise NOT operation on the specified least significant bits of a given 32-bit integer.
bitor(X;Y)
Returns the bitwise OR of two 32-bit integers.
bitrol(X;Y)
Returns the given 32-bit integer rotated left by a specified number of bits.
bitror(X;Y)
Returns the given 32-bit integer rotated right by a specified number of bits.
bitset(X;Y)
Returns a boolean value indicating whether a particular bit of a given 32-bit integer is set.
bitxor(X;Y)
Returns the bitwise XOR (exclusive-OR) of two 32-bit integers.
clrbit(X;Y)
Returns the value of the given 32-bit integer with a particular bit cleared.
setbit(X;Y)
Returns the value of the given 32-bit integer with a particular bit set.
Categorization functions are vector functions that organize data and determine logical groupings. These functions can be used for conditionalizing results and/or bucketing value ranges.
String functions are vector functions that manipulate vectors of strings to provide information about a string or substring, concatenate and split strings, or transform strings based on specified criteria.
List functions are scalar functions that return lists, subsets of lists, and combinations of lists, among other functionality. Lists, along with packages, are compound scalar data types that facilitate programmatic interaction with scalar data values and variables.
Data-handling functions are vector functions that return a hash value based on an input column or columns.
Row functions are vector functions that return computational outputs for row inputs, as opposed to column outputs. Row inputs are defined as a space- or comma-separated list of column names.
SQL compatibility functions are functions that treat null values as SQL nulls.
System functions are special functions in 1010data that return information about users, tables, and other system objects.
The object functions can be used to check the existence, type, and accessibility of objects such as folders, tables, and queries on the 1010data Insights Platform.
This category of functions contains special functions that don't neatly fit into other categories of functions.