net.snowflake.spark

snowflake

package snowflake

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. snowflake
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class DefaultSource extends RelationProvider with SchemaRelationProvider with CreatableRelationProvider

    Snowflake Source implementation for Spark SQL Major TODO points:

  2. class SnowflakeConnectorException extends Exception

  3. implicit class SnowflakeContext extends AnyRef

    Wrapper of SQLContext that provide snowflakeFile method.

  4. class SnowflakeInputFormat extends FileInputFormat[Long, Array[String]]

    Input format for text records saved with in-record delimiter and newline characters escaped.

  5. class SnowflakePushdownException extends SnowflakeConnectorException

Value Members

  1. object DefaultSnowflakeWriter extends SnowflakeWriter

  2. object Parameters

    All user-specifiable parameters for spark-snowflake, along with their validation rules and defaults.

  3. object SnowflakeConnectorUtils

    Connector utils, including what needs to be invoked to enable pushdowns.

  4. object SnowflakeInputFormat

  5. object Utils

    Various arbitrary helper functions

  6. package pushdowns

  7. package s3upload

Inherited from AnyRef

Inherited from Any

Ungrouped