Closed sunbrn closed 7 years ago
@pp86 The 4 options above applies on all the following operators:
What should DEFAULT do?
@pp86, the semantics of DEFAULT is the same of not specifying anything.
E.g., C = SELECT(semijoin: cell_type IN B) A; must produce the same effect as C = SELECT(semijoin: DEFAULT(cell_type) IN B) A;
@pp86
The syntax reported above by Anna is the one that you defined time ago, in which DEFAULT(
As well FULLNAME(
FULLNAME renamed to FULL.
Default is never used, please remove from the documentation if mentioned.
I have verified that:
Also this last option should be enabled.
@pp86