function
Document
func Document[Value ConditionScalar](
path string,
operator ConditionOperator,
values ...Value,
) ConditionBuild a typed predicate whose path starts at the document root.
Related types
ConditionScalarThe string, boolean, integer, or floating-point operands accepted by conditions.
ConditionOperatorThe finite scalar condition vocabulary.
ConditionAn immutable presentation-only logical or scalar condition.