Interface: XQueryOp
Defined in: lang-xquery/src/language/language.ts:86
XQuery-specific extension of Operator that can suppress automatic argument atomization.
Extends
Properties
impl
impl: (...
args) =>any
Defined in: core/dist/extension.d.ts:7
Implementation function; receives operand values and returns the result.
Parameters
| Parameter | Type |
|---|---|
...args | any[] |
Returns
any
Inherited from
name
name:
string
Defined in: core/dist/extension.d.ts:5
Unique name used to look up this operator.
Inherited from
skipAtomization?
optionalskipAtomization?:boolean
Defined in: lang-xquery/src/language/language.ts:88
When true, operands are not atomized before the operator is evaluated.