
    Wh	                        d dl mZ d dlmZ d dlmZmZ d dlmZ erd dl	m
Z
 d dlmZ d dlmZ  G d d	ed
         Z G d ded
   e      Zy)    )annotations)TYPE_CHECKING)CompliantSelectorLazySelectorNamespace)
DuckDBExpr)
Expression)DuckDBLazyFrame)DuckDBWindowFunctionc                      e Zd Zedd       Zy)DuckDBSelectorNamespacec                    t         S )N)DuckDBSelectorselfs    T/var/www/html/jupyter_env/lib/python3.12/site-packages/narwhals/_duckdb/selectors.py	_selectorz!DuckDBSelectorNamespace._selector   s        N)returnztype[DuckDBSelector])__name__
__module____qualname__propertyr    r   r   r   r      s     r   r   )r	   r   c                  $    e Zd ZU dZded<   ddZy)r   NzDuckDBWindowFunction | None_window_functionc                    t        | j                  | j                  | j                  | j                  | j
                        S )N)evaluate_output_namesalias_output_namesversion)r   _callr   _evaluate_output_names_alias_output_names_versionr   s    r   _to_exprzDuckDBSelector._to_expr   s8    JJ!!"&"="=#77MM
 	
r   )r   r   )r   r   r   r   __annotations__r$   r   r   r   r   r      s     5918
r   r   N)
__future__r   typingr   narwhals._compliantr   r   narwhals._duckdb.exprr   duckdbr   narwhals._duckdb.dataframer	   r
   r   r   r   r   r   <module>r,      sE    "   H ,!::34ST 
56

r   