general.query.resgood
来自「Pegasus is an open-source implementation」· RESGOOD 代码 · 共 129 行
RESGOOD
129 行
Using root/SampleProvider as default namespace.=========Evaluate Query======================= 0 =========-----Query: SELECT * FROM CQL_TestPropertyTypes WHERE PropertyString = 'Bert Rules'-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=1FALSE-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=2TRUE========= 1 =========-----Query: SELECT * FROM CQL_TestPropertyTypes WHERE PropertyString <> 'Bert Rules'-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=1TRUE-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=2FALSE========= 2 =========-----Query: SELECT * FROM CQL_TestPropertyTypes WHERE PropertyUint8 = PropertyUint16-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=1FALSE-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=2FALSE========= 3 =========-----Query: SELECT * FROM CQL_TestPropertyTypes WHERE PropertyUint8 <= PropertyUint16-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=1FALSE-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=2TRUE========= 4 =========-----Query: SELECT * FROM CQL_TestPropertyTypes WHERE PropertyUint8 >= PropertyUint16-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=1TRUE-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=2FALSE========= 5 =========-----Query: SELECT * FROM CQL_TestPropertyTypes WHERE PropertyUint8 <> PropertyUint16-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=1TRUE-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=2TRUE========= 6 =========-----Query: SELECT * FROM CQL_TestPropertyTypes WHERE PropertyUint8 <> PropertyUint32-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=1TRUE-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=2TRUE========= 7 =========-----Query: SELECT * FROM CQL_TestPropertyTypes WHERE PropertyUint64 < PropertySint64-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=1FALSE-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=2FALSE========= 8 =========-----Query: SELECT * FROM CQL_TestPropertyTypes WHERE PropertyUint64 = PropertySint64-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=1FALSE-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=2FALSE========= 9 =========-----Query: SELECT * FROM CQL_TestPropertyTypes WHERE PropertyUint64 > PropertySint64-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=1TRUE-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=2TRUE========= 10 =========-----Query: SELECT * FROM CQL_TestPropertyTypes WHERE PropertySint64 < PropertyUint64-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=1TRUE-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=2TRUE========= 11 =========-----Query: SELECT * FROM CQL_TestPropertyTypes WHERE PropertySint64 = PropertyUint64-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=1FALSE-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=2FALSE========= 12 =========-----Query: SELECT * FROM CQL_TestPropertyTypes WHERE PropertySint64 > PropertyUint64-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=1FALSE-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=2FALSE========= 13 =========-----Query: SELECT * FROM CQL_TestPropertyTypes WHERE PropertySint64 > PropertyUint64-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=1FALSE-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=2FALSE========= 14 =========-----Query: SELECT * FROM CQL_TestPropertyTypes WHERE PropertyBoolean = TRUE-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=1TRUE-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=2TRUE========= 15 =========-----Query: SELECT * FROM CQL_TestPropertyTypes WHERE PropertyString = 'Bert Rules' AND PropertyUint32 = 32-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=1FALSE-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=2FALSE========= 16 =========-----Query: SELECT * FROM CQL_TestPropertyTypes WHERE PropertyString = 'Bert Rules' OR PropertyUint32 = 31-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=1FALSE-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=2TRUE========= 17 =========-----Query: SELECT * FROM CQL_TestPropertyTypes WHERE PropertyString = 'Bert Rule' OR PropertyUint32 = 32-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=1TRUE-----Instance: //a.b.com/root/SampleProvider:CQL_TestPropertyTypes.InstanceId=2FALSE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?