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

Method toString

src/main/query_result/arrow_query_result.cpp:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317std::string ArrowQueryResult::toString() const {
318 throw NotImplementedException(
319 "ArrowQueryResult does not implement toString. Use MaterializedQueryResult instead.");
320}
321
322bool ArrowQueryResult::hasNextArrowChunk() {
323 return cursor < arraysStorage->size();

Callers 4

getOperatorParamsMethod · 0.45
getColumnNamesMethod · 0.45
setParameterMethod · 0.45
getUnsupportedTypeErrMsgFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected