Go to the source code of this file.
Enumerations | |
enum | AggFunction { AGG_FUNC_COUNT, AGG_FUNC_MAX, AGG_FUNC_MIN, AGG_FUNC_SINGLE_VALUE, AGG_FUNC_SUM } |
enum | BarrierReturnMode { BARRIER_RET_ALL_INPUTS, BARRIER_RET_ANY_INPUT, BARRIER_RET_FIRST_INPUT } |
enum | CompOperator { COMP_EQ, COMP_GE, COMP_GT, COMP_LE, COMP_LT, COMP_NE, COMP_NOOP } |
enum | Distinctness { DUP_ALLOW, DUP_DISCARD, DUP_FAIL } |
enum | TableSamplingMode { SAMPLING_BERNOULLI, SAMPLING_OFF, SAMPLING_SYSTEM } |
Variables | |
static std::string | AggFunction_names [] = {"AGG_FUNC_COUNT","AGG_FUNC_MAX","AGG_FUNC_MIN","AGG_FUNC_SINGLE_VALUE","AGG_FUNC_SUM",""} |
static std::string | BarrierReturnMode_names [] = {"BARRIER_RET_ALL_INPUTS","BARRIER_RET_ANY_INPUT","BARRIER_RET_FIRST_INPUT",""} |
static std::string | CompOperator_names [] = {"COMP_EQ","COMP_GE","COMP_GT","COMP_LE","COMP_LT","COMP_NE","COMP_NOOP",""} |
static std::string | Distinctness_names [] = {"DUP_ALLOW","DUP_DISCARD","DUP_FAIL",""} |
static std::string | TableSamplingMode_names [] = {"SAMPLING_BERNOULLI","SAMPLING_OFF","SAMPLING_SYSTEM",""} |
enum AggFunction |
Definition at line 3 of file FemGeneratedEnums.h.
00003 { 00004 AGG_FUNC_COUNT, 00005 AGG_FUNC_MAX, 00006 AGG_FUNC_MIN, 00007 AGG_FUNC_SINGLE_VALUE, 00008 AGG_FUNC_SUM 00009 };
enum BarrierReturnMode |
Definition at line 13 of file FemGeneratedEnums.h.
00013 { 00014 BARRIER_RET_ALL_INPUTS, 00015 BARRIER_RET_ANY_INPUT, 00016 BARRIER_RET_FIRST_INPUT 00017 };
enum CompOperator |
enum Distinctness |
Definition at line 33 of file FemGeneratedEnums.h.
00033 { 00034 DUP_ALLOW, 00035 DUP_DISCARD, 00036 DUP_FAIL 00037 };
enum TableSamplingMode |
Definition at line 41 of file FemGeneratedEnums.h.
00041 { 00042 SAMPLING_BERNOULLI, 00043 SAMPLING_OFF, 00044 SAMPLING_SYSTEM 00045 };
std::string AggFunction_names[] = {"AGG_FUNC_COUNT","AGG_FUNC_MAX","AGG_FUNC_MIN","AGG_FUNC_SINGLE_VALUE","AGG_FUNC_SUM",""} [static] |
std::string BarrierReturnMode_names[] = {"BARRIER_RET_ALL_INPUTS","BARRIER_RET_ANY_INPUT","BARRIER_RET_FIRST_INPUT",""} [static] |
Definition at line 19 of file FemGeneratedEnums.h.
Referenced by ProxyBarrierStreamDef::getReturnMode().
std::string CompOperator_names[] = {"COMP_EQ","COMP_GE","COMP_GT","COMP_LE","COMP_LT","COMP_NE","COMP_NOOP",""} [static] |
Definition at line 31 of file FemGeneratedEnums.h.
Referenced by ProxyReshapeStreamDef::getCompareOp().
std::string Distinctness_names[] = {"DUP_ALLOW","DUP_DISCARD","DUP_FAIL",""} [static] |
Definition at line 39 of file FemGeneratedEnums.h.
Referenced by ProxySortingStreamDef::getDistinctness(), ProxyIndexWriterDef::getDistinctness(), and ProxyIndexLoaderDef::getDistinctness().
std::string TableSamplingMode_names[] = {"SAMPLING_BERNOULLI","SAMPLING_OFF","SAMPLING_SYSTEM",""} [static] |
Definition at line 47 of file FemGeneratedEnums.h.
Referenced by ProxyLcsRowScanStreamDef::getSamplingMode().