Constructor

GomOrderingnew_full

Declaration

GomOrdering*
gom_ordering_new_full (
  GomExpression* expression,
  GomNullsMode nulls_mode
)

Description

Creates a new ordering expression with explicit nulls mode.

Parameters

expression

Type: GomExpression

A GomExpression.

The called function takes ownership of the data, and is responsible for freeing it.
nulls_mode

Type: GomNullsMode

The nulls ordering mode.

Return value

The caller of the function takes ownership of the data, and is responsible for freeing it.