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

Method GetMetadata

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

Source from the content-addressed store, hash-verified

245}
246
247std::shared_ptr<ResultSetMetadata> FlightSqlResultSet::GetMetadata() { return metadata_; }
248
249void FlightSqlResultSet::BindColumn(int column_n, int16_t target_type, int precision,
250 int scale, void* buffer, size_t buffer_length,

Callers 8

TestGetDataFunction · 0.80
TestGetTablesV2Function · 0.80
TestGetColumnsV3Function · 0.80
ExecutePreparedMethod · 0.80
ExecuteDirectMethod · 0.80
GetTablesMethod · 0.80
GetColumnsMethod · 0.80
GetTypeInfoMethod · 0.80

Calls

no outgoing calls

Tested by 3

TestGetDataFunction · 0.64
TestGetTablesV2Function · 0.64
TestGetColumnsV3Function · 0.64