MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getReader

Method getReader

src/processor/operator/persistent/reader/csv/driver.cpp:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97BaseCSVReader* ParallelParsingDriver::getReader() {
98 return reader;
99}
100
101SerialParsingDriver::SerialParsingDriver(common::DataChunk& chunk, SerialCSVReader* reader,
102 DriverType type /*= DriverType::SERIAL*/)

Callers 9

getReadOffsetFunction · 0.80
mainFunction · 0.80
readCheckpointMethod · 0.80
deserializeMethod · 0.80
getReadOffsetFunction · 0.80
replayFrozenWALMethod · 0.80
replayActiveWALMethod · 0.80
dryReplayMethod · 0.80
getReadOffsetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected