OmniSciDB
c1a53651b2
|
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_impl (const std::string &str) |
std::string table_functions::anonymous_namespace{TableFunctionsFactory.cpp}::drop_suffix_impl | ( | 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 30 of file TableFunctionsFactory.cpp.
References ext_arg_type_to_type_info(), kBIGINT, kBOOLEAN, kDOUBLE, kFLOAT, kINT, kNULLT, kSMALLINT, kTINYINT, PBool, PDouble, PFloat, PInt16, PInt32, PInt64, PInt8, and UNREACHABLE.
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 53 of file TableFunctionsFactory.cpp.
References ext_arg_type_to_type_info(), SQLTypeInfo::get_elem_type(), kBIGINT, kBOOLEAN, kDOUBLE, kFLOAT, kINT, kNULLT, kSMALLINT, kTINYINT, PBool, PDouble, PFloat, PInt16, PInt32, PInt64, PInt8, and UNREACHABLE.
Referenced by table_functions::TableFunction::getOutputSQLType().