Star Expression Contract
Star
is a contract of leaf and named expressions that…FIXME
1 2 3 4 5 6 7 8 9 10 |
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] } |
Method | Description |
---|---|
|
Star | Description |
---|---|