Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ Page
Method
Page
be/src/runtime/buffered-tuple-stream.h:426–426 ·
view source on GitHub ↗
Default constructor.
Source
from the content-addressed store, hash-verified
424
struct Page {
425
/// Default constructor.
426
Page() {}
427
428
/// Move constructor so this can reside in a vector. Not thread-safe.
429
Page(Page&& src)
Callers
nothing calls this directly
Calls
2
move
Function · 0.85
Load
Method · 0.45
Tested by
no test coverage detected