← Back
Editing: datastructures.cpython-311.pyc
� �|�e� � � � d Z ddlmZmZ G d� de� � Z G d� d� � Z G d� d� � Z G d � d � � ZdS )z] Useful auxiliary data structures for query construction. Not useful outside the SQL domain. � )�INNER�LOUTERc � � e Zd ZdZd� ZdS )� MultiJoinz� Used by join construction code to indicate the point at which a multi-valued join was attempted (if the caller wants to treat that exceptionally). c �"