create_single_column_table

Function create_single_column_table 

Source
pub fn create_single_column_table(
    name: &str,
    column_name: &str,
    values: Vec<DataValue>,
) -> Arc<DataTable>
Expand description

Helper function to create a single-column table