MCPcopy Create free account
hub / github.com/ByConity/ByConity / error

Method error

src/QueryPlan/ReadFromMergeTree.cpp:1812–1815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1810}
1811
1812bool MergeTreeDataSelectAnalysisResult::error() const
1813{
1814 return std::holds_alternative<std::exception_ptr>(result);
1815}
1816
1817size_t MergeTreeDataSelectAnalysisResult::marks() const
1818{

Callers 15

sentry_loggerFunction · 0.45
canConnectFunction · 0.45
GraphFunction · 0.45
onFinishFunction · 0.45
LoginFunction · 0.45
EditableCellFunction · 0.45
HistoryFunction · 0.45
QueryFunction · 0.45
getDataFromEngineFunction · 0.45
getStagesFromEngineFunction · 0.45
getGraphvizDotFromEngineFunction · 0.45
OptimizerGraphFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected