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

Function ValidateFetch

cpp/src/arrow/flight/sql/odbc/tests/odbc_test_suite.cc:570–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570void ValidateFetch(SQLHSTMT stmt, SQLRETURN expected_return) {
571 ASSERT_EQ(expected_return, SQLFetch(stmt));
572}
573
574} // namespace arrow::flight::sql::odbc

Callers 3

TYPED_TESTFunction · 0.85
TYPED_TESTFunction · 0.85
TEST_FFunction · 0.85

Calls 1

SQLFetchFunction · 0.50

Tested by

no test coverage detected