Versions in this module Expand all Collapse all v0 v0.20.0 May 13, 2025 v0.19.0 Dec 19, 2024 Changes in this version + func NewTableFunctionWrapper(f sql.Function) sql.TableFunction + type TableFunctionWrapper struct + func (t *TableFunctionWrapper) Children() []sql.Node + func (t *TableFunctionWrapper) Database() sql.Database + func (t *TableFunctionWrapper) Expressions() []sql.Expression + func (t *TableFunctionWrapper) IsReadOnly() bool + func (t *TableFunctionWrapper) Name() string + func (t *TableFunctionWrapper) NewInstance(ctx *sql.Context, db sql.Database, args []sql.Expression) (sql.Node, error) + func (t *TableFunctionWrapper) Resolved() bool + func (t *TableFunctionWrapper) RowIter(ctx *sql.Context, r sql.Row) (sql.RowIter, error) + func (t *TableFunctionWrapper) Schema() sql.Schema + func (t *TableFunctionWrapper) String() string + func (t *TableFunctionWrapper) WithChildren(children ...sql.Node) (sql.Node, error) + func (t *TableFunctionWrapper) WithDatabase(database sql.Database) (sql.Node, error) + func (t *TableFunctionWrapper) WithExpressions(exprs ...sql.Expression) (sql.Node, error)