Method

ArrowOutputStreamwrite_tensor

Declaration [src]

gint64
garrow_output_stream_write_tensor (
  GArrowOutputStream* stream,
  GArrowTensor* tensor,
  GError** error
)

Description

No description available.
Available since:0.4.0

Parameters

tensor GArrowTensor
 

A GArrowTensor to be written.

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

Return value

Returns: gint64
 

The number of written bytes on success, -1 on error.