Packages

package sql

Type Members

  1. case class PruneSyntheticFields(child: Expression) extends UnaryExpression with CodegenFallback with NullIntolerant with Product with Serializable

    An expression that removes all fields starting with '_' underscores from struct values.

    An expression that removes all fields starting with '_' underscores from struct values. Other types are not affected.

    child

    the child expression

Ungrouped