Method

ArrowDayTimeIntervalArrayBuilderappend_value

Declaration [src]

gboolean
garrow_day_time_interval_array_builder_append_value (
  GArrowDayTimeIntervalArrayBuilder* builder,
  GArrowDayMillisecond* value,
  GError** error
)

Description

No description available.
Available since:8.0.0

Parameters

value GArrowDayMillisecond
 

A GArrowDayMillisecond.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.