Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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()