Constructor

ArrowFieldExpressionnew

Declaration [src]

GArrowFieldExpression*
garrow_field_expression_new (
  const gchar* reference,
  GError** error
)

Description

No description available.
Available since:6.0.0

Parameters

reference const gchar*
 

A field name or dot path.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GArrowFieldExpression
 

A newly created GArrowFieldExpression on success, NULL on error.

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