Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
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()