package org.apache.spark.sql.catalyst.analysis
abstract class Star extends LeafExpression with NamedExpression {
// only required methods that have no implementation
def expand(input: LogicalPlan, resolver: Resolver): Seq[NamedExpression]
}
Star Expression Contract
Star is a contract of leaf and named expressions that…FIXME
| Method | Description |
|---|---|
|
| Star | Description |
|---|---|