Operator# class langchain_core.structured_query.Operator(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]# Enumerator of the operations. AND = 'and'# OR = 'or'# NOT = 'not'# Examples using Operator How to construct filters for query analysis