org.virtuslab.iskra

Members list

Type members

Classlikes

trait /[+Prefix <: Name, +Suffix <: Name]

Attributes

Supertypes
class Object
trait Matchable
class Any
class :=[L <: Label, T <: DataType](untyped: Column) extends Column[T], NamedColumns[(L := T) *: EmptyTuple]

Attributes

Supertypes
trait NamedColumns[(L := T) *: EmptyTuple]
class Column[T]
class Object
trait Matchable
class Any
trait Agg

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
trait Selectable
class Object
trait Matchable
class Any
object Aliasing

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Aliasing.type

Attributes

Companion
object
Supertypes
trait DataFrame
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class Column[+T <: DataType](val untyped: Column)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class L := T
class WhenColumn[T]
object Column

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Column.type
object ColumnOp

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ColumnOp.type
object Columns

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Columns.type
trait DataFrame

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ClassDataFrame[A]
class StructDataFrame[Schema]
object DataFrame

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
DataFrame.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object FrameSchema

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object GroupBy

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
GroupBy.type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Join

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Join.type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
enum JoinType

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object JoinType

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
JoinType.type
object LabeledColumn

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object Name

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Name.type
sealed trait NamedColumns[Schema](val underlyingColumns: Seq[Column])

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class L := T

Attributes

Supertypes
class Object
trait Matchable
class Any
trait SchemaView

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object SchemaView

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
SchemaView.type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Select

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Select.type

Attributes

Companion
object
Supertypes
trait DataFrame
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
trait Selectable
trait SchemaView
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
object UntypedOps

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
UntypedOps.type
object When

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
When.type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Where

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Where.type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object WithColumns

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Types

type LabeledColumn[L <: Label, T <: DataType] = L := T
type Name = String & Singleton
type UntypedColumn = Column
type UntypedDataFrame = DataFrame
type UntypedRelationalGroupedDataset = RelationalGroupedDataset

Value members

Concrete methods

inline def $(using view: SchemaView): view.type