RxLocalSeq
revoscalepy.RxLocalSeq
Description
Creates a local compute context object. Computations using rx_exec will be processed sequentially. This is the default compute context.
Returns
Object of class RxLocalSeq
.
See also
RxComputeContext
,
RxInSqlServer
,
rx_get_compute_context
,
rx_set_compute_context
.
Example
from revoscalepy import RxLocalSeq
localcc = RxLocalSeq()