Constructor

ArrowLiteralExpressionnew

Declaration [src]

GArrowLiteralExpression*
garrow_literal_expression_new (
  GArrowDatum* datum
)

Description

No description available.
Available since:6.0.0

Parameters

datum GArrowDatum
 

A GArrowDatum.

 The data is owned by the caller of the function.

Return value

Returns: GArrowLiteralExpression
 

A newly created GArrowLiteralExpression.

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