MCPcopy 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
100std::shared_ptr<BoundaryFinder> MakeNewlineBoundaryFinder() {
101 return std::make_shared<NewlineBoundaryFinder>();
102}
103
104Chunker::~Chunker() {}
105

Callers 2

MakeChunkerFunction · 0.85
MakeChunkerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected