Packages

package r

Type Members

  1. class ArrowRRunner extends BaseRRunner[Iterator[InternalRow], ColumnarBatch]

    Similar to ArrowPythonRunner, but exchange data with R worker via Arrow stream.

  2. case class MapPartitionsRWrapper(func: Array[Byte], packageNames: Array[Byte], broadcastVars: Array[Broadcast[AnyRef]], inputSchema: StructType, outputSchema: StructType) extends (Iterator[Any]) => Iterator[Any] with Product with Serializable

    A function wrapper that applies the given R function to each partition.

Ungrouped