mentat/docs/apis/0.7/rust/edn/query/sidebar-items.js
Emily Toop da599c3a78 Fix broken documentation links. (#775) (#767) r=nalexander
* Fix broken API doc links

Create symlink for latest to point to v0.7.
Group APIs by top version number rather than individual

* Update swift and android version numbers to match Mentats

* Update documentation

* Update top level .gitignore to ignore docs site & metatdata

* Add README to help with building documentation site

* Address review comments @ncalexan
2018-06-29 10:28:44 -07:00

1 line
No EOL
1.3 KiB
JavaScript

initSidebarItems({"enum":[["Binding",""],["Direction",""],["Element",""],["FindSpec","A definition of the first part of a find query: the `[:find ?foo ?bar…]` bit."],["FnArg",""],["IdentOrEntid",""],["Limit",""],["NonIntegerConstant","These are the scalar values representable in EDN."],["OrWhereClause",""],["PatternNonValuePlace","e, a, tx can't be values -- no strings, no floats -- and so they can only be variables, entity IDs, ident keywords, or placeholders. This encoding allows us to represent integers that aren't entity IDs. That'll get filtered out in the context of the database."],["PatternValuePlace","The `v` part of a pattern can be much broader: it can represent integers that aren't entity IDs (particularly negative integers), strings, and all the rest. We group those under `Constant`."],["PullAttributeSpec",""],["PullConcreteAttribute",""],["SrcVar",""],["UnifyVars",""],["VariableOrPlaceholder",""],["WhereClause",""]],"struct":[["Aggregate",""],["NamedPullAttribute",""],["NotJoin",""],["OrJoin",""],["Order","An abstract declaration of ordering: direction and variable."],["ParsedQuery",""],["Pattern",""],["Predicate",""],["Pull",""],["QueryFunction",""],["TypeAnnotation",""],["Variable",""],["WhereFn",""]],"trait":[["ContainsVariables",""],["FromValue",""]],"type":[["SrcVarName",""]]});