Searched refs:x_count (Results 1 – 3 of 3) sorted by relevance
22 # Add the x_count aggregate function to the database handle.23 # x_count will error out if its input is 40 or 41 or if its39 SELECT x_count(*) FROM t1;45 SELECT x_count(*) FROM t1;50 SELECT x_count(a) FROM t1;52 } {1 {value of 40 handed to x_count}}59 SELECT x_count(a) FROM t1;65 SELECT x_count(*) FROM t174 SELECT x_count(*) FROM t1;76 } {1 {x_count totals to 42}}
120 int x_count = static_cast<int>(k_line_length * (current_size / max_size) in WriteAsciiBucketGraph() local122 int x_remainder = k_line_length - x_count; in WriteAsciiBucketGraph()124 while (0 < x_count--) in WriteAsciiBucketGraph()
650 int x_count = static_cast<int>(k_line_length * (current_size / max_size) in WriteAsciiBucketGraph() local652 int x_remainder = k_line_length - x_count; in WriteAsciiBucketGraph()654 while (0 < x_count--) in WriteAsciiBucketGraph()