summaryrefslogtreecommitdiff
path: root/src/mongo/db/test_output/exec/sbe/s_b_e_prim_unary_test/negate_mixed.txt
blob: 7005c2f8548c3d169b9d2728b5f268a635d3c6f0 (plain)
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
# Golden test output of SBEPrimUnaryTest/NegateMixed
-- INPUT EXPRESSION:
-(s1) 

-- COMPILED EXPRESSION:
[0x0000-0x000b]
0x0000: pushAccessVal(accessor: <accessor>);
0x0009: negate(popParam: 1, offsetParam: 0);


-- EXECUTE VARIATION:
SLOTS: [1: Nothing]
RESULT: Nothing

-- EXECUTE VARIATION:
SLOTS: [1: null]
RESULT: Nothing

-- EXECUTE VARIATION:
SLOTS: [1: false]
RESULT: Nothing

-- EXECUTE VARIATION:
SLOTS: [1: true]
RESULT: Nothing

-- EXECUTE VARIATION:
SLOTS: [1: 12]
RESULT: -12

-- EXECUTE VARIATION:
SLOTS: [1: NumberDecimal(223.500000000000)]
RESULT: NumberDecimal(-223.500000000000)

-- EXECUTE VARIATION:
SLOTS: [1: "abc"]
RESULT: Nothing

-- EXECUTE VARIATION:
SLOTS: [1: Timestamp(0, 1668792433)]
RESULT: Nothing