Method

ArrowInputStreamadvance

Declaration [src]

gboolean
garrow_input_stream_advance (
  GArrowInputStream* input_stream,
  gint64 n_bytes,
  GError** error
)

Description

No description available.
Available since:0.11.0

Parameters

n_bytes gint64
 

The number of bytes to be advanced.

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

Return value

Returns: gboolean
 

TRUE on success, FALSE on error.