OmniSciDB
a5dc49c757
|
#include <string>
#include <vector>
#include "QueryEngine/ExtensionFunctionsWhitelist.h"
#include "QueryEngine/TableFunctionHelper.h"
#include "Shared/toString.h"
#include "TableFunctionOutputBufferSizeType.h"
Go to the source code of this file.
Classes | |
struct | table_functions::TableFunctionOutputRowSizer |
class | table_functions::TableFunction |
class | table_functions::TableFunctionsFactory |
Namespaces | |
table_functions | |
Macros | |
#define | DEFAULT_ROW_MULTIPLIER_SUFFIX "__default_RowMultiplier_" |
#define | DEFAULT_ROW_MULTIPLIER_VALUE 1 |
#define | PREFLIGHT_SUFFIX "__preflight" |
Functions | |
void | table_functions::init_table_functions () |
#define DEFAULT_ROW_MULTIPLIER_SUFFIX "__default_RowMultiplier_" |
Definition at line 27 of file TableFunctionsFactory.h.
Referenced by table_functions::TableFunctionsFactory::add(), and bind_function().
#define DEFAULT_ROW_MULTIPLIER_VALUE 1 |
Definition at line 28 of file TableFunctionsFactory.h.
Referenced by RelAlgExecutor::createTableFunctionWorkUnit().
#define PREFLIGHT_SUFFIX "__preflight" |
Definition at line 29 of file TableFunctionsFactory.h.
Referenced by table_functions::TableFunction::getPreFlightFnName().