Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
入ってくるエッジがないすべての頂点についてクラスターにクエリを実行する簡単な方法はありますか?
コレクションが存在するが空である場合もカバーするため、これはより完全です。
select from the_cluster where in().size() = 0
次の SQL は機能しているようです (エッジはフィールドとして頂点に格納されるためin) out。
in
out
select from the_cluster where in is null