OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TableFunctionExecutionUnit Struct Reference

#include <RelAlgExecutionUnit.h>

+ Collaboration diagram for TableFunctionExecutionUnit:

Public Member Functions

std::string toString () const
 

Public Attributes

const std::vector
< InputDescriptor
input_descs
 
std::list< std::shared_ptr
< const InputColDescriptor > > 
input_col_descs
 
std::vector< Analyzer::Expr * > input_exprs
 
std::vector
< Analyzer::ColumnVar * > 
table_func_inputs
 
std::vector< Analyzer::Expr * > target_exprs
 
size_t output_buffer_size_param
 
const
table_functions::TableFunction 
table_func
 
QueryPlanHash query_plan_dag_hash
 

Detailed Description

Definition at line 194 of file RelAlgExecutionUnit.h.

Member Function Documentation

std::string TableFunctionExecutionUnit::toString ( ) const
inline

Definition at line 205 of file RelAlgExecutionUnit.h.

References input_exprs, output_buffer_size_param, query_plan_dag_hash, table_func, table_func_inputs, target_exprs, and typeName().

205  {
206  return typeName(this) + "(" + "input_exprs=" + ::toString(input_exprs) +
207  ", table_func_inputs=" + ::toString(table_func_inputs) +
208  ", target_exprs=" + ::toString(target_exprs) +
209  ", output_buffer_size_param=" + ::toString(output_buffer_size_param) +
210  ", table_func=" + ::toString(table_func) +
211  ", query_plan_dag=" + ::toString(query_plan_dag_hash) + ")";
212  }
std::vector< Analyzer::Expr * > input_exprs
std::vector< Analyzer::ColumnVar * > table_func_inputs
const table_functions::TableFunction table_func
std::string toString() const
std::string typeName(const T *v)
Definition: toString.h:106
std::vector< Analyzer::Expr * > target_exprs

+ Here is the call graph for this function:

Member Data Documentation

std::list<std::shared_ptr<const InputColDescriptor> > TableFunctionExecutionUnit::input_col_descs

Definition at line 196 of file RelAlgExecutionUnit.h.

const std::vector<InputDescriptor> TableFunctionExecutionUnit::input_descs

Definition at line 195 of file RelAlgExecutionUnit.h.

size_t TableFunctionExecutionUnit::output_buffer_size_param
mutable
QueryPlanHash TableFunctionExecutionUnit::query_plan_dag_hash

Definition at line 202 of file RelAlgExecutionUnit.h.

Referenced by toString().

std::vector<Analyzer::ColumnVar*> TableFunctionExecutionUnit::table_func_inputs

Definition at line 198 of file RelAlgExecutionUnit.h.

Referenced by toString().


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