Skip to content

new table function: sqlrs_functions #136

@Fedomn

Description

@Fedomn

Currently, we already have sqlrs_tables() and sqlrs_columns table function.

set.add_table_functions(TableFunction::new(
"sqlrs_tables".to_string(),
Some(Self::bind_func),
Self::tables_func,
))?;

Then, we should implement more internal metadata table, such as:

  • sqlrs_functions()

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions