Trait iotdb_client_rs::client::DataSet[][src]

pub trait DataSet: Iterator<Item = RowRecord> {
    fn get_column_names(&self) -> Vec<String>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
;
fn is_ignore_timestamp(&self) -> bool; }

Required methods

Implementors