Skip to content

Index

Module for PQL operators.

PQLOperator

Bases: abc.ABC

Interface for all PQLOperator.

is_boolean instance-attribute class-attribute

is_boolean: bool = False

query_string property abstractmethod

query_string: str

Returns query string of given PQLOperator.