Constructor

ArrowLiteralExpressionnew

since: 6.0.0

Declaration [src]

GArrowLiteralExpression*
garrow_literal_expression_new (
  GArrowDatum* datum
)

Description

No description available.

Available since: 6.0.0

Parameters

datum

Type: GArrowDatum

A GArrowDatum.

The data is owned by the caller of the function.

Return value

Type: GArrowLiteralExpression

A newly created GArrowLiteralExpression.

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