We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473d820 commit fc8b2acCopy full SHA for fc8b2ac
include/substrait/function/Extension.h
@@ -40,13 +40,13 @@ class Extension {
40
static std::shared_ptr<Extension> load(
41
const std::vector<std::string>& extensionFiles);
42
43
- /// Add a scalar function variant.
+ /// Add a scalar function implementation.
44
void addScalarFunctionImpl(const FunctionImplementationPtr& functionImpl);
45
46
- /// Add a aggregate function variant.
+ /// Add a aggregate function implementation.
47
void addAggregateFunctionImpl(const FunctionImplementationPtr& functionImpl);
48
49
- /// Add a window function variant.
+ /// Add a window function implementation.
50
void addWindowFunctionImpl(const FunctionImplementationPtr& functionImpl);
51
52
/// Add a type variant.
0 commit comments