Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ MakeNewlineBoundaryFinder
Function
MakeNewlineBoundaryFinder
cpp/src/arrow/util/delimiting.cc:100–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
} // namespace
99
100
std::shared_ptr<BoundaryFinder> MakeNewlineBoundaryFinder() {
101
return std::make_shared<NewlineBoundaryFinder>();
102
}
103
104
Chunker::~Chunker() {}
105
Callers
2
MakeChunker
Function · 0.85
MakeChunker
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected