Interface ResultStatement

All Superinterfaces:
Statement, Visitable

@API(status=STABLE, since="2021.2.1") public interface ResultStatement extends Statement
A statement that returns items from the graph. The shape of those items can be pretty much anything: A list of records containing only properties, or nodes with properties mixed with relationships and so on. The only guarantee given is that the query will return some data when executed.
Since:
2021.2.1
Author:
Michael J. Simons