org.virtuslab.iskra.api

Type members

Classlikes

object functions

Extensions

Extensions

extension (df: UntypedDataFrame)
final transparent inline def typed[A](using encoder: StructEncoder[A]): DataFrame[_]
extension [A](seq: Seq[A])
final transparent inline def toTypedDF(using encoder: Encoder[A])(using spark: SparkSession): DataFrame[_]
extension (untyped: UntypedColumn)
final def typed[A <: DataType]: Column[A]

Exports

Defined exports

given $
Exported from $
final type / = [Prefix <: Name, Suffix <: Name] =>> Prefix / Suffix
Exported from iskra
final type := = [L <: Label, T <: DataType] =>> L := T
Exported from iskra
Exported from types
Exported from types
Exported from types
final type ByteType = ByteType
Exported from types
final val Column: Column.type
Exported from iskra
final type Column = [T <: DataType] =>> Column[T]
Exported from iskra
final val DataFrame: DataFrame.type
Exported from iskra
final type DataFrame = DataFrame
Exported from iskra
final val DataType: DataType.type
Exported from types
final type DataType = DataType
Exported from types
Exported from types
final type DoubleType = DoubleType
Exported from types
Exported from types
final type FloatType = FloatType
Exported from types
Exported from types
Exported from types
Exported from types
final type LongType = LongType
Exported from types
Exported from types
final type ShortType = ShortType
Exported from types
final val SparkSession: SparkSession.type
Exported from sql
@Stable
final type SparkSession = SparkSession
Exported from sql
Exported from types
final type StringType = StringType
Exported from types
final type StructOptType = [Schema <: Tuple] =>> StructOptType[Schema]
Exported from types
final type StructType = [Schema <: Tuple] =>> StructType[Schema]
Exported from types
Exported from untyped$package$