Struct kudu::TableBuilder [] [src]

pub struct TableBuilder { /* fields omitted */ }

Methods

impl TableBuilder
[src]

Creates a new table builder with the provided table name and schema.

Hash partitions the table by the specfied columns.

Range partitions the table by the specified columns.

Range partitioned tables must have at least one partition added with TableBuilder::add_range_partition.

Adds a range partition to the table with the specified bounds.