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

Method reset

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

Source from the content-addressed store, hash-verified

162}
163
164void SniffCSVDialectDriver::reset() {
165 columnCounts = std::vector<idx_t>(columnCounts.size(), 0);
166 currentColumnCount = 0;
167 error = false;
168 resultPosition = 0;
169 everQuoted = false;
170 everEscaped = false;
171}
172
173SniffCSVNameAndTypeDriver::SniffCSVNameAndTypeDriver(SerialCSVReader* reader,
174 const function::ExtraScanTableFuncBindInput* bindInput)

Callers 12

encodePlanMethod · 0.45
resetStateMethod · 0.45
updateDirectCSRMetadataFunction · 0.45
updateCSRMetadataFunction · 0.45
cleanupMethod · 0.45
initPKIndexMethod · 0.45
prepareReadMethod · 0.45
seekToBlockStartMethod · 0.45
resetReaderStateMethod · 0.45
detectDialectMethod · 0.45
flushPageMethod · 0.45
finalizePartitionsMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected