| Class | Description |
|---|---|
| BridgingSqlAggFunction |
Bridges
FunctionDefinition to Calcite's representation of an aggregating function (either
a system or user-defined function). |
| BridgingSqlFunction |
Bridges
FunctionDefinition to Calcite's representation of a scalar or table function
(either a system or user-defined function). |
| BridgingSqlFunction.WithTableFunction |
Special flavor of
BridgingSqlFunction to indicate a table function to Calcite. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.