net.snowflake.spark.snowflake

io

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class SFInputFormat extends FileInputFormat[Long, String]

Value Members

  1. object SupportedFormat extends Enumeration

  2. object SupportedSource extends Enumeration

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

    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

    Write a String RDD to Snowflake through given source

Inherited from AnyRef

Inherited from Any

Ungrouped