o
    $&]i                     @  sP   d dl mZ d dlmZmZ erd dlmZ d dlmZ G dd deddZ	d	S )
    )annotations)TYPE_CHECKING	TypedDict)Sequence)
Expressionc                   @  sF   e Zd ZU ded< ded< ded< ded< ded< ded	< d
ed< dS )WindowExpressionKwargszSequence[str | Expression]partition_byorder_byz
int | None
rows_startrows_endzSequence[bool]
descending
nulls_lastboolignore_nullsN)__name__
__module____qualname____annotations__ r   r   U/var/www/html/IGF-ODF-V3/venv/lib/python3.10/site-packages/narwhals/_duckdb/typing.pyr      s   
 r   F)totalN)

__future__r   typingr   r   collections.abcr   duckdbr   r   r   r   r   r   <module>   s    