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.