Method

ArrowFlightSQLPreparedStatementset_record_batch

Declaration [src]

gboolean
gaflightsql_prepared_statement_set_record_batch (
  GAFlightSQLPreparedStatement* statement,
  GArrowRecordBatch* record_batch,
  GError** error
)

Description

No description available.
Available since:14.0.0

Parameters

record_batch GArrowRecordBatch
 

A GArrowRecordBatch that contains the parameters that will be bound.

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

Return value

Returns: gboolean
 

TRUE on success, FALSE otherwise.