SQL¶
Use SQL functions to operate on the underlying database storing the chain data. Useful
for operations like DataChain.filter
and DataChain.mutate
. Import
these functions from datachain.sql.functions
.
avg
¶
Bases: GenericFunction
greatest
¶
Bases: ReturnTypeFromArgs
least
¶
Bases: ReturnTypeFromArgs
rand
¶
Bases: GenericFunction