MCPcopy Create free account
hub / github.com/apache/arrow / Close

Method Close

cpp/src/arrow/flight/sql/odbc/odbc_impl/flight_sql_result_set.cc:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void FlightSqlResultSet::Close() {
208 chunk_buffer_.Close();
209 current_chunk_.data = nullptr;
210}
211
212void FlightSqlResultSet::Cancel() {
213 chunk_buffer_.Close();

Callers 15

UploadBatchesToFlightFunction · 0.45
RunClientMethod · 0.45
RunClientMethod · 0.45
ValidateTransactionsMethod · 0.45
acero_test.ccFile · 0.45
TearDownMethod · 0.45
BindParametersFunction · 0.45
ExecuteUpdateMethod · 0.45
ExecuteIngestMethod · 0.45

Calls

no outgoing calls

Tested by 8

UploadBatchesToFlightFunction · 0.36
RunClientMethod · 0.36
RunClientMethod · 0.36
ValidateTransactionsMethod · 0.36
TearDownMethod · 0.36
TESTFunction · 0.36