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 382ee37 commit 042c4c4Copy full SHA for 042c4c4
sql/expression/tablefunction/table_function.go
@@ -85,7 +85,6 @@ func (t *TableFunctionWrapper) RowIter(ctx *sql.Context, r sql.Row) (sql.RowIter
85
if err != nil {
86
return nil, err
87
}
88
- // TODO
89
//if ri, ok := v.(sql.RowIter); ok {
90
// return ri, nil
91
//}
0 commit comments