Method

ArrowTimestampArrayBuilderappend_value

Declaration [src]

gboolean
garrow_timestamp_array_builder_append_value (
  GArrowTimestampArrayBuilder* builder,
  gint64 value,
  GError** error
)

Description

No description available.
Available since:0.12.0

Parameters

value gint64
 

The number of milliseconds since UNIX epoch in signed 64bit integer.

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

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.