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