MCPcopy Create free account
hub / github.com/apache/orc / createStreamsFactory

Function createStreamsFactory

c++/src/ColumnWriter.cc:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 std::unique_ptr<StreamsFactory> createStreamsFactory(const WriterOptions& options,
63 OutputStream* outStream) {
64 return std::make_unique<StreamsFactoryImpl>(options, outStream);
65 }
66
67 RowIndexPositionRecorder::~RowIndexPositionRecorder() {
68 // PASS

Callers 1

WriterImplMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected