26.10.2 型システム
フィルタ式は非常に単純な型システムです。次に示す13個の型のみがあります。
integer
(int
を使用して式内で短縮可能)long
float
double
boolean
string
date
time
time with timezone
timestamp
timestamp with timezone
vertex
edge
変換は、数値型(integer
、float
、double
、long
)の間でのみ許可されています。
比較では、両側が同じ(または変換可能な)型である必要があります。
親トピック: フィルタ式