org.apache.spark.sql.catalyst.expressions
Same as other create()'s but allowing enabling/disabling subexpression elimination.
Same as other create()'s but allowing enabling/disabling subexpression elimination. TODO: refactor the plumbing and clean this up.
Returns an UnsafeProjection for given sequence of Expressions, which will be bound to
inputSchema.
Returns an UnsafeProjection for given sequence of Expressions (bounded).
Returns an UnsafeProjection for given Array of DataTypes.
Returns an UnsafeProjection for given StructType.