Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
570
void ValidateFetch(SQLHSTMT stmt, SQLRETURN expected_return) {
571
ASSERT_EQ(expected_return, SQLFetch(stmt));
572
}
573
574
} // namespace arrow::flight::sql::odbc
Callers
3
TYPED_TEST
Function · 0.85
TYPED_TEST
Function · 0.85
TEST_F
Function · 0.85
Calls
1
SQLFetch
Function · 0.50
Tested by
no test coverage detected