Packages

object DataWritingCommand

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataWritingCommand
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def logicalPlanOutputWithNames(query: LogicalPlan, names: Seq[String]): Seq[Attribute]

    Returns output attributes with provided names.

    Returns output attributes with provided names. The length of provided names should be the same of the length of LogicalPlan.output.