Packages

p

scalaql

visualization

package visualization

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

Type Members

  1. trait LowPriorityShowAsTable0 extends LowPriorityShowAsTable1
  2. trait LowPriorityShowAsTable1 extends AnyRef
  3. trait ShowAsTable[A] extends AnyRef
    Annotations
    @implicitNotFound()
  4. case class ShowAsTableContext(location: CodecPath, headers: List[String]) extends TableApiWriteContext[ShowAsTableContext] with Product with Serializable
  5. trait ShowAsTableDerivation extends AnyRef
  6. type ShowTable = GenericTableApi[String]
  7. type ShowTableRow = GenericTableRow[String]

Value Members

  1. object ShowAsTable extends ShowAsTableDerivation with LowPriorityShowAsTable0
  2. object ShowAsTableContext extends Serializable
  3. object ShowQueryResult

    Mostly copy-paste from org.apache.spark.sql.Dataset#show

    Mostly copy-paste from org.apache.spark.sql.Dataset#show

    Annotations
    @internalApi()
  4. object ShowTable

Inherited from AnyRef

Inherited from Any

Ungrouped