init research
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
package org.jetbrains.kotlinx.dataframe
|
||||
|
||||
import org.jetbrains.kotlinx.dataframe.annotations.DataSchema
|
||||
import org.jetbrains.kotlinx.dataframe.api.explode
|
||||
|
||||
@DataSchema
|
||||
interface ExplodeSchema {
|
||||
val timestamps: List<Int>
|
||||
}
|
||||
|
||||
fun explode(df: DataFrame<ExplodeSchema>) {
|
||||
df.explode { <!UNRESOLVED_REFERENCE!>timestamp<!> }
|
||||
}
|
||||
Reference in New Issue
Block a user