MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / experimental_sql_impl_table_func

Function experimental_sql_impl_table_func

src/sql/src/func.rs:496–501  ·  view source on GitHub ↗
(
    feature: &'static vars::FeatureFlag,
    sql: &'static str,
)

Source from the content-addressed store, hash-verified

494}
495
496fn experimental_sql_impl_table_func(
497 feature: &'static vars::FeatureFlag,
498 sql: &'static str,
499) -> Operation<TableFuncPlan> {
500 sql_impl_table_func_inner(sql, Some(feature))
501}
502
503/// Describes a single function's implementation.
504pub struct FuncImpl<R> {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected