MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / tryGetProperties

Method tryGetProperties

src/TableFunctions/TableFunctionFactory.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127std::optional<TableFunctionProperties> TableFunctionFactory::tryGetProperties(const String & name) const
128{
129 return tryGetPropertiesImpl(name);
130}
131
132std::optional<TableFunctionProperties> TableFunctionFactory::tryGetPropertiesImpl(const String & name_param) const
133{

Callers 8

fillDataMethod · 0.45
executeMethod · 0.45
setEngineMethod · 0.45
visitMethod · 0.45
visitMethod · 0.45
visitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected