A paritioning scheme of the catalog.
More...
#include <Catalog.h>
A paritioning scheme of the catalog.
◆ GetMutableScheme()
std::string& olp::dataservice::read::model::Partitioning::GetMutableScheme |
( |
| ) |
|
|
inline |
Gets a mutable reference to the name of the catalog partitioning scheme.
- See also
GetScheme
for information on the catalog partitioning scheme.
- Returns
- The mutable reference to the name of the catalog partitioning scheme.
◆ GetMutableTileLevels()
std::vector<int64_t>& olp::dataservice::read::model::Partitioning::GetMutableTileLevels |
( |
| ) |
|
|
inline |
Gets a mutable reference to the list of the quad tree tile levels that contain data partitions.
Only used if the partitioning scheme is HERE Tile.
- Returns
- The mutable reference to the list of the quad tree tile levels that contain data partitions.
◆ GetScheme()
const std::string& olp::dataservice::read::model::Partitioning::GetScheme |
( |
| ) |
const |
|
inline |
Gets the name of the catalog partitioning scheme.
The partitioning scheme can be generic or HERE tile.
- See also
- Generic Partitioninc and HERE Tile Partitioning sections in the Get Started guide.
- Returns
- The name of the catalog partitioning scheme.
◆ GetTileLevels()
const std::vector<int64_t>& olp::dataservice::read::model::Partitioning::GetTileLevels |
( |
| ) |
const |
|
inline |
Gets the list of the quad tree tile levels that contain data partitions.
Only used if the partitioning scheme is HERE Tile.
- Returns
- The list of the quad tree tile levels that contain data partitions.
◆ SetScheme()
void olp::dataservice::read::model::Partitioning::SetScheme |
( |
const std::string & |
value | ) |
|
|
inline |
Sets the name of the catalog partitioning scheme.
- See also
GetScheme
for information on the catalog partitioning scheme.
- Parameters
-
value | The name of the catalog partitioning scheme. |
◆ SetTileLevels()
void olp::dataservice::read::model::Partitioning::SetTileLevels |
( |
const std::vector< int64_t > & |
value | ) |
|
|
inline |
Sets the list of the quadtree tile levels that contain data partitions.
- Parameters
-
value | The list of the quadtree tile levels that contain data partitions. |
The documentation for this class was generated from the following file:
- olp-cpp-sdk-dataservice-read/include/olp/dataservice/read/model/Catalog.h