mirror of
https://github.com/lancedb/lancedb.git
synced 2026-03-31 21:10:41 +00:00
Introduces col(), lit(), func(), and Expr class as alternatives to raw SQL strings in .where() and .select(). Expressions are backed by DataFusion's Expr AST and serialized to SQL for remote table compat. Resolves: - https://github.com/lancedb/lancedb/issues/3044 (python api's) - https://github.com/lancedb/lancedb/issues/3043 (support for filter) - https://github.com/lancedb/lancedb/issues/3045 (support for projection) --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
121 B
Plaintext
6 lines
121 B
Plaintext
# Test data created by some example tests
|
|
data/
|
|
_lancedb.pyd
|
|
# macOS debug symbols bundle generated during build
|
|
*.dSYM/
|