scalaql.visualization

Type members

Classlikes

@implicitNotFound("\nDon\'t know how to visualize ${A} into table.\nPlease ensure available implicits for all fields or provide your own instance of ShowAsTable")
trait ShowAsTable[A]
Companion:
object
case class ShowAsTableContext(location: CodecPath, headers: List[String]) extends TableApiWriteContext[ShowAsTableContext]
Companion:
object
Companion:
class
trait ShowAsTableDerivation extends ProductDerivation[ShowAsTable]

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

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

object ShowTable

Types

type ShowTable = GenericTableApi[String]