3 Row Functions

The OLAP row functions extend the syntax of the SQL row functions for use with dimensional objects. If you use the SQL row functions, then this syntax is familiar. You can use these functions on relational data when loading it into cubes and cube dimensions, and with the OLAP functions when creating calculated measures.

This chapter describes the row functions of the OLAP expression syntax. It contains these topics:

Row Functions By Category

The row functions are grouped into the following categories:

Numeric Functions

These functions accept numeric input and return numeric values:


ABS
ACOS
ASIN
ATAN
ATAN2
BITAND
CEIL
COS
COSH
EXP
FLOOR
LN
LOG
MOD
NANVL
POWER
REMAINDER
ROUND (number)
SIGN
SIN
SINH
SQRT
TAN
TANH
TRUNC (number)
WIDTH_BUCKET

Character Functions That Return Characters

These functions accept character input and return character values:


CHR
CONCAT
INITCAP
LOWER
LPAD
LTRIM
NLS_CHARSET_NAME
NLS_INITCAP
NLS_LOWER
NLS_UPPER
NLSSORT
REGEXP_REPLACE
REGEXP_SUBSTR
REPLACE
RPAD
RTRIM
SOUNDEX
SUBSTR
TRANSLATE
TRIM
UPPER

NLS Character Functions

These functions return information about a character set:


NLS_CHARSET_ID
NLS_CHARSET_NAME

Character Functions That Return Numbers

These functions accept character input and return numeric values:


ASCII
INSTR
LENGTH
REGEXP_COUNT
REGEXP_INSTR

General Comparison Functions

These functions determine the greatest or least value in a set of values:


GREATEST
LEAST

Encoding and Decoding Function

These functions return a numeric value for each input value:


DECODE
ORA_HASH
VSIZE

Null-Related Functions

These functions facilitate null handling:


COALESCE
LNNVL
NANVL
NULLIF
NVL
NVL2

Environment and Identifier Functions

These functions provide information about the instance and the session:


SYS_CONTEXT
UID
USER