OmniSciDB
85c2d10cdc
|
Functions | |
SQLTypeInfo | ext_arg_pointer_type_to_type_info (const ExtArgumentType ext_arg_type) |
SQLTypeInfo | ext_arg_type_to_type_info_output (const ExtArgumentType ext_arg_type) |
std::string | drop_suffix (const std::string &str) |
std::string table_functions::anonymous_namespace{TableFunctionsFactory.cpp}::drop_suffix | ( | const std::string & | str | ) |
SQLTypeInfo table_functions::anonymous_namespace{TableFunctionsFactory.cpp}::ext_arg_pointer_type_to_type_info | ( | const ExtArgumentType | ext_arg_type | ) |
Definition at line 28 of file TableFunctionsFactory.cpp.
References ColumnBool, ColumnDouble, ColumnFloat, ColumnInt16, ColumnInt32, ColumnInt64, ColumnInt8, ColumnListBool, ColumnListDouble, ColumnListFloat, ColumnListInt16, ColumnListInt32, ColumnListInt64, ColumnListInt8, generate_column_list_type(), generate_column_type(), kBIGINT, kBOOLEAN, kDOUBLE, kFLOAT, kINT, kNULLT, kSMALLINT, kTINYINT, LOG, PBool, PDouble, PFloat, PInt16, PInt32, PInt64, PInt8, ExtensionFunctionsWhitelist::toString(), UNREACHABLE, and logger::WARNING.
Referenced by table_functions::TableFunction::getInputSQLType().
SQLTypeInfo table_functions::anonymous_namespace{TableFunctionsFactory.cpp}::ext_arg_type_to_type_info_output | ( | const ExtArgumentType | ext_arg_type | ) |
Definition at line 82 of file TableFunctionsFactory.cpp.
References Bool, ColumnBool, ColumnDouble, ColumnFloat, ColumnInt16, ColumnInt32, ColumnInt64, ColumnInt8, ColumnListBool, ColumnListDouble, ColumnListFloat, ColumnListInt16, ColumnListInt32, ColumnListInt64, ColumnListInt8, Double, Float, Int16, Int32, Int64, Int8, kBIGINT, kBOOLEAN, kDOUBLE, kFLOAT, kINT, kNULLT, kSMALLINT, kTINYINT, LOG, PBool, PDouble, PFloat, PInt16, PInt32, PInt64, PInt8, ExtensionFunctionsWhitelist::toString(), UNREACHABLE, and logger::WARNING.
Referenced by table_functions::TableFunction::getOutputSQLType().