File: notequal.sql

package info (click to toggle)
postgresql-hll 2.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 58,724 kB
  • sloc: ansic: 2,805; sql: 2,161; cpp: 201; makefile: 22; sh: 1
file content (68 lines) | stat: -rw-r--r-- 7,462 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
-- ----------------------------------------------------------------
-- Regression tests for inequality operator with v1 output.
-- ----------------------------------------------------------------

SELECT hll_set_output_version(1);

-- Undefined sets: f
SELECT E'\\x108c49'::hll <> E'\\x108c49'::hll;

-- Undefined, different metadata: t
SELECT E'\\x108c49'::hll <> E'\\x108b49'::hll;

-- Equal empty sets: f
SELECT hll_empty(11,5,256,1) <> hll_empty(11,5,256,1);

-- Different metadata: t
SELECT hll_empty(11,5,256,1) <> hll_empty(11,5,256,0);

-- Different metadata: t
SELECT hll_empty(11,5,256,1) <> hll_empty(11,5,128,1);

-- Different metadata: t
SELECT hll_empty(11,5,256,1) <> hll_empty(11,4,256,1);

-- Different metadata: t
SELECT hll_empty(11,5,256,1) <> hll_empty(10,5,256,1);

-- Same explicit: f
SELECT  E'\\x128b7f8895a3f5af28cafe'::hll <> E'\\x128b7f8895a3f5af28cafe'::hll;

-- Different explicit: t
SELECT  E'\\x128b7f8895a3f5af28cafe'::hll <> E'\\x128b7fda0ce907e4355b60'::hll;

-- Different explicit lengths: t
SELECT  E'\\x128b7f8895a3f5af28cafe'::hll <> E'\\x128b7f8895a3f5af28cafeda0ce907e4355b60'::hll;

-- Same sparse: f
SELECT E'\\x138b7f0001'::hll <> E'\\x138b7f0001'::hll;

-- Different sparse: t
SELECT E'\\x138b7f0001'::hll <> E'\\x138b7f0022'::hll;

-- Different sparse lengths: t
SELECT E'\\x138b7f0001'::hll <> E'\\x138b7f00410061'::hll;

-- Same compressed: f
SELECT hll_add(hll_empty(11,5,0,0), hll_hash_integer(1,0)) <>
E'\\x148b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'::hll;


-- Different compressed: t
SELECT hll_add(hll_empty(11,5,0,0), hll_hash_integer(2,0)) <>
E'\\x148b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'::hll;

-- Different types: t
SELECT E'\\x108b7f'::hll <> hll_empty(11,5,256,1);
SELECT E'\\x108b7f'::hll <> E'\\x128b7f8895a3f5af28cafe'::hll;
SELECT E'\\x108b7f'::hll <> E'\\x138b7f0041'::hll;
SELECT E'\\x108b7f'::hll <> hll_add(hll_empty(11,5,0,0), hll_hash_integer(1,0));
SELECT hll_empty(11,5,256,1) <> E'\\x128b408895a3f5af28cafe'::hll;
SELECT hll_empty(11,5,256,1) <> E'\\x138b7f0001'::hll;
SELECT hll_empty(11,5,256,1) <>
           hll_add(hll_empty(11,5,0,0), hll_hash_integer(1,0));
SELECT E'\\x128b7f8895a3f5af28cafe'::hll <> E'\\x138b7f0022'::hll;
SELECT E'\\x128b7f8895a3f5af28cafe'::hll <>
           hll_add(hll_empty(11,5,0,0), hll_hash_integer(1,0));
SELECT E'\\x138c40afe180'::hll <>
           hll_add(hll_empty(11,5,0,0), hll_hash_integer(1,0));