Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lindong28 committed Aug 5, 2023
1 parent a20e572 commit 08c254e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/content/feathub-sdk/feature-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ A `Transformation` defines how to derive a new feature from existing features.
FeatHub currently supports the following types of Transformations.

- [ExpressionTransform](https://github.com/alibaba/feathub/blob/master/python/feathub/feature_views/transforms/expression_transform.py)
derives feature values by applying FeatHub expression on one row of the parent
table at a time. FeatHub expression language is a declarative language with
build-in functions. See [FeatHub expression](feathub_expression.md) for more
information.
derives feature values by applying FeatHub expression on one row of the
parent table at a time. The FeatHub expression language is a declarative
language, sharing a syntax and grammar reminiscent of the SQL SELECT clause.
See [here](../) for a comprehensive list of supported built-in functions and
operators.
- [OverWindowTransform](https://github.com/alibaba/feathub/blob/master/python/feathub/feature_views/transforms/expression_transform.py)
derives feature values by applying FeatHub expression and aggregation function
on multiple rows of a table at a time.
Expand Down

0 comments on commit 08c254e

Please sign in to comment.