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:651–653 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
649
}
650
651
void ValidateFetch(SQLHSTMT stmt, SQLRETURN expected_return) {
652
ASSERT_EQ(expected_return, SQLFetch(stmt));
653
}
654
655
} // 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