taco-db  0.1.0
Namespaces | Variables
builtin_func_table.cpp File Reference
#include "catalog/systables/builtin_func_table.h"

Namespaces

 taco
 

Variables

Datum taco::BOOL_in (FMGR_FUNCTION_ARGS)
 
Datum taco::BOOL_out (FMGR_FUNCTION_ARGS)
 
Datum taco::BOOL_not (FMGR_FUNCTION_ARGS)
 
Datum taco::BOOL_or (FMGR_FUNCTION_ARGS)
 
Datum taco::BOOL_and (FMGR_FUNCTION_ARGS)
 
Datum taco::BOOL_eq (FMGR_FUNCTION_ARGS)
 
Datum taco::BOOL_ne (FMGR_FUNCTION_ARGS)
 
Datum taco::BOOL_lt (FMGR_FUNCTION_ARGS)
 
Datum taco::BOOL_le (FMGR_FUNCTION_ARGS)
 
Datum taco::BOOL_gt (FMGR_FUNCTION_ARGS)
 
Datum taco::BOOL_ge (FMGR_FUNCTION_ARGS)
 
Datum taco::CHAR_in (FMGR_FUNCTION_ARGS)
 
Datum taco::CHAR_out (FMGR_FUNCTION_ARGS)
 
Datum taco::CHAR_typlen (FMGR_FUNCTION_ARGS)
 
Datum taco::CHAR_to_VARCHAR (FMGR_FUNCTION_ARGS)
 
Datum taco::CHAR_eq (FMGR_FUNCTION_ARGS)
 
Datum taco::CHAR_ne (FMGR_FUNCTION_ARGS)
 
Datum taco::CHAR_lt (FMGR_FUNCTION_ARGS)
 
Datum taco::CHAR_le (FMGR_FUNCTION_ARGS)
 
Datum taco::CHAR_gt (FMGR_FUNCTION_ARGS)
 
Datum taco::CHAR_ge (FMGR_FUNCTION_ARGS)
 
Datum taco::CHAR_eq_ci (FMGR_FUNCTION_ARGS)
 
Datum taco::CHAR_ne_ci (FMGR_FUNCTION_ARGS)
 
Datum taco::CHAR_lt_ci (FMGR_FUNCTION_ARGS)
 
Datum taco::CHAR_le_ci (FMGR_FUNCTION_ARGS)
 
Datum taco::CHAR_gt_ci (FMGR_FUNCTION_ARGS)
 
