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

Function ValidateFetch

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

Source from the content-addressed store, hash-verified

649}
650
651void ValidateFetch(SQLHSTMT stmt, SQLRETURN expected_return) {
652 ASSERT_EQ(expected_return, SQLFetch(stmt));
653}
654
655} // 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