Kudu C++ client API
|
This is the complete list of members for KuduTableCreator, including all inherited members.
add_custom_range_partition(class KuduRangePartition *partition) | KuduTableCreator | |
add_hash_partitions(const std::vector< std::string > &columns, int32_t num_buckets) | KuduTableCreator | |
add_hash_partitions(const std::vector< std::string > &columns, int32_t num_buckets, int32_t seed) | KuduTableCreator | |
add_range_partition(KuduPartialRow *lower_bound, KuduPartialRow *upper_bound, RangePartitionBound lower_bound_type=INCLUSIVE_BOUND, RangePartitionBound upper_bound_type=EXCLUSIVE_BOUND) | KuduTableCreator | |
add_range_partition_split(KuduPartialRow *split_row) | KuduTableCreator | |
Create() | KuduTableCreator | |
dimension_label(const std::string &dimension_label) | KuduTableCreator | |
EXCLUSIVE_BOUND enum value | KuduTableCreator | |
extra_configs(const std::map< std::string, std::string > &extra_configs) | KuduTableCreator | |
INCLUSIVE_BOUND enum value | KuduTableCreator | |
num_replicas(int n_replicas) | KuduTableCreator | |
RangePartitionBound enum name | KuduTableCreator | |
schema(const KuduSchema *schema) | KuduTableCreator | |
set_allow_empty_partition(bool allow_empty_partition) | KuduTableCreator | |
set_comment(const std::string &comment) | KuduTableCreator | |
set_owner(const std::string &owner) | KuduTableCreator | |
set_range_partition_columns(const std::vector< std::string > &columns) | KuduTableCreator | |
split_rows(const std::vector< const KuduPartialRow * > &split_rows) | KuduTableCreator | |
table_name(const std::string &name) | KuduTableCreator | |
timeout(const MonoDelta &timeout) | KuduTableCreator | |
wait(bool wait) | KuduTableCreator | |
~KuduTableCreator() (defined in KuduTableCreator) | KuduTableCreator |