69
71
TableIdentifier identifier;
73
73
std::string original_table_label;
75
75
void setName(); // init name
80
81
TableFunction(const char *schema_arg, const char *table_arg) :
81
82
Plugin(local_string_append(schema_arg, table_arg) , "TableFunction"),