csvzall 0.4.0
CSV command-line tool and emerging C++ library
Loading...
Searching...
No Matches
csvzall::postgres::SchemaInference::ColumnStats Struct Reference

#include <schema_inference.hpp>

Public Attributes

std::string name
 
int integer_count = 0
 
int bigint_count = 0
 
int numeric_count = 0
 
int text_count = 0
 
int total_non_null = 0
 
int null_count = 0
 

Member Data Documentation

◆ bigint_count

int csvzall::postgres::SchemaInference::ColumnStats::bigint_count = 0

◆ integer_count

int csvzall::postgres::SchemaInference::ColumnStats::integer_count = 0

◆ name

std::string csvzall::postgres::SchemaInference::ColumnStats::name

◆ null_count

int csvzall::postgres::SchemaInference::ColumnStats::null_count = 0

◆ numeric_count

int csvzall::postgres::SchemaInference::ColumnStats::numeric_count = 0

◆ text_count

int csvzall::postgres::SchemaInference::ColumnStats::text_count = 0

◆ total_non_null

int csvzall::postgres::SchemaInference::ColumnStats::total_non_null = 0

The documentation for this struct was generated from the following file: