PREVENT_GLOBALS_IN_NESTED_QUERIES

With this constraint, all variables from nested queries must resolve to lexically scoped variables.

Constraining a user's access to global binds is useful for simplified query planning in a DB environment where global binds may be costly to fetch or lead to large intermediate results.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int