Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? RAG (Retrieval-Augmented Generation)
et Fine Tuning d'un LLM
Voir le programme détaillé
Classe « GenerativeSelect »

Méthode sqlalchemy.GenerativeSelect.offset

Signature de la méthode offset

def offset(self, offset: '_LimitOffsetType') -> 'Self' 

Description

help(GenerativeSelect.offset)

Return a new selectable with the given OFFSET criterion
applied.


This is a numeric value which usually renders as an ``OFFSET``
expression in the resulting select.  Backends that don't
support ``OFFSET`` will attempt to provide similar
functionality.

:param offset: an integer OFFSET parameter, or a SQL expression
 that provides an integer result. Pass ``None`` to reset it.

.. seealso::

   :meth:`_sql.GenerativeSelect.limit`

   :meth:`_sql.GenerativeSelect.fetch`



Vous êtes un professionnel et vous avez besoin d'une formation ? Machine Learning
avec Scikit-Learn
Voir le programme détaillé