20
20
#ifndef DRIZZLED_NATURAL_JOIN_COLUMN_H
21
21
#define DRIZZLED_NATURAL_JOIN_COLUMN_H
33
27
Column reference of a NATURAL/USING join. Since column references in
34
28
joins can be both from views and stored tables, may point to either a
41
35
Field *table_field; /* Column reference of table or temp view. */