Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ StreamReader
Function
StreamReader
cpp/src/parquet/stream_reader.h:84–84 ·
view source on GitHub ↗
Moving is possible.
Source
from the content-addressed store, hash-verified
82
83
// Moving is possible.
84
StreamReader(StreamReader&&) = default;
85
StreamReader& operator=(StreamReader&&) = default;
86
87
// Copying is not allowed.
Callers
1
stream_reader.h
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected