Method

ArrowInputStreamread_tensor

Declaration [src]

GArrowTensor*
garrow_input_stream_read_tensor (
  GArrowInputStream* input_stream
  GError** error
)

Description

No description available.
Available since:0.11.0

Return value

Returns: GArrowTensor
 

GArrowTensor on success, NULL on error.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.