SchemaView

object SchemaView
Companion:
class
class Object
trait Matchable
class Any

Type members

Types

type Subtype[T <: SchemaView] = T

Value members

Concrete methods

def allColumns(using Quotes)(schemaType: Type[_ <: AnyKind]): List[(String, TypeRepr)]
def allPrefixedColumns(using Quotes)(schemaType: Type[_ <: AnyKind]): List[(String, (String, TypeRepr))]
def frameAliasViewsByName(using Quotes)(schemaType: Type[_ <: AnyKind]): List[(String, TypeRepr)]
def schemaViewExpr[DF <: DataFrame[_] : Type](implicit evidence$1: Type[DF], Quotes): Expr[SchemaView]
def unambiguousColumns(using Quotes)(schemaType: Type[_ <: AnyKind]): List[(String, TypeRepr)]