Skip to content

Commit

Permalink
Update base Func class and tests (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadatour authored Dec 3, 2024
1 parent f140f25 commit 38fedb4
Show file tree
Hide file tree
Showing 7 changed files with 945 additions and 289 deletions.
5 changes: 5 additions & 0 deletions src/datachain/func/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@
)
from .array import cosine_distance, euclidean_distance, length, sip_hash_64
from .conditional import greatest, least
from .numeric import bit_and, bit_or, bit_xor, int_hash_64
from .random import rand
from .window import window

__all__ = [
"any_value",
"array",
"avg",
"bit_and",
"bit_or",
"bit_xor",
"case",
"collect",
"concat",
Expand All @@ -33,6 +37,7 @@
"euclidean_distance",
"first",
"greatest",
"int_hash_64",
"least",
"length",
"literal",
Expand Down
Loading

0 comments on commit 38fedb4

Please sign in to comment.