Skip to content

Commit

Permalink
brief note on ColumnExpression benefit
Browse files Browse the repository at this point in the history
  • Loading branch information
ADBond committed Jan 15, 2025
1 parent 2793a2a commit 63d2dfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api_docs/column_expression.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ However, there may be situations where you don't wish to derive a new column, pe

This is where a `ColumnExpression` may be used. It represents some SQL expression, which may be a column, or some more complicated construct,
to which you can also apply zero or more transformations. These are lazily evaluated, and in particular will not be tied to a specific SQL dialect until they are put (via [settings](./settings_dict_guide.md) into a linker).
This can be particularly useful if you want to write code that can easily be switched between different backends.

??? warning "Term frequency adjustments"
One caveat to using a `ColumnExpression` is that it cannot be combined with term frequency adjustments.
Expand Down

0 comments on commit 63d2dfe

Please sign in to comment.