MCPcopy Create free account
hub / github.com/apache/arrow / reset

Method reset

cpp/src/arrow/adapters/orc/adapter_test.cc:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 void close() override {}
80
81 void reset() { length_ = 0; }
82
83 private:
84 std::vector<char> data_;

Callers 15

ReadNextMethod · 0.45
ORCFileReaderMethod · 0.45
ORCFileWriterMethod · 0.45
CloseMethod · 0.45
InitMethod · 0.45
CleanUpMethod · 0.45
InitPartsuppMethod · 0.45
NextOrdersBatchMethod · 0.45
NextLineItemBatchMethod · 0.45
MergeMethod · 0.45
FinalizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected