Package com.gigaspaces.query.sql.functions
package com.gigaspaces.query.sql.functions
-
ClassDescriptionBuilt in mathematical sql function to get absolute value of a parameter.Built in string sql function to append any number of given string arguments.Casts a String into the wanted data objectBuilt in mathematical sql function to calculate the smallest integer value not less than the given argument.Built in string sql function to calculate the length of the string, measured in characters.Built in string sql function to concatenate any number of given string arguments.Built in sql function to check if a map field contains some keyReturns current date formattedReturns current time formattedAdds a time/date interval to a date and then returns the dateReturns day nameReturns day of monthReturns day of weekReturns day of yearReturns the the subtraction of two objectsBuilt in mathematical sql function to get the largest integer value not greater than the given argument.Returns current date formattedReturns hour according to timestampBuilt in string sql function to get the position of the first occurrence of a substring in a string.Returns a substring of a given string starting from the leftThis code was copied from org.apache.calcite.runtime.Like refer to it if any future changes are neededBuilt in string sql function to change all characters of a given string to lowercase.Returns the the subtraction of two objectsReturns minute according to timestampBuilt in mathematical sql function to perform modulo operation.Returns month name according to timestampReturns month according to timestampReturns the the subtraction of two objectsReturns timestamp with time zoneA system function that returns a decompiled source code of a Postgres expression.Returns the the addition of two objectsReturns quarter according to timestampConcats a string to itself n timesBuilt in string sql function to replace matching subtring with other argumentReturns a substring of a given string starting from the rightBuilt in mathematical sql function to round the argument to nearest Integer.Returns seconds according to timestampDefines a routine, to be use in SQLQuery context, that accepts arguments and performs an action on the stored object, such as a complex calculation.Defines the arguments to be passed to an SqlFunction, generated for sqlFunction invocations.Returns the position of the character where the first occurrence of the substring appears in a string.Returns a substring of a given stringReturns a substring of a given stringReturns date and timeBuilt in conversion sql function to convert Date or Number types to chars.Emulates Oracle's TO_CHAR function.Built in conversion sql function to convert string type to Number.An implementation of a function that is not supported by the backend.Built in string sql function to change all characters of a given string to uppercase.Returns week according to timestampReturns year according to timestamp