Method

ArrowTime32ArrayBuilderappend

Declaration [src]

gboolean
garrow_time32_array_builder_append (
  GArrowTime32ArrayBuilder* builder,
  gint32 value,
  GError** error
)

Description

No description available.
Available since:0.7.0
Deprecated since:0.12.0

Use garrow_time32_array_builder_append_value() instead.

Parameters

value gint32
 

The number of days since UNIX epoch in signed 32bit integer.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.