View Source Csv2sql.TypeDeducer.TypeChecker (Csv2sql v1.0.0)
Type checkers to infer data type of a database column using its preivous inferred type and current item type
Summary
Types
@type db_result_types() :: MyXQL.Result.t() | Postgrex.Result.t()
@type file_status() :: :pending | :analyze | :loading | :done | :failure
@type files_map() :: %{required(String.t()) => File.t()}
@type supported_db_data_types() :: String.t() | number() | boolean() | Date.t() | DateTime.t() | nil