Context

me.mnedokushev.zio.apache.arrow.datafusion.Context
See theContext companion object
class Context(underlying: SessionContext)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def registerCsv(name: String, path: Path): Task[Unit]
def registerParquet(name: String, path: Path): Task[Unit]
def sql(query: String): Task[Dataframe]