~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

  • Committer: Stewart Smith
  • Date: 2009-05-12 05:56:00 UTC
  • mfrom: (1008 drizzle)
  • mto: (1014.2.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 1015.
  • Revision ID: stewart@flamingspork.com-20090512055600-4gg3jgx2bqt9wn5f
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <drizzled/dtcollation.h>
24
24
#include <mysys/drizzle_time.h>
 
25
#include <drizzled/key_map.h>
25
26
#include <drizzled/my_decimal.h>
26
27
#include <drizzled/sql_bitmap.h>
27
28
#include <drizzled/sql_list.h>
193
194
  virtual enum Type type() const =0;
194
195
 
195
196
  /*
196
 
    Return information about function monotonicity. See comment for
197
 
    enum_monotonicity_info for details. This function can only be called
198
 
    after fix_fields() call.
199
 
  */
200
 
  virtual enum_monotonicity_info get_monotonicity_info() const
201
 
  { return NON_MONOTONIC; }
202
 
 
203
 
  /*
204
197
    Convert:
205
198
      "func_arg $CMP$ const" half-interval
206
199
    into: