MySQL 9.0.0
Source Code Documentation
column.h File Reference

TempTable Column declaration. More...

#include <cstddef>
#include <vector>
#include "my_dbug.h"
#include "sql/field.h"
#include "storage/temptable/include/temptable/allocator.h"
#include "storage/temptable/include/temptable/misc.h"

Go to the source code of this file.

Classes

class  temptable::Column
 A column class that describes the metadata of a column. More...
 

Namespaces

namespace  temptable
 

Typedefs

typedef std::vector< Column, Allocator< Column > > temptable::Columns
 A type that designates all the columns of a table. More...
 

Detailed Description

TempTable Column declaration.