Datum taco::CHAR_ge_ci (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_in (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_out (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_add (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_sub (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_mul (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_div (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_mod (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_neg (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_eq (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_ne (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_lt (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_le (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_gt (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_ge (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_not (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_and (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_or (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_xor (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_lsh (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_rsh (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_SUM_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_AVG_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_MIN_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_MAX_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_MINMAX_finalize (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_to_VARCHAR (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_to_INT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_in (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_out (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_add (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_sub (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_mul (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_div (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_mod (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_neg (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_eq (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_ne (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_lt (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_le (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_gt (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_ge (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_not (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_and (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_or (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_xor (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_lsh (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_rsh (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_SUM_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_AVG_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_MIN_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_MAX_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_MINMAX_finalize (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_to_VARCHAR (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_to_INT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_in (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_out (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_add (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_sub (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_mul (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_div (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_mod (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_neg (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_eq (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_ne (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_lt (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_le (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_gt (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_ge (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_not (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_and (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_or (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_xor (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_lsh (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_rsh (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_SUM_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_AVG_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_MIN_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_MAX_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_MINMAX_finalize (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_to_VARCHAR (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_to_INT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_in (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_out (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_add (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_sub (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_mul (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_div (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_mod (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_neg (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_eq (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_ne (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_lt (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_le (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_gt (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_ge (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_not (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_and (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_or (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_xor (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_lsh (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_rsh (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_SUM_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_AVG_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_MIN_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_MAX_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_MINMAX_finalize (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_to_VARCHAR (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_to_INT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::OID_in (FMGR_FUNCTION_ARGS)
 
Datum taco::OID_out (FMGR_FUNCTION_ARGS)
 
Datum taco::OID_eq (FMGR_FUNCTION_ARGS)
 
Datum taco::OID_ne (FMGR_FUNCTION_ARGS)
 
Datum taco::OID_lt (FMGR_FUNCTION_ARGS)
 
Datum taco::OID_le (FMGR_FUNCTION_ARGS)
 
Datum taco::OID_gt (FMGR_FUNCTION_ARGS)
 
Datum taco::OID_ge (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_in (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_out (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_add (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_sub (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_mul (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_div (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_mod (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_neg (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_eq (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_ne (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_lt (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_le (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_gt (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_ge (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_not (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_and (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_or (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_xor (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_lsh (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_rsh (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_SUM_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_AVG_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_MIN_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_MAX_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_MINMAX_finalize (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_to_VARCHAR (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_to_UINT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_in (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_out (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_add (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_sub (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_mul (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_div (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_mod (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_neg (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_eq (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_ne (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_lt (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_le (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_gt (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_ge (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_not (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_and (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_or (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_xor (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_lsh (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_rsh (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_SUM_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_AVG_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_MIN_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_MAX_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_MINMAX_finalize (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_to_VARCHAR (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_to_UINT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_in (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_out (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_add (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_sub (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_mul (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_div (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_mod (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_neg (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_eq (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_ne (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_lt (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_le (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_gt (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_ge (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_not (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_and (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_or (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_xor (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_lsh (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_rsh (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_SUM_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_AVG_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_MIN_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_MAX_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_MINMAX_finalize (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_to_VARCHAR (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_to_UINT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_in (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_out (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_add (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_sub (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_mul (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_div (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_mod (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_neg (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_eq (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_ne (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_lt (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_le (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_gt (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_ge (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_not (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_and (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_or (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_xor (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_lsh (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_rsh (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_SUM_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_AVG_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_MIN_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_MAX_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_MINMAX_finalize (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_to_VARCHAR (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_to_UINT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_in (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_out (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_length (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_concat (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_eq (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_ne (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_lt (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_le (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_gt (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_ge (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_to_CHAR (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR___STRING_eq (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_eq_ci (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_ne_ci (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_lt_ci (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_le_ci (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_gt_ci (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_ge_ci (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR___STRING_eq_ci (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_in (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_out (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_add (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_sub (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_mul (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_div (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_neg (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_eq (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_ne (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_lt (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_le (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_gt (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_ge (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_SUM_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_AVG_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_MIN_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_MAX_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_MINMAX_finalize (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_to_VARCHAR (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_to_FLOAT (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_in (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_out (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_add (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_sub (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_mul (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_div (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_neg (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_eq (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_ne (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_lt (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_le (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_gt (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_ge (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_SUM_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_AVG_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_MIN_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_MAX_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_MINMAX_finalize (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_to_VARCHAR (FMGR_FUNCTION_ARGS)
 
Datum taco::VARCHAR_to_DOUBLE (FMGR_FUNCTION_ARGS)
 
Datum taco::COUNT_init (FMGR_FUNCTION_ARGS)
 
Datum taco::COUNT_acc (FMGR_FUNCTION_ARGS)
 
Datum taco::COUNT_finalize (FMGR_FUNCTION_ARGS)
 
Datum taco::primitive_SUM_init (FMGR_FUNCTION_ARGS)
 
Datum taco::int_SUM_finalize (FMGR_FUNCTION_ARGS)
 
Datum taco::uint_SUM_finalize (FMGR_FUNCTION_ARGS)
 
Datum taco::floating_SUM_finalize (FMGR_FUNCTION_ARGS)
 
Datum taco::AVG_init (FMGR_FUNCTION_ARGS)
 
Datum taco::AVG_finalize (FMGR_FUNCTION_ARGS)
 
Datum taco::MINMAX_init (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_to_INT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_to_INT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_to_INT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_to_INT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_to_INT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_to_INT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_to_INT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_to_INT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_to_INT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_to_INT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_to_INT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_to_INT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_to_INT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_to_INT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_to_INT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_to_INT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_to_INT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_to_INT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_to_INT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_to_INT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_to_INT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_to_INT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_to_INT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_to_INT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_to_INT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_to_INT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_to_INT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_to_INT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_to_UINT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_to_UINT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_to_UINT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_to_UINT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_to_UINT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_to_UINT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_to_UINT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_to_UINT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_to_UINT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_to_UINT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_to_UINT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_to_UINT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_to_UINT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_to_UINT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_to_UINT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_to_UINT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_to_UINT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_to_UINT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_to_UINT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_to_UINT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_to_UINT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_to_UINT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_to_UINT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_to_UINT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_to_UINT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_to_UINT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_to_UINT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_to_UINT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_to_INT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_to_FLOAT (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_to_INT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT1_to_DOUBLE (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_to_INT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_to_FLOAT (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_to_INT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT2_to_DOUBLE (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_to_INT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_to_FLOAT (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_to_INT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT4_to_DOUBLE (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_to_INT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_to_FLOAT (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_to_INT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::INT8_to_DOUBLE (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_to_UINT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_to_FLOAT (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_to_UINT1 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT1_to_DOUBLE (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_to_UINT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_to_FLOAT (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_to_UINT2 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT2_to_DOUBLE (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_to_UINT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_to_FLOAT (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_to_UINT4 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT4_to_DOUBLE (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_to_UINT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_to_FLOAT (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_to_UINT8 (FMGR_FUNCTION_ARGS)
 
Datum taco::UINT8_to_DOUBLE (FMGR_FUNCTION_ARGS)
 
Datum taco::FLOAT_to_DOUBLE (FMGR_FUNCTION_ARGS)
 
Datum taco::DOUBLE_to_FLOAT (FMGR_FUNCTION_ARGS)
 
Datum taco::DATE_in (FMGR_FUNCTION_ARGS)
 
Datum taco::DATE_out (FMGR_FUNCTION_ARGS)
 
Datum taco::DATE_eq (FMGR_FUNCTION_ARGS)
 
Datum taco::DATE_ne (FMGR_FUNCTION_ARGS)
 
Datum taco::DATE_lt (FMGR_FUNCTION_ARGS)
 
Datum taco::DATE_le (FMGR_FUNCTION_ARGS)
 
Datum taco::DATE_gt (FMGR_FUNCTION_ARGS)
 
Datum taco::DATE_ge (FMGR_FUNCTION_ARGS)
 
Datum taco::DATE_adddays (FMGR_FUNCTION_ARGS)
 
Datum taco::DATE_subdays (FMGR_FUNCTION_ARGS)
 
std::pair< Oid, FunctionPtr > taco::builtin_func_table []