|
final List< SqlTypeName > | outs |
|
Definition at line 1827 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ExtTableFunction.ExtTableFunction |
( |
final String |
name, |
|
|
final ExtensionFunction |
sig |
|
) |
| |
|
inlinepackage |
SqlReturnTypeInference com.mapd.calcite.parser.MapDSqlOperatorTable.ExtTableFunction.getRowTypeInference |
( |
| ) |
|
|
inline |
Definition at line 1839 of file MapDSqlOperatorTable.java.
1840 return opBinding -> {
1841 FieldInfoBuilder ret = opBinding.getTypeFactory().builder();
1842 for (
int out_idx = 0; out_idx < outs.size(); ++out_idx) {
1843 ret = ret.add(
"OUT" + out_idx, outs.get(out_idx));
final List<SqlTypeName> com.mapd.calcite.parser.MapDSqlOperatorTable.ExtTableFunction.outs |
|
private |
The documentation for this class was generated from the following file: