Add new udafs and RMR support to gsprintconsole_ves
[com/gs-lite.git] / include / udaf_common.h
1 #ifndef _UDAF_COMMON_DEFINED_
2 #define _UDAF_COMMON_DEFINED_
3
4 //      This include file contains definitions for UDAFS
5 //      Which must be synchronized between the LFTA and HFTA layers
6
7 //      for quantiles (flip_udaf)
8 #define QUANT_LFTA1_SIZE 729
9 #define QUANT_LFTA2_SIZE 181
10 #define QUANT_LFTA3_SIZE 50             
11 #define QUANT_EPS 0.01
12 #define SKIPDIR_SIZE 100
13 #define SKIPDIR_HEIGHT_MAX 7
14
15
16 #endif