Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ ExecStoreVirtualTuple
Method
ExecStoreVirtualTuple
contrib/pax_storage/src/cpp/comm/cbdb_wrappers.cc:626–630 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
624
}
625
626
void cbdb::ExecStoreVirtualTuple(TupleTableSlot *slot) {
627
CBDB_WRAP_START;
628
{ ::ExecStoreVirtualTuple(slot); }
629
CBDB_WRAP_END;
630
}
Callers
nothing calls this directly
Calls
1
ExecStoreVirtualTuple
Function · 0.85
Tested by
no test coverage detected