text
stringlengths 0
17.2k
|
---|
!= !:
|
Tests whether the value returned for a given key is not equal to the specified value.
|
Name!=Blast Name!:"Blast"
|
Less (Binary)
|
<
|
Tests whether the value returned for a given key is less than the specified value. This supports numeric values only.
|
Triangles<92
|
LessOrEqual (Binary)
|
<= <:
|
Tests whether the value returned for a given key is less than or equal to the specified value. This supports numeric values only.
|
Triangles<=92 Triangles<:92
|
Greater (Binary)
|
>
|
Tests whether the value returned for a given key is greater than the specified value. This supports numeric values only.
|
Triangles>92
|
GreaterOrEqual (Binary)
|
>= >:
|
Tests whether the value returned for a given key is greater than or equal to the specified value. This supports numeric values only.
|
Triangles>=92 Triangles>:92
|
Or (Binary)
|
OR || |
|
Tests two values and returns true if either evaluate to true.
|
Blast OR Type:Blueprint !Blast || Path:Testing Name:"Blast" | Path:Testing...
|
And (Binary)
|
AND && &
|
Tests two values and returns true if both evaluate to true.
|
Blast AND Type:Blueprint !Blast || Path:Testing Name:"Blast" | Path:Testing...
|
Not (Pre-Unary)
|
NOT !
|
Tests the value that follows it and then returns the inverted results.
|
NOT Blast ! "Blast"
|
TextCmpInvert (Pre-Unary)
|
-
|
Modifies a text value so that it will return the inverted result of the operation it is involved in.
|
-Blast -"Blast"
|
TextCmpExact (Pre-Unary)
|
+
|
Modifies a text value so that it will perform an "exact" text comparison.
|
+Blast +"Blast"
|
TextCmpAnchor (Pre-Unary)
|
...
|
Modifies a text value so that it will perform an "ends with" text comparison.
|
...ast ..."ast"
|
TextCmpAnchor (Post-Unary)
|
...
|
Modifies a text value so that it will perform a "starts with" text comparison.
|
Bla... "Bla"...
|
Name
|
N/A
|
The Asset name.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.