smile-kotlin
Toggle table of contents
4.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
smile-kotlin
smile-kotlin
/
smile
/
read
/
avro
avro
fun
avro
(
file
:
String
,
schema
:
InputStream
)
:
DataFrame
(
source
)
fun
avro
(
file
:
String
,
schema
:
String
)
:
DataFrame
(
source
)
fun
avro
(
file
:
Path
,
schema
:
InputStream
)
:
DataFrame
(
source
)
fun
avro
(
file
:
Path
,
schema
:
Path
)
:
DataFrame
(
source
)
Reads an Apache Avro file.