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