Package

net.snowflake.spark.snowflake

io

Permalink

package io

Interface to IO component

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. io
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class SFInputFormat extends FileInputFormat[Long, String]

    Permalink

Value Members

  1. object SupportedFormat extends Enumeration

    Permalink
  2. object SupportedSource extends Enumeration

    Permalink
  3. def readRDD(sqlContext: SQLContext, params: MergedParameters, sql: String, jdbcWrapper: JDBCWrapper = DefaultJDBCWrapper, source: SupportedSource = SupportedSource.INTERNAL, format: SupportedFormat = SupportedFormat.CSV): RDD[String]

    Permalink

    Read a String RDD from Snowflake through given source

  4. def writeRDD(sqlContext: SQLContext, params: MergedParameters, rdd: RDD[String], schema: StructType, saveMode: SaveMode, mapper: Option[Map[String, String]] = None, jdbcWrapper: JDBCWrapper = DefaultJDBCWrapper): Unit

    Permalink

    Write a String RDD to Snowflake through given source

Inherited from AnyRef

Inherited from Any

Ungrouped