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

Function getBlockStructure

src/Interpreters/InterpreterCheckQuery.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18{
19
20NamesAndTypes getBlockStructure()
21{
22 return {
23 {"part_path", std::make_shared<DataTypeString>()},
24 {"is_passed", std::make_shared<DataTypeUInt8>()},
25 {"message", std::make_shared<DataTypeString>()},
26 };
27}
28
29}
30

Callers 2

executeMethod · 0.85
executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected