ObjectConsumerExec — Unary Physical Operators with Child Physical Operator with One-Attribute Output Schema¶
ObjectConsumerExec is the <
[[contract]] [source, scala]
package org.apache.spark.sql.execution
trait ObjectConsumerExec extends UnaryExecNode { // No properties (vals and methods) that have no implementation }
[[references]] ObjectConsumerExec requests the child physical operator for the <
[[implementations]] .ObjectConsumerExecs [cols="1,2",options="header",width="100%"] |=== | ObjectConsumerExec | Description
| AppendColumnsWithObjectExec | [[AppendColumnsWithObjectExec]]
| MapPartitionsExec | [[MapPartitionsExec]]
| <
=== [[inputObjectType]] inputObjectType Method
[source, scala]¶
inputObjectType: DataType¶
inputObjectType simply returns the <
NOTE: inputObjectType is used when...FIXME