package snowflake

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class SnowparkArrayDataType(inner: ArrayType) extends SnowparkDataType with GenericArrayDataType with Product with Serializable
  2. case class SnowparkColumn(inner: Column) extends GenericColumn with Product with Serializable
  3. case class SnowparkDataFrame(inner: DataFrame) extends GenericDataFrame with Product with Serializable
  4. trait SnowparkDataType extends GenericDataType
  5. case class SnowparkField(inner: StructField) extends GenericField with Product with Serializable
  6. case class SnowparkGroupedDataFrame(inner: RelationalGroupedDataFrame) extends GenericGroupedDataFrame with Product with Serializable
  7. case class SnowparkMapDataType(inner: MapType) extends SnowparkDataType with GenericMapDataType with Product with Serializable
  8. case class SnowparkRow(inner: Row) extends GenericRow with Product with Serializable
  9. case class SnowparkSchema(inner: StructType) extends GenericSchema with Product with Serializable
  10. case class SnowparkSimpleDataType(inner: DataType) extends SnowparkDataType with Product with Serializable
  11. case class SnowparkStructDataType(inner: StructType) extends SnowparkDataType with GenericStructDataType with Product with Serializable
  12. case class SnowparkSubFeed(dataFrame: Option[SnowparkDataFrame], dataObjectId: DataObjectId, partitionValues: Seq[PartitionValues], isDAGStart: Boolean = false, isSkipped: Boolean = false, isDummy: Boolean = false, filter: Option[String] = None, observation: Option[DataFrameObservation] = None) extends DataFrameSubFeed with Product with Serializable

Value Members

  1. object SnowparkDataType
  2. object SnowparkSubFeed extends DataFrameSubFeedCompanion with Serializable

Ungrouped