canCompile method

bool canCompile(
  1. Set<String> trampoline
)

Determines whether this query can be compiled.

Used to prevent ambiguities in joins.

Implementation

bool canCompile(Set<String> trampoline) => true;