package r
Type Members
-
class
ArrowRRunner extends BaseRRunner[Iterator[InternalRow], ColumnarBatch]
Similar to
ArrowPythonRunner
, but exchange data with R worker via Arrow stream. -
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.