MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / is_array_tvf

Function is_array_tvf

nodedb-sql/src/planner/join/array_arm.rs:52–57  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

50}
51
52fn is_array_tvf(name: &str) -> bool {
53 matches!(
54 name,
55 "array_slice" | "array_project" | "array_agg" | "array_elementwise"
56 )
57}

Callers 1

try_plan_relationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected