Method
DataFusionDataFrameto_table
since: 10.0.0
Declaration [src]
GArrowTable*
gdf_data_frame_to_table (
GDFDataFrame* data_frame
GError** error
)
Return value
Type: GArrowTable
A GArrowTable
of this data frame, NULL
on error.
The caller of the method takes ownership of the data, and is responsible for freeing it. |