&
=
A
B
C
D
E
F
G
I
K
L
M
N
O
R
S
T
U
W
W
- WARN - enum entry in org.jetbrains.kotlinx.spark.api.SparkLogLevel
- withCached(Dataset,Boolean,Function1) - function in org.jetbrains.kotlinx.spark.api.ApiV1Kt
- This function creates block, where one can call any further computations on already cached dataset Data will be unpersisted automatically at the end of computationit may be useful in many situations, for example, when one needs to write data to several targets
ds.withCached { write() .also { it.orc("First destination") } .also { it.avro("Second destination") } }
- withSpark(Map,String,String,SparkLogLevel,Function1) - function in org.jetbrains.kotlinx.spark.api.SparkHelperKt
- Wrapper for spark creation which allows to set different spark params
- withSpark(Map,String,String,Function1) - function in org.jetbrains.kotlinx.spark.api.SparkHelperKt
- Wrapper for spark creation which allows to set different spark params
- withSpark(Map,String,Function1) - function in org.jetbrains.kotlinx.spark.api.SparkHelperKt
- Wrapper for spark creation which allows to set different spark params
- withSpark(Map,Function1) - function in org.jetbrains.kotlinx.spark.api.SparkHelperKt
- Wrapper for spark creation which allows to set different spark params
- withSpark(Function1) - function in org.jetbrains.kotlinx.spark.api.SparkHelperKt
- Wrapper for spark creation which allows to set different spark params
- withSpark(SparkSession.Builder,SparkLogLevel,Function1) - function in org.jetbrains.kotlinx.spark.api.SparkHelperKt
- withSpark(SparkSession.Builder,Function1) - function in org.jetbrains.kotlinx.spark.api.SparkHelperKt