Built-in Operations
The following Built-in operations can be used within 1Integrate.
Network Graph Connectivity Operations
Partition operations
Partition operations are used to run sessions on multiple platforms (see Partitioning).
Operation | Description | Parameter(s) |
---|---|---|
amalgamate_partitions | Amalgamates partition objects to create larger partitions suitable for parallel processing of larger datasets. Source partitions will be merged, where possible creating amalgamated partitions of approximately rectangular shape. |
|
create_outer_partitions | Creates outer partition lines that fit within the supplied area geometry. These lines define a square grid within the provided geometry. A line will never cross an existing partition. These lines ensure all data within the provided geometry lie within a partition, avoiding a single large partition around the edges. |
|