Packages

object PowerBIWriter

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PowerBIWriter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val Logger: Logger
  2. def stream(df: DataFrame, url: String, options: HashMap[String, String]): DataStreamWriter[Row]
  3. def stream(df: DataFrame, url: String, options: Map[String, String] = Map()): DataStreamWriter[Row]
  4. def write(df: DataFrame, url: String, options: HashMap[String, String]): Unit
  5. def write(df: DataFrame, url: String, options: Map[String, String] = Map()): Unit