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.

PublicAPI (beta): This API is in beta and may change before becoming stable.