Caution
|
FIXME |
QueryPlan
abstract class has a output (that is a sequence of Attribute instances). You can also ask for schema.
Note
|
QueryPlan is a super type of SparkPlan and LogicalPlan abstract classes.
|
You can find out about the schema of a QueryPlan
using schema
that builds StructType from the output attributes.