ray.data.expressions.star#
- ray.data.expressions.star() StarExpr[source]#
References all input columns from the input.
This is a special expression used in projections to preserve all existing columns. It’s typically used with operations that want to add or modify columns while keeping the rest.
- Returns:
A StarExpr that represents all input columns.
DeveloperAPI: This API may change across minor Ray releases.