A paritioning scheme of the catalog.
More...
#include <Catalog.h>
|
|
| Partitioning (const Partitioning &)=default |
| |
|
| Partitioning (Partitioning &&)=default |
| |
|
Partitioning & | operator= (const Partitioning &)=default |
| |
|
Partitioning & | operator= (Partitioning &&)=default |
| |
| const std::string & | GetScheme () const |
| | Gets the name of the catalog partitioning scheme.
|
| |
| std::string & | GetMutableScheme () |
| | Gets a mutable reference to the name of the catalog partitioning scheme.
|
| |
| void | SetScheme (const std::string &value) |
| | Sets the name of the catalog partitioning scheme.
|
| |
| const std::vector< int64_t > & | GetTileLevels () const |
| | Gets the list of the quad tree tile levels that contain data partitions.
|
| |
| std::vector< int64_t > & | GetMutableTileLevels () |
| | Gets a mutable reference to the list of the quad tree tile levels that contain data partitions.
|
| |
| void | SetTileLevels (const std::vector< int64_t > &value) |
| | Sets the list of the quadtree tile levels that contain data partitions.
|
| |
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