MCPcopy Create free account
hub / github.com/apache/cloudberry / load

Method load

contrib/pax_storage/src/cpp/cpp-stub/src_linux/addr_any.h:1742–1751  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1740
1741 //------------------------------------------------------------------------------
1742 bool load( const std::string& file_name )
1743 {
1744 std::ifstream stream;
1745 stream.open( file_name.c_str(), std::ios::in | std::ios::binary );
1746 if ( !stream ) {
1747 return false;
1748 }
1749
1750 return load( stream );
1751 }
1752
1753 //------------------------------------------------------------------------------
1754 bool load( std::istream& stream )

Callers 10

NextMethod · 0.45
LogStatisticsMethod · 0.45
TEST_FFunction · 0.45
load_sectionsMethod · 0.45
load_segmentsMethod · 0.45
get_func_addrMethod · 0.45
px_find_cipherFunction · 0.45
gpoperation.pyFile · 0.45
_getJsonMethod · 0.45

Calls 3

openMethod · 0.45
readMethod · 0.45
setupMethod · 0.45

Tested by 1

TEST_FFunction · 0.36