├── .cargo
└── config
├── .gitignore
├── .taskcluster.yml
├── .travis.yml
├── .vscode
├── launch.json
├── settings.json
└── tasks.json
├── CHANGELOG.md
├── Cargo.toml
├── LICENSE
├── README.md
├── automation
├── docker
│ ├── Dockerfile
│ └── generic
│ │ └── Dockerfile
└── taskcluster
│ ├── decision_task_pull_request.py
│ └── release
│ └── fetch-bintray-api-key.py
├── build
└── version.rs
├── core-traits
├── Cargo.toml
├── lib.rs
├── value_type_set.rs
└── values.rs
├── core
├── Cargo.toml
└── src
│ ├── cache.rs
│ ├── counter.rs
│ ├── lib.rs
│ ├── sql_types.rs
│ ├── tx_report.rs
│ ├── types.rs
│ └── util.rs
├── db-traits
├── Cargo.toml
├── errors.rs
└── lib.rs
├── db
├── Cargo.toml
├── README.md
├── src
│ ├── add_retract_alter_set.rs
│ ├── bootstrap.rs
│ ├── cache.rs
│ ├── db.rs
│ ├── debug.rs
│ ├── entids.rs
│ ├── internal_types.rs
│ ├── lib.rs
│ ├── metadata.rs
│ ├── schema.rs
│ ├── timelines.rs
│ ├── tx.rs
│ ├── tx_checking.rs
│ ├── tx_observer.rs
│ ├── types.rs
│ ├── upsert_resolution.rs
│ └── watcher.rs
└── tests
│ └── value_tests.rs
├── docs
├── .gitignore
├── 404.html
├── CONTRIBUTING.md
├── Gemfile
├── Gemfile.lock
├── README.md
├── _config.yml
├── _includes
│ ├── footer.html
│ └── header.html
├── _layouts
│ ├── home.html
│ ├── page.html
│ └── post.html
├── _posts
│ └── 2018-04-17-worked-examples.md
├── about.md
├── apis
│ ├── 0.7
│ │ ├── java
│ │ │ ├── allclasses-frame.html
│ │ │ ├── allclasses-noframe.html
│ │ │ ├── constant-values.html
│ │ │ ├── deprecated-list.html
│ │ │ ├── help-doc.html
│ │ │ ├── index-files
│ │ │ │ ├── index-1.html
│ │ │ │ ├── index-10.html
│ │ │ │ ├── index-11.html
│ │ │ │ ├── index-12.html
│ │ │ │ ├── index-13.html
│ │ │ │ ├── index-14.html
│ │ │ │ ├── index-15.html
│ │ │ │ ├── index-16.html
│ │ │ │ ├── index-17.html
│ │ │ │ ├── index-18.html
│ │ │ │ ├── index-19.html
│ │ │ │ ├── index-2.html
│ │ │ │ ├── index-3.html
│ │ │ │ ├── index-4.html
│ │ │ │ ├── index-5.html
│ │ │ │ ├── index-6.html
│ │ │ │ ├── index-7.html
│ │ │ │ ├── index-8.html
│ │ │ │ └── index-9.html
│ │ │ ├── index.html
│ │ │ ├── org
│ │ │ │ └── mozilla
│ │ │ │ │ └── mentat
│ │ │ │ │ ├── AttributeList.ByReference.html
│ │ │ │ │ ├── AttributeList.ByValue.html
│ │ │ │ │ ├── AttributeList.html
│ │ │ │ │ ├── CacheDirection.html
│ │ │ │ │ ├── ColResultIterator.html
│ │ │ │ │ ├── CollResult.html
│ │ │ │ │ ├── CollResultHandler.html
│ │ │ │ │ ├── EntityBuilder.html
│ │ │ │ │ ├── InProgress.html
│ │ │ │ │ ├── InProgressBuilder.html
│ │ │ │ │ ├── InProgressTransactionResult.ByReference.html
│ │ │ │ │ ├── InProgressTransactionResult.ByValue.html
│ │ │ │ │ ├── InProgressTransactionResult.html
│ │ │ │ │ ├── JNA.EntityBuilder.html
│ │ │ │ │ ├── JNA.InProgress.html
│ │ │ │ │ ├── JNA.InProgressBuilder.html
│ │ │ │ │ ├── JNA.QueryBuilder.html
│ │ │ │ │ ├── JNA.RelResult.html
│ │ │ │ │ ├── JNA.RelResultIter.html
│ │ │ │ │ ├── JNA.Store.html
│ │ │ │ │ ├── JNA.TxReport.html
│ │ │ │ │ ├── JNA.TypedValue.html
│ │ │ │ │ ├── JNA.TypedValueList.html
│ │ │ │ │ ├── JNA.TypedValueListIter.html
│ │ │ │ │ ├── JNA.html
│ │ │ │ │ ├── Mentat.html
│ │ │ │ │ ├── Query.html
│ │ │ │ │ ├── RelResult.html
│ │ │ │ │ ├── RelResultHandler.html
│ │ │ │ │ ├── RelResultIterator.html
│ │ │ │ │ ├── RustError.ByReference.html
│ │ │ │ │ ├── RustError.ByValue.html
│ │ │ │ │ ├── RustError.html
│ │ │ │ │ ├── RustResult.ByReference.html
│ │ │ │ │ ├── RustResult.ByValue.html
│ │ │ │ │ ├── RustResult.html
│ │ │ │ │ ├── ScalarResultHandler.html
│ │ │ │ │ ├── TupleResult.html
│ │ │ │ │ ├── TupleResultHandler.html
│ │ │ │ │ ├── TxChange.ByReference.html
│ │ │ │ │ ├── TxChange.ByValue.html
│ │ │ │ │ ├── TxChange.html
│ │ │ │ │ ├── TxChangeList.ByReference.html
│ │ │ │ │ ├── TxChangeList.ByValue.html
│ │ │ │ │ ├── TxChangeList.html
│ │ │ │ │ ├── TxObserverCallback.html
│ │ │ │ │ ├── TxReport.html
│ │ │ │ │ ├── TypedValue.html
│ │ │ │ │ ├── package-frame.html
│ │ │ │ │ ├── package-summary.html
│ │ │ │ │ └── package-tree.html
│ │ │ ├── overview-tree.html
│ │ │ ├── package-list
│ │ │ ├── script.js
│ │ │ └── stylesheet.css
│ │ ├── rust
│ │ │ ├── COPYRIGHT.txt
│ │ │ ├── FiraSans-LICENSE.txt
│ │ │ ├── FiraSans-Medium.woff
│ │ │ ├── FiraSans-Regular.woff
│ │ │ ├── Heuristica-Italic.woff
│ │ │ ├── Heuristica-LICENSE.txt
│ │ │ ├── LICENSE-APACHE.txt
│ │ │ ├── LICENSE-MIT.txt
│ │ │ ├── SourceCodePro-LICENSE.txt
│ │ │ ├── SourceCodePro-Regular.woff
│ │ │ ├── SourceCodePro-Semibold.woff
│ │ │ ├── SourceSerifPro-Bold.woff
│ │ │ ├── SourceSerifPro-LICENSE.txt
│ │ │ ├── SourceSerifPro-Regular.woff
│ │ │ ├── brush.svg
│ │ │ ├── dark.css
│ │ │ ├── edn
│ │ │ │ ├── BigInt.t.html
│ │ │ │ ├── DateTime.t.html
│ │ │ │ ├── OrderedFloat.t.html
│ │ │ │ ├── Utc.t.html
│ │ │ │ ├── Uuid.t.html
│ │ │ │ ├── UuidParseError.t.html
│ │ │ │ ├── entities
│ │ │ │ │ ├── AttributePlace.t.html
│ │ │ │ │ ├── Entid.t.html
│ │ │ │ │ ├── EntidOrIdent.t.html
│ │ │ │ │ ├── Entity.t.html
│ │ │ │ │ ├── EntityPlace.t.html
│ │ │ │ │ ├── LookupRef.t.html
│ │ │ │ │ ├── MapNotation.t.html
│ │ │ │ │ ├── OpType.t.html
│ │ │ │ │ ├── TempId.t.html
│ │ │ │ │ ├── TxFunction.t.html
│ │ │ │ │ ├── ValuePlace.t.html
│ │ │ │ │ ├── enum.AttributePlace.html
│ │ │ │ │ ├── enum.Entid.html
│ │ │ │ │ ├── enum.EntidOrIdent.html
│ │ │ │ │ ├── enum.Entity.html
│ │ │ │ │ ├── enum.EntityPlace.html
│ │ │ │ │ ├── enum.OpType.html
│ │ │ │ │ ├── enum.TempId.html
│ │ │ │ │ ├── enum.ValuePlace.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── struct.LookupRef.html
│ │ │ │ │ ├── struct.TxFunction.html
│ │ │ │ │ └── type.MapNotation.html
│ │ │ │ ├── enum.UuidParseError.html
│ │ │ │ ├── index.html
│ │ │ │ ├── macro.ns_keyword!.html
│ │ │ │ ├── macro.ns_keyword.html
│ │ │ │ ├── matcher
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── sidebar-items.js
│ │ │ │ ├── ns_keyword.m.html
│ │ │ │ ├── parse
│ │ │ │ │ ├── ParseError.t.html
│ │ │ │ │ ├── ParseResult.t.html
│ │ │ │ │ ├── basedinteger.v.html
│ │ │ │ │ ├── bigint.v.html
│ │ │ │ │ ├── boolean.v.html
│ │ │ │ │ ├── entities.v.html
│ │ │ │ │ ├── entity.v.html
│ │ │ │ │ ├── float.v.html
│ │ │ │ │ ├── fn.basedinteger.html
│ │ │ │ │ ├── fn.bigint.html
│ │ │ │ │ ├── fn.boolean.html
│ │ │ │ │ ├── fn.entities.html
│ │ │ │ │ ├── fn.entity.html
│ │ │ │ │ ├── fn.float.html
│ │ │ │ │ ├── fn.hexinteger.html
│ │ │ │ │ ├── fn.infinity.html
│ │ │ │ │ ├── fn.integer.html
│ │ │ │ │ ├── fn.keyword.html
│ │ │ │ │ ├── fn.list.html
│ │ │ │ │ ├── fn.map.html
│ │ │ │ │ ├── fn.nan.html
│ │ │ │ │ ├── fn.nil.html
│ │ │ │ │ ├── fn.octalinteger.html
│ │ │ │ │ ├── fn.op.html
│ │ │ │ │ ├── fn.parse_query.html
│ │ │ │ │ ├── fn.raw_basedinteger.html
│ │ │ │ │ ├── fn.raw_bigint.html
│ │ │ │ │ ├── fn.raw_float.html
│ │ │ │ │ ├── fn.raw_hexinteger.html
│ │ │ │ │ ├── fn.raw_integer.html
│ │ │ │ │ ├── fn.raw_octalinteger.html
│ │ │ │ │ ├── fn.raw_text.html
│ │ │ │ │ ├── fn.set.html
│ │ │ │ │ ├── fn.symbol.html
│ │ │ │ │ ├── fn.text.html
│ │ │ │ │ ├── fn.uuid.html
│ │ │ │ │ ├── fn.value.html
│ │ │ │ │ ├── fn.vector.html
│ │ │ │ │ ├── fn.where_fn.html
│ │ │ │ │ ├── hexinteger.v.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── infinity.v.html
│ │ │ │ │ ├── integer.v.html
│ │ │ │ │ ├── keyword.v.html
│ │ │ │ │ ├── list.v.html
│ │ │ │ │ ├── map.v.html
│ │ │ │ │ ├── nan.v.html
│ │ │ │ │ ├── nil.v.html
│ │ │ │ │ ├── octalinteger.v.html
│ │ │ │ │ ├── op.v.html
│ │ │ │ │ ├── parse_query.v.html
│ │ │ │ │ ├── raw_basedinteger.v.html
│ │ │ │ │ ├── raw_bigint.v.html
│ │ │ │ │ ├── raw_float.v.html
│ │ │ │ │ ├── raw_hexinteger.v.html
│ │ │ │ │ ├── raw_integer.v.html
│ │ │ │ │ ├── raw_octalinteger.v.html
│ │ │ │ │ ├── raw_text.v.html
│ │ │ │ │ ├── set.v.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── struct.ParseError.html
│ │ │ │ │ ├── symbol.v.html
│ │ │ │ │ ├── text.v.html
│ │ │ │ │ ├── type.ParseResult.html
│ │ │ │ │ ├── uuid.v.html
│ │ │ │ │ ├── value.v.html
│ │ │ │ │ ├── vector.v.html
│ │ │ │ │ └── where_fn.v.html
│ │ │ │ ├── pretty_print
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── sidebar-items.js
│ │ │ │ ├── query
│ │ │ │ │ ├── Aggregate.t.html
│ │ │ │ │ ├── Binding.t.html
│ │ │ │ │ ├── ContainsVariables.t.html
│ │ │ │ │ ├── Direction.t.html
│ │ │ │ │ ├── Element.t.html
│ │ │ │ │ ├── FindSpec.t.html
│ │ │ │ │ ├── FnArg.t.html
│ │ │ │ │ ├── FromValue.t.html
│ │ │ │ │ ├── IdentOrEntid.t.html
│ │ │ │ │ ├── Limit.t.html
│ │ │ │ │ ├── NamedPullAttribute.t.html
│ │ │ │ │ ├── NonIntegerConstant.t.html
│ │ │ │ │ ├── NotJoin.t.html
│ │ │ │ │ ├── OrJoin.t.html
│ │ │ │ │ ├── OrWhereClause.t.html
│ │ │ │ │ ├── Order.t.html
│ │ │ │ │ ├── ParsedQuery.t.html
│ │ │ │ │ ├── Pattern.t.html
│ │ │ │ │ ├── PatternNonValuePlace.t.html
│ │ │ │ │ ├── PatternValuePlace.t.html
│ │ │ │ │ ├── Predicate.t.html
│ │ │ │ │ ├── Pull.t.html
│ │ │ │ │ ├── PullAttributeSpec.t.html
│ │ │ │ │ ├── PullConcreteAttribute.t.html
│ │ │ │ │ ├── QueryFunction.t.html
│ │ │ │ │ ├── SrcVar.t.html
│ │ │ │ │ ├── SrcVarName.t.html
│ │ │ │ │ ├── TypeAnnotation.t.html
│ │ │ │ │ ├── UnifyVars.t.html
│ │ │ │ │ ├── Variable.t.html
│ │ │ │ │ ├── VariableOrPlaceholder.t.html
│ │ │ │ │ ├── WhereClause.t.html
│ │ │ │ │ ├── WhereFn.t.html
│ │ │ │ │ ├── enum.Binding.html
│ │ │ │ │ ├── enum.Direction.html
│ │ │ │ │ ├── enum.Element.html
│ │ │ │ │ ├── enum.FindSpec.html
│ │ │ │ │ ├── enum.FnArg.html
│ │ │ │ │ ├── enum.IdentOrEntid.html
│ │ │ │ │ ├── enum.Limit.html
│ │ │ │ │ ├── enum.NonIntegerConstant.html
│ │ │ │ │ ├── enum.OrWhereClause.html
│ │ │ │ │ ├── enum.PatternNonValuePlace.html
│ │ │ │ │ ├── enum.PatternValuePlace.html
│ │ │ │ │ ├── enum.PullAttributeSpec.html
│ │ │ │ │ ├── enum.PullConcreteAttribute.html
│ │ │ │ │ ├── enum.SrcVar.html
│ │ │ │ │ ├── enum.UnifyVars.html
│ │ │ │ │ ├── enum.VariableOrPlaceholder.html
│ │ │ │ │ ├── enum.WhereClause.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── struct.Aggregate.html
│ │ │ │ │ ├── struct.NamedPullAttribute.html
│ │ │ │ │ ├── struct.NotJoin.html
│ │ │ │ │ ├── struct.OrJoin.html
│ │ │ │ │ ├── struct.Order.html
│ │ │ │ │ ├── struct.ParsedQuery.html
│ │ │ │ │ ├── struct.Pattern.html
│ │ │ │ │ ├── struct.Predicate.html
│ │ │ │ │ ├── struct.Pull.html
│ │ │ │ │ ├── struct.QueryFunction.html
│ │ │ │ │ ├── struct.TypeAnnotation.html
│ │ │ │ │ ├── struct.Variable.html
│ │ │ │ │ ├── struct.WhereFn.html
│ │ │ │ │ ├── trait.ContainsVariables.html
│ │ │ │ │ ├── trait.FromValue.html
│ │ │ │ │ └── type.SrcVarName.html
│ │ │ │ ├── sidebar-items.js
│ │ │ │ ├── struct.BigInt.html
│ │ │ │ ├── struct.DateTime.html
│ │ │ │ ├── struct.OrderedFloat.html
│ │ │ │ ├── struct.Utc.html
│ │ │ │ ├── struct.Uuid.html
│ │ │ │ ├── symbols
│ │ │ │ │ ├── Keyword.t.html
│ │ │ │ │ ├── NamespacedSymbol.t.html
│ │ │ │ │ ├── PlainSymbol.t.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── struct.Keyword.html
│ │ │ │ │ ├── struct.NamespacedSymbol.html
│ │ │ │ │ └── struct.PlainSymbol.html
│ │ │ │ ├── types
│ │ │ │ │ ├── FromMicros.t.html
│ │ │ │ │ ├── Span.t.html
│ │ │ │ │ ├── SpannedValue.t.html
│ │ │ │ │ ├── ToMicros.t.html
│ │ │ │ │ ├── Value.t.html
│ │ │ │ │ ├── ValueAndSpan.t.html
│ │ │ │ │ ├── enum.SpannedValue.html
│ │ │ │ │ ├── enum.Value.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── struct.Span.html
│ │ │ │ │ ├── struct.ValueAndSpan.html
│ │ │ │ │ ├── trait.FromMicros.html
│ │ │ │ │ └── trait.ToMicros.html
│ │ │ │ ├── utils
│ │ │ │ │ ├── fn.merge.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── merge.v.html
│ │ │ │ │ └── sidebar-items.js
│ │ │ │ └── value_rc
│ │ │ │ │ ├── Cloned.t.html
│ │ │ │ │ ├── FromRc.t.html
│ │ │ │ │ ├── ValueRc.t.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── trait.Cloned.html
│ │ │ │ │ ├── trait.FromRc.html
│ │ │ │ │ └── type.ValueRc.html
│ │ │ ├── implementors
│ │ │ │ ├── combine
│ │ │ │ │ └── primitives
│ │ │ │ │ │ ├── trait.Parser.js
│ │ │ │ │ │ └── trait.StreamOnce.js
│ │ │ │ ├── core
│ │ │ │ │ ├── clone
│ │ │ │ │ │ └── trait.Clone.js
│ │ │ │ │ ├── cmp
│ │ │ │ │ │ ├── trait.Eq.js
│ │ │ │ │ │ ├── trait.Ord.js
│ │ │ │ │ │ ├── trait.PartialEq.js
│ │ │ │ │ │ └── trait.PartialOrd.js
│ │ │ │ │ ├── convert
│ │ │ │ │ │ └── trait.From.js
│ │ │ │ │ ├── default
│ │ │ │ │ │ └── trait.Default.js
│ │ │ │ │ ├── fmt
│ │ │ │ │ │ ├── trait.Debug.js
│ │ │ │ │ │ └── trait.Display.js
│ │ │ │ │ ├── hash
│ │ │ │ │ │ └── trait.Hash.js
│ │ │ │ │ ├── iter
│ │ │ │ │ │ ├── iterator
│ │ │ │ │ │ │ └── trait.Iterator.js
│ │ │ │ │ │ └── traits
│ │ │ │ │ │ │ ├── trait.Extend.js
│ │ │ │ │ │ │ ├── trait.FromIterator.js
│ │ │ │ │ │ │ └── trait.IntoIterator.js
│ │ │ │ │ ├── marker
│ │ │ │ │ │ ├── trait.Copy.js
│ │ │ │ │ │ ├── trait.Send.js
│ │ │ │ │ │ └── trait.Sync.js
│ │ │ │ │ └── ops
│ │ │ │ │ │ ├── deref
│ │ │ │ │ │ └── trait.Deref.js
│ │ │ │ │ │ └── drop
│ │ │ │ │ │ └── trait.Drop.js
│ │ │ │ ├── edn
│ │ │ │ │ ├── query
│ │ │ │ │ │ ├── trait.ContainsVariables.js
│ │ │ │ │ │ └── trait.FromValue.js
│ │ │ │ │ ├── types
│ │ │ │ │ │ ├── trait.FromMicros.js
│ │ │ │ │ │ └── trait.ToMicros.js
│ │ │ │ │ └── value_rc
│ │ │ │ │ │ ├── trait.Cloned.js
│ │ │ │ │ │ └── trait.FromRc.js
│ │ │ │ ├── enum_set
│ │ │ │ │ └── trait.CLike.js
│ │ │ │ ├── failure
│ │ │ │ │ └── trait.Fail.js
│ │ │ │ ├── lazy_static
│ │ │ │ │ └── trait.LazyStatic.js
│ │ │ │ ├── mentat
│ │ │ │ │ ├── conn
│ │ │ │ │ │ ├── trait.Pullable.js
│ │ │ │ │ │ ├── trait.Queryable.js
│ │ │ │ │ │ └── trait.Syncable.js
│ │ │ │ │ ├── entity_builder
│ │ │ │ │ │ ├── trait.BuildTerms.js
│ │ │ │ │ │ ├── trait.FromThing.js
│ │ │ │ │ │ └── trait.IntoThing.js
│ │ │ │ │ ├── query
│ │ │ │ │ │ └── trait.IntoResult.js
│ │ │ │ │ ├── trait.HasSchema.js
│ │ │ │ │ └── vocabulary
│ │ │ │ │ │ ├── trait.HasVocabularies.js
│ │ │ │ │ │ ├── trait.VersionedStore.js
│ │ │ │ │ │ └── trait.VocabularySource.js
│ │ │ │ ├── mentat_core
│ │ │ │ │ ├── cache
│ │ │ │ │ │ ├── trait.CachedAttributes.js
│ │ │ │ │ │ └── trait.UpdateableCache.js
│ │ │ │ │ ├── trait.Cloned.js
│ │ │ │ │ ├── trait.FromMicros.js
│ │ │ │ │ ├── trait.FromRc.js
│ │ │ │ │ ├── trait.HasSchema.js
│ │ │ │ │ ├── trait.SQLValueType.js
│ │ │ │ │ ├── trait.SQLValueTypeSet.js
│ │ │ │ │ ├── trait.Timelike.js
│ │ │ │ │ ├── trait.ToMicros.js
│ │ │ │ │ └── util
│ │ │ │ │ │ ├── trait.OptionEffect.js
│ │ │ │ │ │ └── trait.ResultEffect.js
│ │ │ │ ├── mentat_db
│ │ │ │ │ ├── db
│ │ │ │ │ │ ├── trait.MentatStoring.js
│ │ │ │ │ │ ├── trait.PartitionMapping.js
│ │ │ │ │ │ └── trait.TypedSQLValue.js
│ │ │ │ │ ├── trait.AttributeValidation.js
│ │ │ │ │ ├── trait.TransactWatcher.js
│ │ │ │ │ ├── tx_observer
│ │ │ │ │ │ └── trait.Command.js
│ │ │ │ │ └── types
│ │ │ │ │ │ └── trait.TransactableValue.js
│ │ │ │ ├── mentat_ffi
│ │ │ │ │ ├── trait.BuildTerms.js
│ │ │ │ │ ├── trait.HasSchema.js
│ │ │ │ │ ├── trait.IntoThing.js
│ │ │ │ │ ├── trait.Queryable.js
│ │ │ │ │ └── trait.Syncable.js
│ │ │ │ ├── mentat_parser_utils
│ │ │ │ │ └── value_and_span
│ │ │ │ │ │ ├── trait.Item.js
│ │ │ │ │ │ ├── trait.OfExactlyParsing.js
│ │ │ │ │ │ └── trait.Streaming.js
│ │ │ │ ├── mentat_query_algebrizer
│ │ │ │ │ └── trait.ColumnName.js
│ │ │ │ ├── mentat_query_projector
│ │ │ │ │ └── trait.Projector.js
│ │ │ │ ├── mentat_sql
│ │ │ │ │ ├── trait.QueryBuilder.js
│ │ │ │ │ └── trait.QueryFragment.js
│ │ │ │ ├── mentat_tolstoy
│ │ │ │ │ └── metadata
│ │ │ │ │ │ └── trait.HeadTrackable.js
│ │ │ │ └── std
│ │ │ │ │ └── error
│ │ │ │ │ └── trait.Error.js
│ │ │ ├── light.css
│ │ │ ├── main.js
│ │ │ ├── mentat
│ │ │ │ ├── AlgebrizerError.t.html
│ │ │ │ ├── Attribute.t.html
│ │ │ │ ├── AttributeSet.t.html
│ │ │ │ ├── Binding.t.html
│ │ │ │ ├── CORE_SCHEMA_VERSION.v.html
│ │ │ │ ├── DB_SCHEMA_CORE.v.html
│ │ │ │ ├── DateTime.t.html
│ │ │ │ ├── DbError.t.html
│ │ │ │ ├── Entid.t.html
│ │ │ │ ├── FindSpec.t.html
│ │ │ │ ├── HasSchema.t.html
│ │ │ │ ├── Keyword.t.html
│ │ │ │ ├── KnownEntid.t.html
│ │ │ │ ├── ParseError.t.html
│ │ │ │ ├── PlainSymbol.t.html
│ │ │ │ ├── ProjectorError.t.html
│ │ │ │ ├── PullError.t.html
│ │ │ │ ├── QueryInputs.t.html
│ │ │ │ ├── QueryOutput.t.html
│ │ │ │ ├── QueryResults.t.html
│ │ │ │ ├── RelResult.t.html
│ │ │ │ ├── SQLError.t.html
│ │ │ │ ├── Schema.t.html
│ │ │ │ ├── TxObserver.t.html
│ │ │ │ ├── TxReport.t.html
│ │ │ │ ├── TypedValue.t.html
│ │ │ │ ├── Utc.t.html
│ │ │ │ ├── Uuid.t.html
│ │ │ │ ├── ValueType.t.html
│ │ │ │ ├── Variable.t.html
│ │ │ │ ├── bail.m.html
│ │ │ │ ├── conn
│ │ │ │ │ ├── CacheAction.t.html
│ │ │ │ │ ├── CacheDirection.t.html
│ │ │ │ │ ├── Conn.t.html
│ │ │ │ │ ├── InProgress.t.html
│ │ │ │ │ ├── InProgressRead.t.html
│ │ │ │ │ ├── Metadata.t.html
│ │ │ │ │ ├── Pullable.t.html
│ │ │ │ │ ├── Queryable.t.html
│ │ │ │ │ ├── Syncable.t.html
│ │ │ │ │ ├── enum.CacheAction.html
│ │ │ │ │ ├── enum.CacheDirection.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── struct.Conn.html
│ │ │ │ │ ├── struct.InProgress.html
│ │ │ │ │ ├── struct.InProgressRead.html
│ │ │ │ │ ├── struct.Metadata.html
│ │ │ │ │ ├── trait.Pullable.html
│ │ │ │ │ ├── trait.Queryable.html
│ │ │ │ │ └── trait.Syncable.html
│ │ │ │ ├── constant.CORE_SCHEMA_VERSION.html
│ │ │ │ ├── constant.DB_SCHEMA_CORE.html
│ │ │ │ ├── entity_builder
│ │ │ │ │ ├── BuildTerms.t.html
│ │ │ │ │ ├── EntityBuilder.t.html
│ │ │ │ │ ├── FromThing.t.html
│ │ │ │ │ ├── InProgressBuilder.t.html
│ │ │ │ │ ├── IntoThing.t.html
│ │ │ │ │ ├── TermBuilder.t.html
│ │ │ │ │ ├── Terms.t.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── struct.EntityBuilder.html
│ │ │ │ │ ├── struct.InProgressBuilder.html
│ │ │ │ │ ├── struct.TermBuilder.html
│ │ │ │ │ ├── trait.BuildTerms.html
│ │ │ │ │ ├── trait.FromThing.html
│ │ │ │ │ ├── trait.IntoThing.html
│ │ │ │ │ └── type.Terms.html
│ │ │ │ ├── enum.AlgebrizerError.html
│ │ │ │ ├── enum.Binding.html
│ │ │ │ ├── enum.FindSpec.html
│ │ │ │ ├── enum.ProjectorError.html
│ │ │ │ ├── enum.PullError.html
│ │ │ │ ├── enum.QueryResults.html
│ │ │ │ ├── enum.SQLError.html
│ │ │ │ ├── enum.TypedValue.html
│ │ │ │ ├── enum.ValueType.html
│ │ │ │ ├── errors
│ │ │ │ │ ├── MentatError.t.html
│ │ │ │ │ ├── Result.t.html
│ │ │ │ │ ├── enum.MentatError.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ └── type.Result.html
│ │ │ │ ├── fn.new_connection.html
│ │ │ │ ├── ident
│ │ │ │ │ ├── EntId.t.html
│ │ │ │ │ ├── ToEntId.t.html
│ │ │ │ │ ├── ToIdent.t.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── trait.ToEntId.html
│ │ │ │ │ ├── trait.ToIdent.html
│ │ │ │ │ └── type.EntId.html
│ │ │ │ ├── index.html
│ │ │ │ ├── kw.m.html
│ │ │ │ ├── macro.bail!.html
│ │ │ │ ├── macro.bail.html
│ │ │ │ ├── macro.kw!.html
│ │ │ │ ├── macro.kw.html
│ │ │ │ ├── macro.var!.html
│ │ │ │ ├── macro.var.html
│ │ │ │ ├── new_connection.v.html
│ │ │ │ ├── query
│ │ │ │ │ ├── IntoResult.t.html
│ │ │ │ │ ├── Keyword.t.html
│ │ │ │ │ ├── Known.t.html
│ │ │ │ │ ├── PlainSymbol.t.html
│ │ │ │ │ ├── PreparedQuery.t.html
│ │ │ │ │ ├── PreparedResult.t.html
│ │ │ │ │ ├── QueryExecutionResult.t.html
│ │ │ │ │ ├── QueryExplanation.t.html
│ │ │ │ │ ├── QueryInputs.t.html
│ │ │ │ │ ├── QueryOutput.t.html
│ │ │ │ │ ├── QueryPlanStep.t.html
│ │ │ │ │ ├── QueryResults.t.html
│ │ │ │ │ ├── RelResult.t.html
│ │ │ │ │ ├── Variable.t.html
│ │ │ │ │ ├── enum.PreparedQuery.html
│ │ │ │ │ ├── enum.QueryExplanation.html
│ │ │ │ │ ├── enum.QueryResults.html
│ │ │ │ │ ├── fn.lookup_value.html
│ │ │ │ │ ├── fn.lookup_value_for_attribute.html
│ │ │ │ │ ├── fn.lookup_values.html
│ │ │ │ │ ├── fn.lookup_values_for_attribute.html
│ │ │ │ │ ├── fn.q_explain.html
│ │ │ │ │ ├── fn.q_once.html
│ │ │ │ │ ├── fn.q_prepare.html
│ │ │ │ │ ├── fn.q_uncached.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── lookup_value.v.html
│ │ │ │ │ ├── lookup_value_for_attribute.v.html
│ │ │ │ │ ├── lookup_values.v.html
│ │ │ │ │ ├── lookup_values_for_attribute.v.html
│ │ │ │ │ ├── q_explain.v.html
│ │ │ │ │ ├── q_once.v.html
│ │ │ │ │ ├── q_prepare.v.html
│ │ │ │ │ ├── q_uncached.v.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── struct.Keyword.html
│ │ │ │ │ ├── struct.Known.html
│ │ │ │ │ ├── struct.PlainSymbol.html
│ │ │ │ │ ├── struct.QueryInputs.html
│ │ │ │ │ ├── struct.QueryOutput.html
│ │ │ │ │ ├── struct.QueryPlanStep.html
│ │ │ │ │ ├── struct.RelResult.html
│ │ │ │ │ ├── struct.Variable.html
│ │ │ │ │ ├── trait.IntoResult.html
│ │ │ │ │ ├── type.PreparedResult.html
│ │ │ │ │ └── type.QueryExecutionResult.html
│ │ │ │ ├── query_builder
│ │ │ │ │ ├── QueryBuilder.t.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ └── struct.QueryBuilder.html
│ │ │ │ ├── sidebar-items.js
│ │ │ │ ├── store
│ │ │ │ │ ├── Store.t.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ └── struct.Store.html
│ │ │ │ ├── struct.Attribute.html
│ │ │ │ ├── struct.DateTime.html
│ │ │ │ ├── struct.DbError.html
│ │ │ │ ├── struct.Keyword.html
│ │ │ │ ├── struct.KnownEntid.html
│ │ │ │ ├── struct.ParseError.html
│ │ │ │ ├── struct.PlainSymbol.html
│ │ │ │ ├── struct.QueryInputs.html
│ │ │ │ ├── struct.QueryOutput.html
│ │ │ │ ├── struct.RelResult.html
│ │ │ │ ├── struct.Schema.html
│ │ │ │ ├── struct.TxObserver.html
│ │ │ │ ├── struct.TxReport.html
│ │ │ │ ├── struct.Utc.html
│ │ │ │ ├── struct.Uuid.html
│ │ │ │ ├── struct.Variable.html
│ │ │ │ ├── trait.HasSchema.html
│ │ │ │ ├── type.AttributeSet.html
│ │ │ │ ├── type.Entid.html
│ │ │ │ ├── var.m.html
│ │ │ │ └── vocabulary
│ │ │ │ │ ├── AttributeBuilder.t.html
│ │ │ │ │ ├── Datom.t.html
│ │ │ │ │ ├── Definition.t.html
│ │ │ │ │ ├── HasVocabularies.t.html
│ │ │ │ │ ├── SimpleVocabularySource.t.html
│ │ │ │ │ ├── Version.t.html
│ │ │ │ │ ├── VersionedStore.t.html
│ │ │ │ │ ├── Vocabularies.t.html
│ │ │ │ │ ├── Vocabulary.t.html
│ │ │ │ │ ├── VocabularyCheck.t.html
│ │ │ │ │ ├── VocabularyOutcome.t.html
│ │ │ │ │ ├── VocabularySource.t.html
│ │ │ │ │ ├── VocabularyStatus.t.html
│ │ │ │ │ ├── attribute
│ │ │ │ │ ├── Unique.t.html
│ │ │ │ │ ├── enum.Unique.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── sidebar-items.js
│ │ │ │ │ ├── enum.VocabularyCheck.html
│ │ │ │ │ ├── enum.VocabularyOutcome.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── struct.AttributeBuilder.html
│ │ │ │ │ ├── struct.Definition.html
│ │ │ │ │ ├── struct.SimpleVocabularySource.html
│ │ │ │ │ ├── struct.Vocabularies.html
│ │ │ │ │ ├── struct.Vocabulary.html
│ │ │ │ │ ├── trait.HasVocabularies.html
│ │ │ │ │ ├── trait.VersionedStore.html
│ │ │ │ │ ├── trait.VocabularySource.html
│ │ │ │ │ ├── trait.VocabularyStatus.html
│ │ │ │ │ ├── type.Datom.html
│ │ │ │ │ └── type.Version.html
│ │ │ ├── mentat_cli
│ │ │ │ ├── CliError.t.html
│ │ │ │ ├── bail.m.html
│ │ │ │ ├── command_parser
│ │ │ │ │ ├── COMMAND_CACHE.v.html
│ │ │ │ │ ├── COMMAND_CLOSE.v.html
│ │ │ │ │ ├── COMMAND_EXIT_LONG.v.html
│ │ │ │ │ ├── COMMAND_EXIT_SHORT.v.html
│ │ │ │ │ ├── COMMAND_HELP.v.html
│ │ │ │ │ ├── COMMAND_IMPORT_LONG.v.html
│ │ │ │ │ ├── COMMAND_IMPORT_SHORT.v.html
│ │ │ │ │ ├── COMMAND_OPEN.v.html
│ │ │ │ │ ├── COMMAND_OPEN_EMPTY.v.html
│ │ │ │ │ ├── COMMAND_OPEN_EMPTY_ENCRYPTED.v.html
│ │ │ │ │ ├── COMMAND_OPEN_ENCRYPTED.v.html
│ │ │ │ │ ├── COMMAND_QUERY_EXPLAIN_LONG.v.html
│ │ │ │ │ ├── COMMAND_QUERY_EXPLAIN_SHORT.v.html
│ │ │ │ │ ├── COMMAND_QUERY_LONG.v.html
│ │ │ │ │ ├── COMMAND_QUERY_PREPARED_LONG.v.html
│ │ │ │ │ ├── COMMAND_QUERY_SHORT.v.html
│ │ │ │ │ ├── COMMAND_SCHEMA.v.html
│ │ │ │ │ ├── COMMAND_SYNC.v.html
│ │ │ │ │ ├── COMMAND_TIMER_LONG.v.html
│ │ │ │ │ ├── COMMAND_TRANSACT_LONG.v.html
│ │ │ │ │ ├── COMMAND_TRANSACT_SHORT.v.html
│ │ │ │ │ ├── Command.t.html
│ │ │ │ │ ├── command.v.html
│ │ │ │ │ ├── enum.Command.html
│ │ │ │ │ ├── fn.command.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── static.COMMAND_CACHE.html
│ │ │ │ │ ├── static.COMMAND_CLOSE.html
│ │ │ │ │ ├── static.COMMAND_EXIT_LONG.html
│ │ │ │ │ ├── static.COMMAND_EXIT_SHORT.html
│ │ │ │ │ ├── static.COMMAND_HELP.html
│ │ │ │ │ ├── static.COMMAND_IMPORT_LONG.html
│ │ │ │ │ ├── static.COMMAND_IMPORT_SHORT.html
│ │ │ │ │ ├── static.COMMAND_OPEN.html
│ │ │ │ │ ├── static.COMMAND_OPEN_EMPTY.html
│ │ │ │ │ ├── static.COMMAND_OPEN_EMPTY_ENCRYPTED.html
│ │ │ │ │ ├── static.COMMAND_OPEN_ENCRYPTED.html
│ │ │ │ │ ├── static.COMMAND_QUERY_EXPLAIN_LONG.html
│ │ │ │ │ ├── static.COMMAND_QUERY_EXPLAIN_SHORT.html
│ │ │ │ │ ├── static.COMMAND_QUERY_LONG.html
│ │ │ │ │ ├── static.COMMAND_QUERY_PREPARED_LONG.html
│ │ │ │ │ ├── static.COMMAND_QUERY_SHORT.html
│ │ │ │ │ ├── static.COMMAND_SCHEMA.html
│ │ │ │ │ ├── static.COMMAND_SYNC.html
│ │ │ │ │ ├── static.COMMAND_TIMER_LONG.html
│ │ │ │ │ ├── static.COMMAND_TRANSACT_LONG.html
│ │ │ │ │ └── static.COMMAND_TRANSACT_SHORT.html
│ │ │ │ ├── enum.CliError.html
│ │ │ │ ├── fn.run.html
│ │ │ │ ├── fn.version.html
│ │ │ │ ├── index.html
│ │ │ │ ├── input
│ │ │ │ │ ├── InputReader.t.html
│ │ │ │ │ ├── InputResult.t.html
│ │ │ │ │ ├── enum.InputResult.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ └── struct.InputReader.html
│ │ │ │ ├── macro.bail!.html
│ │ │ │ ├── macro.bail.html
│ │ │ │ ├── repl
│ │ │ │ │ ├── Repl.t.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ └── struct.Repl.html
│ │ │ │ ├── run.v.html
│ │ │ │ ├── sidebar-items.js
│ │ │ │ └── version.v.html
│ │ │ ├── mentat_core
│ │ │ │ ├── Attribute.t.html
│ │ │ │ ├── AttributeBitFlags.t.html
│ │ │ │ ├── AttributeMap.t.html
│ │ │ │ ├── Binding.t.html
│ │ │ │ ├── CachedAttributes.t.html
│ │ │ │ ├── Cloned.t.html
│ │ │ │ ├── DateTime.t.html
│ │ │ │ ├── EdnParseError.t.html
│ │ │ │ ├── Entid.t.html
│ │ │ │ ├── EntidMap.t.html
│ │ │ │ ├── FromMicros.t.html
│ │ │ │ ├── FromRc.t.html
│ │ │ │ ├── HasSchema.t.html
│ │ │ │ ├── IdentMap.t.html
│ │ │ │ ├── Keyword.t.html
│ │ │ │ ├── KnownEntid.t.html
│ │ │ │ ├── SQLTypeAffinity.t.html
│ │ │ │ ├── SQLValueType.t.html
│ │ │ │ ├── SQLValueTypeSet.t.html
│ │ │ │ ├── Schema.t.html
│ │ │ │ ├── StructuredMap.t.html
│ │ │ │ ├── Timelike.t.html
│ │ │ │ ├── ToMicros.t.html
│ │ │ │ ├── TypedValue.t.html
│ │ │ │ ├── UpdateableCache.t.html
│ │ │ │ ├── Utc.t.html
│ │ │ │ ├── Uuid.t.html
│ │ │ │ ├── ValueRc.t.html
│ │ │ │ ├── ValueType.t.html
│ │ │ │ ├── ValueTypeSet.t.html
│ │ │ │ ├── ValueTypeTag.t.html
│ │ │ │ ├── attribute
│ │ │ │ │ ├── Unique.t.html
│ │ │ │ │ ├── enum.Unique.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── sidebar-items.js
│ │ │ │ ├── cache
│ │ │ │ │ ├── CachedAttributes.t.html
│ │ │ │ │ ├── UpdateableCache.t.html
│ │ │ │ │ ├── trait.CachedAttributes.html
│ │ │ │ │ └── trait.UpdateableCache.html
│ │ │ │ ├── counter
│ │ │ │ │ ├── RcCounter.t.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ └── struct.RcCounter.html
│ │ │ │ ├── enum.AttributeBitFlags.html
│ │ │ │ ├── enum.Binding.html
│ │ │ │ ├── enum.SQLTypeAffinity.html
│ │ │ │ ├── enum.TypedValue.html
│ │ │ │ ├── enum.ValueType.html
│ │ │ │ ├── fn.now.html
│ │ │ │ ├── fn.parse_query.html
│ │ │ │ ├── index.html
│ │ │ │ ├── intern_set
│ │ │ │ │ ├── InternSet.t.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ └── struct.InternSet.html
│ │ │ │ ├── interpose.m.html
│ │ │ │ ├── interpose_iter.m.html
│ │ │ │ ├── macro.interpose!.html
│ │ │ │ ├── macro.interpose.html
│ │ │ │ ├── macro.interpose_iter!.html
│ │ │ │ ├── macro.interpose_iter.html
│ │ │ │ ├── now.v.html
│ │ │ │ ├── parse_query.v.html
│ │ │ │ ├── sidebar-items.js
│ │ │ │ ├── sql_types
│ │ │ │ │ ├── SQLTypeAffinity.t.html
│ │ │ │ │ ├── SQLValueType.t.html
│ │ │ │ │ ├── SQLValueTypeSet.t.html
│ │ │ │ │ ├── enum.SQLTypeAffinity.html
│ │ │ │ │ ├── trait.SQLValueType.html
│ │ │ │ │ └── trait.SQLValueTypeSet.html
│ │ │ │ ├── struct.Attribute.html
│ │ │ │ ├── struct.DateTime.html
│ │ │ │ ├── struct.EdnParseError.html
│ │ │ │ ├── struct.Keyword.html
│ │ │ │ ├── struct.KnownEntid.html
│ │ │ │ ├── struct.Schema.html
│ │ │ │ ├── struct.StructuredMap.html
│ │ │ │ ├── struct.Utc.html
│ │ │ │ ├── struct.Uuid.html
│ │ │ │ ├── struct.ValueTypeSet.html
│ │ │ │ ├── trait.CachedAttributes.html
│ │ │ │ ├── trait.Cloned.html
│ │ │ │ ├── trait.FromMicros.html
│ │ │ │ ├── trait.FromRc.html
│ │ │ │ ├── trait.HasSchema.html
│ │ │ │ ├── trait.SQLValueType.html
│ │ │ │ ├── trait.SQLValueTypeSet.html
│ │ │ │ ├── trait.Timelike.html
│ │ │ │ ├── trait.ToMicros.html
│ │ │ │ ├── trait.UpdateableCache.html
│ │ │ │ ├── type.AttributeMap.html
│ │ │ │ ├── type.Entid.html
│ │ │ │ ├── type.EntidMap.html
│ │ │ │ ├── type.IdentMap.html
│ │ │ │ ├── type.ValueRc.html
│ │ │ │ ├── type.ValueTypeTag.html
│ │ │ │ ├── types
│ │ │ │ │ ├── Binding.t.html
│ │ │ │ │ ├── Entid.t.html
│ │ │ │ │ ├── KnownEntid.t.html
│ │ │ │ │ ├── StructuredMap.t.html
│ │ │ │ │ ├── TypedValue.t.html
│ │ │ │ │ ├── ValueType.t.html
│ │ │ │ │ ├── ValueTypeTag.t.html
│ │ │ │ │ ├── enum.Binding.html
│ │ │ │ │ ├── enum.TypedValue.html
│ │ │ │ │ ├── enum.ValueType.html
│ │ │ │ │ ├── fn.now.html
│ │ │ │ │ ├── now.v.html
│ │ │ │ │ ├── struct.KnownEntid.html
│ │ │ │ │ ├── struct.StructuredMap.html
│ │ │ │ │ ├── type.Entid.html
│ │ │ │ │ └── type.ValueTypeTag.html
│ │ │ │ ├── util
│ │ │ │ │ ├── Either.t.html
│ │ │ │ │ ├── OptionEffect.t.html
│ │ │ │ │ ├── ResultEffect.t.html
│ │ │ │ │ ├── enum.Either.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── trait.OptionEffect.html
│ │ │ │ │ └── trait.ResultEffect.html
│ │ │ │ ├── value_type_set
│ │ │ │ │ ├── ValueTypeSet.t.html
│ │ │ │ │ └── struct.ValueTypeSet.html
│ │ │ │ └── values
│ │ │ │ │ ├── DB_ADD.t.html
│ │ │ │ │ ├── DB_ALTER_ATTRIBUTE.t.html
│ │ │ │ │ ├── DB_CARDINALITY.t.html
│ │ │ │ │ ├── DB_CARDINALITY_MANY.t.html
│ │ │ │ │ ├── DB_CARDINALITY_ONE.t.html
│ │ │ │ │ ├── DB_FULLTEXT.t.html
│ │ │ │ │ ├── DB_IDENT.t.html
│ │ │ │ │ ├── DB_INDEX.t.html
│ │ │ │ │ ├── DB_INSTALL_ATTRIBUTE.t.html
│ │ │ │ │ ├── DB_IS_COMPONENT.t.html
│ │ │ │ │ ├── DB_NO_HISTORY.t.html
│ │ │ │ │ ├── DB_PART_DB.t.html
│ │ │ │ │ ├── DB_RETRACT.t.html
│ │ │ │ │ ├── DB_TYPE_BOOLEAN.t.html
│ │ │ │ │ ├── DB_TYPE_DOUBLE.t.html
│ │ │ │ │ ├── DB_TYPE_INSTANT.t.html
│ │ │ │ │ ├── DB_TYPE_KEYWORD.t.html
│ │ │ │ │ ├── DB_TYPE_LONG.t.html
│ │ │ │ │ ├── DB_TYPE_REF.t.html
│ │ │ │ │ ├── DB_TYPE_STRING.t.html
│ │ │ │ │ ├── DB_TYPE_URI.t.html
│ │ │ │ │ ├── DB_TYPE_UUID.t.html
│ │ │ │ │ ├── DB_UNIQUE.t.html
│ │ │ │ │ ├── DB_UNIQUE_IDENTITY.t.html
│ │ │ │ │ ├── DB_UNIQUE_VALUE.t.html
│ │ │ │ │ ├── DB_VALUE_TYPE.t.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── struct.DB_ADD.html
│ │ │ │ │ ├── struct.DB_ALTER_ATTRIBUTE.html
│ │ │ │ │ ├── struct.DB_CARDINALITY.html
│ │ │ │ │ ├── struct.DB_CARDINALITY_MANY.html
│ │ │ │ │ ├── struct.DB_CARDINALITY_ONE.html
│ │ │ │ │ ├── struct.DB_FULLTEXT.html
│ │ │ │ │ ├── struct.DB_IDENT.html
│ │ │ │ │ ├── struct.DB_INDEX.html
│ │ │ │ │ ├── struct.DB_INSTALL_ATTRIBUTE.html
│ │ │ │ │ ├── struct.DB_IS_COMPONENT.html
│ │ │ │ │ ├── struct.DB_NO_HISTORY.html
│ │ │ │ │ ├── struct.DB_PART_DB.html
│ │ │ │ │ ├── struct.DB_RETRACT.html
│ │ │ │ │ ├── struct.DB_TYPE_BOOLEAN.html
│ │ │ │ │ ├── struct.DB_TYPE_DOUBLE.html
│ │ │ │ │ ├── struct.DB_TYPE_INSTANT.html
│ │ │ │ │ ├── struct.DB_TYPE_KEYWORD.html
│ │ │ │ │ ├── struct.DB_TYPE_LONG.html
│ │ │ │ │ ├── struct.DB_TYPE_REF.html
│ │ │ │ │ ├── struct.DB_TYPE_STRING.html
│ │ │ │ │ ├── struct.DB_TYPE_URI.html
│ │ │ │ │ ├── struct.DB_TYPE_UUID.html
│ │ │ │ │ ├── struct.DB_UNIQUE.html
│ │ │ │ │ ├── struct.DB_UNIQUE_IDENTITY.html
│ │ │ │ │ ├── struct.DB_UNIQUE_VALUE.html
│ │ │ │ │ └── struct.DB_VALUE_TYPE.html
│ │ │ ├── mentat_db
│ │ │ │ ├── AttributeBuilder.t.html
│ │ │ │ ├── AttributeValidation.t.html
│ │ │ │ ├── CORE_SCHEMA_VERSION.v.html
│ │ │ │ ├── TX0.v.html
│ │ │ │ ├── TransactWatcher.t.html
│ │ │ │ ├── USER0.v.html
│ │ │ │ ├── bail.m.html
│ │ │ │ ├── bootstrap
│ │ │ │ │ ├── CORE_SCHEMA_VERSION.v.html
│ │ │ │ │ ├── TX0.v.html
│ │ │ │ │ ├── USER0.v.html
│ │ │ │ │ ├── constant.CORE_SCHEMA_VERSION.html
│ │ │ │ │ ├── constant.TX0.html
│ │ │ │ │ └── constant.USER0.html
│ │ │ │ ├── cache
│ │ │ │ │ ├── Aev.t.html
│ │ │ │ │ ├── AevFactory.t.html
│ │ │ │ │ ├── AevRows.t.html
│ │ │ │ │ ├── AttributeCache.t.html
│ │ │ │ │ ├── AttributeCaches.t.html
│ │ │ │ │ ├── AttributeSpec.t.html
│ │ │ │ │ ├── CacheMap.t.html
│ │ │ │ │ ├── InProgressCacheTransactWatcher.t.html
│ │ │ │ │ ├── InProgressSQLiteAttributeCache.t.html
│ │ │ │ │ ├── SQLiteAttributeCache.t.html
│ │ │ │ │ ├── enum.AttributeSpec.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── struct.AevFactory.html
│ │ │ │ │ ├── struct.AevRows.html
│ │ │ │ │ ├── struct.AttributeCaches.html
│ │ │ │ │ ├── struct.InProgressCacheTransactWatcher.html
│ │ │ │ │ ├── struct.InProgressSQLiteAttributeCache.html
│ │ │ │ │ ├── struct.SQLiteAttributeCache.html
│ │ │ │ │ ├── trait.AttributeCache.html
│ │ │ │ │ ├── type.Aev.html
│ │ │ │ │ └── type.CacheMap.html
│ │ │ │ ├── constant.CORE_SCHEMA_VERSION.html
│ │ │ │ ├── constant.TX0.html
│ │ │ │ ├── constant.USER0.html
│ │ │ │ ├── db
│ │ │ │ │ ├── CURRENT_VERSION.v.html
│ │ │ │ │ ├── MentatStoring.t.html
│ │ │ │ │ ├── PartitionMapping.t.html
│ │ │ │ │ ├── ReducedEntity.t.html
│ │ │ │ │ ├── SearchType.t.html
│ │ │ │ │ ├── TypedSQLValue.t.html
│ │ │ │ │ ├── constant.CURRENT_VERSION.html
│ │ │ │ │ ├── create_current_version.v.html
│ │ │ │ │ ├── create_empty_current_version.v.html
│ │ │ │ │ ├── ensure_current_version.v.html
│ │ │ │ │ ├── enum.SearchType.html
│ │ │ │ │ ├── fn.create_current_version.html
│ │ │ │ │ ├── fn.create_empty_current_version.html
│ │ │ │ │ ├── fn.ensure_current_version.html
│ │ │ │ │ ├── fn.new_connection.html
│ │ │ │ │ ├── fn.read_db.html
│ │ │ │ │ ├── fn.update_metadata.html
│ │ │ │ │ ├── fn.update_partition_map.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── new_connection.v.html
│ │ │ │ │ ├── read_db.v.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── trait.MentatStoring.html
│ │ │ │ │ ├── trait.PartitionMapping.html
│ │ │ │ │ ├── trait.TypedSQLValue.html
│ │ │ │ │ ├── type.ReducedEntity.html
│ │ │ │ │ ├── update_metadata.v.html
│ │ │ │ │ └── update_partition_map.v.html
│ │ │ │ ├── debug
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── sidebar-items.js
│ │ │ │ ├── entids
│ │ │ │ │ ├── DB_ADD.v.html
│ │ │ │ │ ├── DB_ALTER_ATTRIBUTE.v.html
│ │ │ │ │ ├── DB_CARDINALITY.v.html
│ │ │ │ │ ├── DB_CARDINALITY_MANY.v.html
│ │ │ │ │ ├── DB_CARDINALITY_ONE.v.html
│ │ │ │ │ ├── DB_DOC.v.html
│ │ │ │ │ ├── DB_EXCISE.v.html
│ │ │ │ │ ├── DB_EXCISE_ATTRS.v.html
│ │ │ │ │ ├── DB_EXCISE_BEFORE.v.html
│ │ │ │ │ ├── DB_EXCISE_BEFORE_T.v.html
│ │ │ │ │ ├── DB_FULLTEXT.v.html
│ │ │ │ │ ├── DB_IDENT.v.html
│ │ │ │ │ ├── DB_INDEX.v.html
│ │ │ │ │ ├── DB_INSTALL_ATTRIBUTE.v.html
│ │ │ │ │ ├── DB_INSTALL_PARTITION.v.html
│ │ │ │ │ ├── DB_INSTALL_VALUE_TYPE.v.html
│ │ │ │ │ ├── DB_IS_COMPONENT.v.html
│ │ │ │ │ ├── DB_NO_HISTORY.v.html
│ │ │ │ │ ├── DB_PART_DB.v.html
│ │ │ │ │ ├── DB_PART_TX.v.html
│ │ │ │ │ ├── DB_PART_USER.v.html
│ │ │ │ │ ├── DB_RETRACT.v.html
│ │ │ │ │ ├── DB_SCHEMA_ATTRIBUTE.v.html
│ │ │ │ │ ├── DB_SCHEMA_CORE.v.html
│ │ │ │ │ ├── DB_SCHEMA_VERSION.v.html
│ │ │ │ │ ├── DB_TX_INSTANT.v.html
│ │ │ │ │ ├── DB_TYPE_BOOLEAN.v.html
│ │ │ │ │ ├── DB_TYPE_BYTES.v.html
│ │ │ │ │ ├── DB_TYPE_DOUBLE.v.html
│ │ │ │ │ ├── DB_TYPE_INSTANT.v.html
│ │ │ │ │ ├── DB_TYPE_KEYWORD.v.html
│ │ │ │ │ ├── DB_TYPE_LONG.v.html
│ │ │ │ │ ├── DB_TYPE_REF.v.html
│ │ │ │ │ ├── DB_TYPE_STRING.v.html
│ │ │ │ │ ├── DB_TYPE_URI.v.html
│ │ │ │ │ ├── DB_TYPE_UUID.v.html
│ │ │ │ │ ├── DB_UNIQUE.v.html
│ │ │ │ │ ├── DB_UNIQUE_IDENTITY.v.html
│ │ │ │ │ ├── DB_UNIQUE_VALUE.v.html
│ │ │ │ │ ├── DB_VALUE_TYPE.v.html
│ │ │ │ │ ├── IDENTS_SQL_LIST.t.html
│ │ │ │ │ ├── METADATA_SQL_LIST.t.html
│ │ │ │ │ ├── SCHEMA_SQL_LIST.t.html
│ │ │ │ │ ├── constant.DB_ADD.html
│ │ │ │ │ ├── constant.DB_ALTER_ATTRIBUTE.html
│ │ │ │ │ ├── constant.DB_CARDINALITY.html
│ │ │ │ │ ├── constant.DB_CARDINALITY_MANY.html
│ │ │ │ │ ├── constant.DB_CARDINALITY_ONE.html
│ │ │ │ │ ├── constant.DB_DOC.html
│ │ │ │ │ ├── constant.DB_EXCISE.html
│ │ │ │ │ ├── constant.DB_EXCISE_ATTRS.html
│ │ │ │ │ ├── constant.DB_EXCISE_BEFORE.html
│ │ │ │ │ ├── constant.DB_EXCISE_BEFORE_T.html
│ │ │ │ │ ├── constant.DB_FULLTEXT.html
│ │ │ │ │ ├── constant.DB_IDENT.html
│ │ │ │ │ ├── constant.DB_INDEX.html
│ │ │ │ │ ├── constant.DB_INSTALL_ATTRIBUTE.html
│ │ │ │ │ ├── constant.DB_INSTALL_PARTITION.html
│ │ │ │ │ ├── constant.DB_INSTALL_VALUE_TYPE.html
│ │ │ │ │ ├── constant.DB_IS_COMPONENT.html
│ │ │ │ │ ├── constant.DB_NO_HISTORY.html
│ │ │ │ │ ├── constant.DB_PART_DB.html
│ │ │ │ │ ├── constant.DB_PART_TX.html
│ │ │ │ │ ├── constant.DB_PART_USER.html
│ │ │ │ │ ├── constant.DB_RETRACT.html
│ │ │ │ │ ├── constant.DB_SCHEMA_ATTRIBUTE.html
│ │ │ │ │ ├── constant.DB_SCHEMA_CORE.html
│ │ │ │ │ ├── constant.DB_SCHEMA_VERSION.html
│ │ │ │ │ ├── constant.DB_TX_INSTANT.html
│ │ │ │ │ ├── constant.DB_TYPE_BOOLEAN.html
│ │ │ │ │ ├── constant.DB_TYPE_BYTES.html
│ │ │ │ │ ├── constant.DB_TYPE_DOUBLE.html
│ │ │ │ │ ├── constant.DB_TYPE_INSTANT.html
│ │ │ │ │ ├── constant.DB_TYPE_KEYWORD.html
│ │ │ │ │ ├── constant.DB_TYPE_LONG.html
│ │ │ │ │ ├── constant.DB_TYPE_REF.html
│ │ │ │ │ ├── constant.DB_TYPE_STRING.html
│ │ │ │ │ ├── constant.DB_TYPE_URI.html
│ │ │ │ │ ├── constant.DB_TYPE_UUID.html
│ │ │ │ │ ├── constant.DB_UNIQUE.html
│ │ │ │ │ ├── constant.DB_UNIQUE_IDENTITY.html
│ │ │ │ │ ├── constant.DB_UNIQUE_VALUE.html
│ │ │ │ │ ├── constant.DB_VALUE_TYPE.html
│ │ │ │ │ ├── fn.might_update_metadata.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── might_update_metadata.v.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── struct.IDENTS_SQL_LIST.html
│ │ │ │ │ ├── struct.METADATA_SQL_LIST.html
│ │ │ │ │ └── struct.SCHEMA_SQL_LIST.html
│ │ │ │ ├── errors
│ │ │ │ │ ├── CardinalityConflict.t.html
│ │ │ │ │ ├── DbError.t.html
│ │ │ │ │ ├── DbErrorKind.t.html
│ │ │ │ │ ├── DbSqlError.t.html
│ │ │ │ │ ├── DbSqlErrorKind.t.html
│ │ │ │ │ ├── InputError.t.html
│ │ │ │ │ ├── Result.t.html
│ │ │ │ │ ├── SchemaConstraintViolation.t.html
│ │ │ │ │ ├── enum.CardinalityConflict.html
│ │ │ │ │ ├── enum.DbError.html
│ │ │ │ │ ├── enum.DbErrorKind.html
│ │ │ │ │ ├── enum.DbSqlErrorKind.html
│ │ │ │ │ ├── enum.InputError.html
│ │ │ │ │ ├── enum.SchemaConstraintViolation.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── struct.DbError.html
│ │ │ │ │ ├── struct.DbSqlError.html
│ │ │ │ │ └── type.Result.html
│ │ │ │ ├── fn.repeat_values.html
│ │ │ │ ├── fn.to_namespaced_keyword.html
│ │ │ │ ├── fn.transact.html
│ │ │ │ ├── fn.transact_terms.html
│ │ │ │ ├── index.html
│ │ │ │ ├── internal_types
│ │ │ │ │ ├── KnownEntidOr.t.html
│ │ │ │ │ ├── LookupRef.t.html
│ │ │ │ │ ├── LookupRefOrTempId.t.html
│ │ │ │ │ ├── Population.t.html
│ │ │ │ │ ├── TempIdHandle.t.html
│ │ │ │ │ ├── TempIdMap.t.html
│ │ │ │ │ ├── Term.t.html
│ │ │ │ │ ├── TermWithTempIds.t.html
│ │ │ │ │ ├── TermWithTempIdsAndLookupRefs.t.html
│ │ │ │ │ ├── TermWithoutTempIds.t.html
│ │ │ │ │ ├── TypedValueOr.t.html
│ │ │ │ │ ├── enum.LookupRefOrTempId.html
│ │ │ │ │ ├── enum.Term.html
│ │ │ │ │ ├── fn.replace_lookup_ref.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── replace_lookup_ref.v.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── type.KnownEntidOr.html
│ │ │ │ │ ├── type.LookupRef.html
│ │ │ │ │ ├── type.Population.html
│ │ │ │ │ ├── type.TempIdHandle.html
│ │ │ │ │ ├── type.TempIdMap.html
│ │ │ │ │ ├── type.TermWithTempIds.html
│ │ │ │ │ ├── type.TermWithTempIdsAndLookupRefs.html
│ │ │ │ │ ├── type.TermWithoutTempIds.html
│ │ │ │ │ └── type.TypedValueOr.html
│ │ │ │ ├── macro.bail!.html
│ │ │ │ ├── macro.bail.html
│ │ │ │ ├── repeat_values.v.html
│ │ │ │ ├── schema
│ │ │ │ │ ├── AttributeBuilder.t.html
│ │ │ │ │ ├── AttributeValidation.t.html
│ │ │ │ │ ├── struct.AttributeBuilder.html
│ │ │ │ │ └── trait.AttributeValidation.html
│ │ │ │ ├── sidebar-items.js
│ │ │ │ ├── struct.AttributeBuilder.html
│ │ │ │ ├── to_namespaced_keyword.v.html
│ │ │ │ ├── trait.AttributeValidation.html
│ │ │ │ ├── trait.TransactWatcher.html
│ │ │ │ ├── transact.v.html
│ │ │ │ ├── transact_terms.v.html
│ │ │ │ ├── tx
│ │ │ │ │ ├── fn.transact.html
│ │ │ │ │ ├── fn.transact_terms.html
│ │ │ │ │ ├── transact.v.html
│ │ │ │ │ └── transact_terms.v.html
│ │ │ │ ├── tx_observer
│ │ │ │ │ ├── Command.t.html
│ │ │ │ │ ├── InProgressObserverTransactWatcher.t.html
│ │ │ │ │ ├── TxCommand.t.html
│ │ │ │ │ ├── TxObservationService.t.html
│ │ │ │ │ ├── TxObserver.t.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── struct.InProgressObserverTransactWatcher.html
│ │ │ │ │ ├── struct.TxCommand.html
│ │ │ │ │ ├── struct.TxObservationService.html
│ │ │ │ │ ├── struct.TxObserver.html
│ │ │ │ │ └── trait.Command.html
│ │ │ │ ├── types
│ │ │ │ │ ├── AVMap.t.html
│ │ │ │ │ ├── AVPair.t.html
│ │ │ │ │ ├── Attribute.t.html
│ │ │ │ │ ├── AttributeBitFlags.t.html
│ │ │ │ │ ├── AttributeSet.t.html
│ │ │ │ │ ├── DB.t.html
│ │ │ │ │ ├── DateTime.t.html
│ │ │ │ │ ├── Entid.t.html
│ │ │ │ │ ├── Partition.t.html
│ │ │ │ │ ├── PartitionMap.t.html
│ │ │ │ │ ├── Schema.t.html
│ │ │ │ │ ├── TransactableValue.t.html
│ │ │ │ │ ├── TxReport.t.html
│ │ │ │ │ ├── TypedValue.t.html
│ │ │ │ │ ├── Utc.t.html
│ │ │ │ │ ├── ValueType.t.html
│ │ │ │ │ ├── enum.AttributeBitFlags.html
│ │ │ │ │ ├── enum.TypedValue.html
│ │ │ │ │ ├── enum.ValueType.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── struct.Attribute.html
│ │ │ │ │ ├── struct.DB.html
│ │ │ │ │ ├── struct.DateTime.html
│ │ │ │ │ ├── struct.Partition.html
│ │ │ │ │ ├── struct.Schema.html
│ │ │ │ │ ├── struct.TxReport.html
│ │ │ │ │ ├── struct.Utc.html
│ │ │ │ │ ├── trait.TransactableValue.html
│ │ │ │ │ ├── type.AVMap.html
│ │ │ │ │ ├── type.AVPair.html
│ │ │ │ │ ├── type.AttributeSet.html
│ │ │ │ │ ├── type.Entid.html
│ │ │ │ │ └── type.PartitionMap.html
│ │ │ │ └── watcher
│ │ │ │ │ ├── TransactWatcher.t.html
│ │ │ │ │ └── trait.TransactWatcher.html
│ │ │ ├── mentat_ffi
│ │ │ │ ├── Binding.t.html
│ │ │ │ ├── BindingIterator.t.html
│ │ │ │ ├── BindingListIterator.t.html
│ │ │ │ ├── BuildTerms.t.html
│ │ │ │ ├── CacheDirection.t.html
│ │ │ │ ├── Entid.t.html
│ │ │ │ ├── EntityBuilder.t.html
│ │ │ │ ├── ExternOption.t.html
│ │ │ │ ├── ExternResult.t.html
│ │ │ │ ├── FindSpec.t.html
│ │ │ │ ├── HasSchema.t.html
│ │ │ │ ├── InProgress.t.html
│ │ │ │ ├── InProgressBuilder.t.html
│ │ │ │ ├── InProgressTransactResult.t.html
│ │ │ │ ├── IntoThing.t.html
│ │ │ │ ├── KnownEntid.t.html
│ │ │ │ ├── QueryBuilder.t.html
│ │ │ │ ├── QueryInputs.t.html
│ │ │ │ ├── QueryOutput.t.html
│ │ │ │ ├── QueryResults.t.html
│ │ │ │ ├── Queryable.t.html
│ │ │ │ ├── RelResult.t.html
│ │ │ │ ├── Store.t.html
│ │ │ │ ├── Syncable.t.html
│ │ │ │ ├── TransactionChange.t.html
│ │ │ │ ├── TxChangeList.t.html
│ │ │ │ ├── TxObserver.t.html
│ │ │ │ ├── TxReport.t.html
│ │ │ │ ├── TypedValue.t.html
│ │ │ │ ├── Uuid.t.html
│ │ │ │ ├── ValueType.t.html
│ │ │ │ ├── Variable.t.html
│ │ │ │ ├── android
│ │ │ │ │ ├── LogLevel.t.html
│ │ │ │ │ ├── __android_log_write.v.html
│ │ │ │ │ ├── enum.LogLevel.html
│ │ │ │ │ ├── fn.__android_log_write.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── sidebar-items.js
│ │ │ │ ├── assert_not_null.m.html
│ │ │ │ ├── changelist_entry_at.v.html
│ │ │ │ ├── destroy.v.html
│ │ │ │ ├── entity_builder_add_boolean.v.html
│ │ │ │ ├── entity_builder_add_double.v.html
│ │ │ │ ├── entity_builder_add_keyword.v.html
│ │ │ │ ├── entity_builder_add_long.v.html
│ │ │ │ ├── entity_builder_add_ref.v.html
│ │ │ │ ├── entity_builder_add_string.v.html
│ │ │ │ ├── entity_builder_add_timestamp.v.html
│ │ │ │ ├── entity_builder_add_uuid.v.html
│ │ │ │ ├── entity_builder_commit.v.html
│ │ │ │ ├── entity_builder_destroy.v.html
│ │ │ │ ├── entity_builder_retract_boolean.v.html
│ │ │ │ ├── entity_builder_retract_double.v.html
│ │ │ │ ├── entity_builder_retract_keyword.v.html
│ │ │ │ ├── entity_builder_retract_long.v.html
│ │ │ │ ├── entity_builder_retract_ref.v.html
│ │ │ │ ├── entity_builder_retract_string.v.html
│ │ │ │ ├── entity_builder_retract_timestamp.v.html
│ │ │ │ ├── entity_builder_retract_uuid.v.html
│ │ │ │ ├── entity_builder_transact.v.html
│ │ │ │ ├── enum.Binding.html
│ │ │ │ ├── enum.CacheDirection.html
│ │ │ │ ├── enum.FindSpec.html
│ │ │ │ ├── enum.QueryResults.html
│ │ │ │ ├── enum.TypedValue.html
│ │ │ │ ├── enum.ValueType.html
│ │ │ │ ├── fn.changelist_entry_at.html
│ │ │ │ ├── fn.destroy.html
│ │ │ │ ├── fn.entity_builder_add_boolean.html
│ │ │ │ ├── fn.entity_builder_add_double.html
│ │ │ │ ├── fn.entity_builder_add_keyword.html
│ │ │ │ ├── fn.entity_builder_add_long.html
│ │ │ │ ├── fn.entity_builder_add_ref.html
│ │ │ │ ├── fn.entity_builder_add_string.html
│ │ │ │ ├── fn.entity_builder_add_timestamp.html
│ │ │ │ ├── fn.entity_builder_add_uuid.html
│ │ │ │ ├── fn.entity_builder_commit.html
│ │ │ │ ├── fn.entity_builder_destroy.html
│ │ │ │ ├── fn.entity_builder_retract_boolean.html
│ │ │ │ ├── fn.entity_builder_retract_double.html
│ │ │ │ ├── fn.entity_builder_retract_keyword.html
│ │ │ │ ├── fn.entity_builder_retract_long.html
│ │ │ │ ├── fn.entity_builder_retract_ref.html
│ │ │ │ ├── fn.entity_builder_retract_string.html
│ │ │ │ ├── fn.entity_builder_retract_timestamp.html
│ │ │ │ ├── fn.entity_builder_retract_uuid.html
│ │ │ │ ├── fn.entity_builder_transact.html
│ │ │ │ ├── fn.in_progress_builder.html
│ │ │ │ ├── fn.in_progress_builder_add_boolean.html
│ │ │ │ ├── fn.in_progress_builder_add_double.html
│ │ │ │ ├── fn.in_progress_builder_add_keyword.html
│ │ │ │ ├── fn.in_progress_builder_add_long.html
│ │ │ │ ├── fn.in_progress_builder_add_ref.html
│ │ │ │ ├── fn.in_progress_builder_add_string.html
│ │ │ │ ├── fn.in_progress_builder_add_timestamp.html
│ │ │ │ ├── fn.in_progress_builder_add_uuid.html
│ │ │ │ ├── fn.in_progress_builder_commit.html
│ │ │ │ ├── fn.in_progress_builder_destroy.html
│ │ │ │ ├── fn.in_progress_builder_retract_boolean.html
│ │ │ │ ├── fn.in_progress_builder_retract_double.html
│ │ │ │ ├── fn.in_progress_builder_retract_keyword.html
│ │ │ │ ├── fn.in_progress_builder_retract_long.html
│ │ │ │ ├── fn.in_progress_builder_retract_ref.html
│ │ │ │ ├── fn.in_progress_builder_retract_string.html
│ │ │ │ ├── fn.in_progress_builder_retract_timestamp.html
│ │ │ │ ├── fn.in_progress_builder_retract_uuid.html
│ │ │ │ ├── fn.in_progress_builder_transact.html
│ │ │ │ ├── fn.in_progress_commit.html
│ │ │ │ ├── fn.in_progress_destroy.html
│ │ │ │ ├── fn.in_progress_entity_builder_from_entid.html
│ │ │ │ ├── fn.in_progress_entity_builder_from_temp_id.html
│ │ │ │ ├── fn.in_progress_rollback.html
│ │ │ │ ├── fn.in_progress_transact.html
│ │ │ │ ├── fn.query_builder_bind_boolean.html
│ │ │ │ ├── fn.query_builder_bind_double.html
│ │ │ │ ├── fn.query_builder_bind_kw.html
│ │ │ │ ├── fn.query_builder_bind_long.html
│ │ │ │ ├── fn.query_builder_bind_ref.html
│ │ │ │ ├── fn.query_builder_bind_ref_kw.html
│ │ │ │ ├── fn.query_builder_bind_string.html
│ │ │ │ ├── fn.query_builder_bind_timestamp.html
│ │ │ │ ├── fn.query_builder_bind_uuid.html
│ │ │ │ ├── fn.query_builder_destroy.html
│ │ │ │ ├── fn.query_builder_execute.html
│ │ │ │ ├── fn.query_builder_execute_coll.html
│ │ │ │ ├── fn.query_builder_execute_scalar.html
│ │ │ │ ├── fn.query_builder_execute_tuple.html
│ │ │ │ ├── fn.row_at_index.html
│ │ │ │ ├── fn.rust_c_string_destroy.html
│ │ │ │ ├── fn.store_begin_transaction.html
│ │ │ │ ├── fn.store_cache_attribute_bi_directional.html
│ │ │ │ ├── fn.store_cache_attribute_forward.html
│ │ │ │ ├── fn.store_cache_attribute_reverse.html
│ │ │ │ ├── fn.store_destroy.html
│ │ │ │ ├── fn.store_entid_for_attribute.html
│ │ │ │ ├── fn.store_entity_builder_from_entid.html
│ │ │ │ ├── fn.store_entity_builder_from_temp_id.html
│ │ │ │ ├── fn.store_in_progress_builder.html
│ │ │ │ ├── fn.store_open.html
│ │ │ │ ├── fn.store_query.html
│ │ │ │ ├── fn.store_register_observer.html
│ │ │ │ ├── fn.store_transact.html
│ │ │ │ ├── fn.store_unregister_observer.html
│ │ │ │ ├── fn.store_value_for_attribute.html
│ │ │ │ ├── fn.tx_change_list_entry_at.html
│ │ │ │ ├── fn.tx_report_destroy.html
│ │ │ │ ├── fn.tx_report_entity_for_temp_id.html
│ │ │ │ ├── fn.tx_report_get_entid.html
│ │ │ │ ├── fn.tx_report_get_tx_instant.html
│ │ │ │ ├── fn.typed_value_destroy.html
│ │ │ │ ├── fn.typed_value_into_boolean.html
│ │ │ │ ├── fn.typed_value_into_double.html
│ │ │ │ ├── fn.typed_value_into_entid.html
│ │ │ │ ├── fn.typed_value_into_kw.html
│ │ │ │ ├── fn.typed_value_into_long.html
│ │ │ │ ├── fn.typed_value_into_string.html
│ │ │ │ ├── fn.typed_value_into_timestamp.html
│ │ │ │ ├── fn.typed_value_into_uuid.html
│ │ │ │ ├── fn.typed_value_list_destroy.html
│ │ │ │ ├── fn.typed_value_list_into_iter.html
│ │ │ │ ├── fn.typed_value_list_iter_destroy.html
│ │ │ │ ├── fn.typed_value_list_iter_next.html
│ │ │ │ ├── fn.typed_value_result_set_destroy.html
│ │ │ │ ├── fn.typed_value_result_set_into_iter.html
│ │ │ │ ├── fn.typed_value_result_set_iter_destroy.html
│ │ │ │ ├── fn.typed_value_result_set_iter_next.html
│ │ │ │ ├── fn.typed_value_value_type.html
│ │ │ │ ├── fn.uuid_destroy.html
│ │ │ │ ├── fn.value_at_index.html
│ │ │ │ ├── fn.value_at_index_into_boolean.html
│ │ │ │ ├── fn.value_at_index_into_double.html
│ │ │ │ ├── fn.value_at_index_into_entid.html
│ │ │ │ ├── fn.value_at_index_into_kw.html
│ │ │ │ ├── fn.value_at_index_into_long.html
│ │ │ │ ├── fn.value_at_index_into_string.html
│ │ │ │ ├── fn.value_at_index_into_timestamp.html
│ │ │ │ ├── fn.value_at_index_into_uuid.html
│ │ │ │ ├── in_progress_builder.v.html
│ │ │ │ ├── in_progress_builder_add_boolean.v.html
│ │ │ │ ├── in_progress_builder_add_double.v.html
│ │ │ │ ├── in_progress_builder_add_keyword.v.html
│ │ │ │ ├── in_progress_builder_add_long.v.html
│ │ │ │ ├── in_progress_builder_add_ref.v.html
│ │ │ │ ├── in_progress_builder_add_string.v.html
│ │ │ │ ├── in_progress_builder_add_timestamp.v.html
│ │ │ │ ├── in_progress_builder_add_uuid.v.html
│ │ │ │ ├── in_progress_builder_commit.v.html
│ │ │ │ ├── in_progress_builder_destroy.v.html
│ │ │ │ ├── in_progress_builder_retract_boolean.v.html
│ │ │ │ ├── in_progress_builder_retract_double.v.html
│ │ │ │ ├── in_progress_builder_retract_keyword.v.html
│ │ │ │ ├── in_progress_builder_retract_long.v.html
│ │ │ │ ├── in_progress_builder_retract_ref.v.html
│ │ │ │ ├── in_progress_builder_retract_string.v.html
│ │ │ │ ├── in_progress_builder_retract_timestamp.v.html
│ │ │ │ ├── in_progress_builder_retract_uuid.v.html
│ │ │ │ ├── in_progress_builder_transact.v.html
│ │ │ │ ├── in_progress_commit.v.html
│ │ │ │ ├── in_progress_destroy.v.html
│ │ │ │ ├── in_progress_entity_builder_from_entid.v.html
│ │ │ │ ├── in_progress_entity_builder_from_temp_id.v.html
│ │ │ │ ├── in_progress_rollback.v.html
│ │ │ │ ├── in_progress_transact.v.html
│ │ │ │ ├── index.html
│ │ │ │ ├── macro.assert_not_null!.html
│ │ │ │ ├── macro.assert_not_null.html
│ │ │ │ ├── query_builder_bind_boolean.v.html
│ │ │ │ ├── query_builder_bind_double.v.html
│ │ │ │ ├── query_builder_bind_kw.v.html
│ │ │ │ ├── query_builder_bind_long.v.html
│ │ │ │ ├── query_builder_bind_ref.v.html
│ │ │ │ ├── query_builder_bind_ref_kw.v.html
│ │ │ │ ├── query_builder_bind_string.v.html
│ │ │ │ ├── query_builder_bind_timestamp.v.html
│ │ │ │ ├── query_builder_bind_uuid.v.html
│ │ │ │ ├── query_builder_destroy.v.html
│ │ │ │ ├── query_builder_execute.v.html
│ │ │ │ ├── query_builder_execute_coll.v.html
│ │ │ │ ├── query_builder_execute_scalar.v.html
│ │ │ │ ├── query_builder_execute_tuple.v.html
│ │ │ │ ├── row_at_index.v.html
│ │ │ │ ├── rust_c_string_destroy.v.html
│ │ │ │ ├── sidebar-items.js
│ │ │ │ ├── store_begin_transaction.v.html
│ │ │ │ ├── store_cache_attribute_bi_directional.v.html
│ │ │ │ ├── store_cache_attribute_forward.v.html
│ │ │ │ ├── store_cache_attribute_reverse.v.html
│ │ │ │ ├── store_destroy.v.html
│ │ │ │ ├── store_entid_for_attribute.v.html
│ │ │ │ ├── store_entity_builder_from_entid.v.html
│ │ │ │ ├── store_entity_builder_from_temp_id.v.html
│ │ │ │ ├── store_in_progress_builder.v.html
│ │ │ │ ├── store_open.v.html
│ │ │ │ ├── store_query.v.html
│ │ │ │ ├── store_register_observer.v.html
│ │ │ │ ├── store_transact.v.html
│ │ │ │ ├── store_unregister_observer.v.html
│ │ │ │ ├── store_value_for_attribute.v.html
│ │ │ │ ├── struct.EntityBuilder.html
│ │ │ │ ├── struct.ExternOption.html
│ │ │ │ ├── struct.ExternResult.html
│ │ │ │ ├── struct.InProgress.html
│ │ │ │ ├── struct.InProgressBuilder.html
│ │ │ │ ├── struct.InProgressTransactResult.html
│ │ │ │ ├── struct.KnownEntid.html
│ │ │ │ ├── struct.QueryBuilder.html
│ │ │ │ ├── struct.QueryInputs.html
│ │ │ │ ├── struct.QueryOutput.html
│ │ │ │ ├── struct.RelResult.html
│ │ │ │ ├── struct.Store.html
│ │ │ │ ├── struct.TransactionChange.html
│ │ │ │ ├── struct.TxChangeList.html
│ │ │ │ ├── struct.TxObserver.html
│ │ │ │ ├── struct.TxReport.html
│ │ │ │ ├── struct.Uuid.html
│ │ │ │ ├── struct.Variable.html
│ │ │ │ ├── trait.BuildTerms.html
│ │ │ │ ├── trait.HasSchema.html
│ │ │ │ ├── trait.IntoThing.html
│ │ │ │ ├── trait.Queryable.html
│ │ │ │ ├── trait.Syncable.html
│ │ │ │ ├── tx_change_list_entry_at.v.html
│ │ │ │ ├── tx_report_destroy.v.html
│ │ │ │ ├── tx_report_entity_for_temp_id.v.html
│ │ │ │ ├── tx_report_get_entid.v.html
│ │ │ │ ├── tx_report_get_tx_instant.v.html
│ │ │ │ ├── type.BindingIterator.html
│ │ │ │ ├── type.BindingListIterator.html
│ │ │ │ ├── type.Entid.html
│ │ │ │ ├── typed_value_destroy.v.html
│ │ │ │ ├── typed_value_into_boolean.v.html
│ │ │ │ ├── typed_value_into_double.v.html
│ │ │ │ ├── typed_value_into_entid.v.html
│ │ │ │ ├── typed_value_into_kw.v.html
│ │ │ │ ├── typed_value_into_long.v.html
│ │ │ │ ├── typed_value_into_string.v.html
│ │ │ │ ├── typed_value_into_timestamp.v.html
│ │ │ │ ├── typed_value_into_uuid.v.html
│ │ │ │ ├── typed_value_list_destroy.v.html
│ │ │ │ ├── typed_value_list_into_iter.v.html
│ │ │ │ ├── typed_value_list_iter_destroy.v.html
│ │ │ │ ├── typed_value_list_iter_next.v.html
│ │ │ │ ├── typed_value_result_set_destroy.v.html
│ │ │ │ ├── typed_value_result_set_into_iter.v.html
│ │ │ │ ├── typed_value_result_set_iter_destroy.v.html
│ │ │ │ ├── typed_value_result_set_iter_next.v.html
│ │ │ │ ├── typed_value_value_type.v.html
│ │ │ │ ├── utils
│ │ │ │ │ ├── error
│ │ │ │ │ │ ├── ExternError.t.html
│ │ │ │ │ │ ├── fn.translate_opt_result.html
│ │ │ │ │ │ ├── fn.translate_result.html
│ │ │ │ │ │ ├── fn.translate_void_result.html
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ │ ├── struct.ExternError.html
│ │ │ │ │ │ ├── translate_opt_result.v.html
│ │ │ │ │ │ ├── translate_result.v.html
│ │ │ │ │ │ └── translate_void_result.v.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── log
│ │ │ │ │ │ ├── d.v.html
│ │ │ │ │ │ ├── fn.d.html
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── sidebar-items.js
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ └── strings
│ │ │ │ │ │ ├── c_char_to_string.v.html
│ │ │ │ │ │ ├── fn.c_char_to_string.html
│ │ │ │ │ │ ├── fn.kw_from_string.html
│ │ │ │ │ │ ├── fn.string_to_c_char.html
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── kw_from_string.v.html
│ │ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ │ └── string_to_c_char.v.html
│ │ │ │ ├── uuid_destroy.v.html
│ │ │ │ ├── value_at_index.v.html
│ │ │ │ ├── value_at_index_into_boolean.v.html
│ │ │ │ ├── value_at_index_into_double.v.html
│ │ │ │ ├── value_at_index_into_entid.v.html
│ │ │ │ ├── value_at_index_into_kw.v.html
│ │ │ │ ├── value_at_index_into_long.v.html
│ │ │ │ ├── value_at_index_into_string.v.html
│ │ │ │ ├── value_at_index_into_timestamp.v.html
│ │ │ │ └── value_at_index_into_uuid.v.html
│ │ │ ├── mentat_parser_utils
│ │ │ │ ├── ValueParseError.t.html
│ │ │ │ ├── assert_edn_parses_to.m.html
│ │ │ │ ├── assert_parse_failure_contains.m.html
│ │ │ │ ├── assert_parses_to.m.html
│ │ │ │ ├── def_matches_keyword.m.html
│ │ │ │ ├── def_matches_namespaced_keyword.m.html
│ │ │ │ ├── def_matches_plain_symbol.m.html
│ │ │ │ ├── def_parser.m.html
│ │ │ │ ├── index.html
│ │ │ │ ├── keyword_map_of.m.html
│ │ │ │ ├── log
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── sidebar-items.js
│ │ │ │ ├── macro.assert_edn_parses_to!.html
│ │ │ │ ├── macro.assert_edn_parses_to.html
│ │ │ │ ├── macro.assert_parse_failure_contains!.html
│ │ │ │ ├── macro.assert_parse_failure_contains.html
│ │ │ │ ├── macro.assert_parses_to!.html
│ │ │ │ ├── macro.assert_parses_to.html
│ │ │ │ ├── macro.def_matches_keyword!.html
│ │ │ │ ├── macro.def_matches_keyword.html
│ │ │ │ ├── macro.def_matches_namespaced_keyword!.html
│ │ │ │ ├── macro.def_matches_namespaced_keyword.html
│ │ │ │ ├── macro.def_matches_plain_symbol!.html
│ │ │ │ ├── macro.def_matches_plain_symbol.html
│ │ │ │ ├── macro.def_parser!.html
│ │ │ │ ├── macro.def_parser.html
│ │ │ │ ├── macro.keyword_map_of!.html
│ │ │ │ ├── macro.keyword_map_of.html
│ │ │ │ ├── macro.matches_plain_symbol!.html
│ │ │ │ ├── macro.matches_plain_symbol.html
│ │ │ │ ├── macro.satisfy_unwrap!.html
│ │ │ │ ├── macro.satisfy_unwrap.html
│ │ │ │ ├── macros
│ │ │ │ │ ├── KeywordMapParser.t.html
│ │ │ │ │ ├── ResultParser.t.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── struct.KeywordMapParser.html
│ │ │ │ │ └── type.ResultParser.html
│ │ │ │ ├── matches_plain_symbol.m.html
│ │ │ │ ├── satisfy_unwrap.m.html
│ │ │ │ ├── sidebar-items.js
│ │ │ │ ├── struct.ValueParseError.html
│ │ │ │ └── value_and_span
│ │ │ │ │ ├── Item.t.html
│ │ │ │ │ ├── Iter.t.html
│ │ │ │ │ ├── OfExactly.t.html
│ │ │ │ │ ├── OfExactlyParsing.t.html
│ │ │ │ │ ├── SpanPosition.t.html
│ │ │ │ │ ├── Stream.t.html
│ │ │ │ │ ├── Streaming.t.html
│ │ │ │ │ ├── any_keyword.v.html
│ │ │ │ │ ├── any_keyword_.v.html
│ │ │ │ │ ├── backward_namespaced_keyword.v.html
│ │ │ │ │ ├── backward_namespaced_keyword_.v.html
│ │ │ │ │ ├── enum.Iter.html
│ │ │ │ │ ├── fn.any_keyword.html
│ │ │ │ │ ├── fn.any_keyword_.html
│ │ │ │ │ ├── fn.backward_namespaced_keyword.html
│ │ │ │ │ ├── fn.backward_namespaced_keyword_.html
│ │ │ │ │ ├── fn.forward_any_keyword.html
│ │ │ │ │ ├── fn.forward_any_keyword_.html
│ │ │ │ │ ├── fn.forward_namespaced_keyword.html
│ │ │ │ │ ├── fn.forward_namespaced_keyword_.html
│ │ │ │ │ ├── fn.integer.html
│ │ │ │ │ ├── fn.integer_.html
│ │ │ │ │ ├── fn.is_valid_keyword_map_k_v.html
│ │ │ │ │ ├── fn.keyword_map.html
│ │ │ │ │ ├── fn.keyword_map_.html
│ │ │ │ │ ├── fn.list.html
│ │ │ │ │ ├── fn.list_.html
│ │ │ │ │ ├── fn.map.html
│ │ │ │ │ ├── fn.map_.html
│ │ │ │ │ ├── fn.namespaced_keyword.html
│ │ │ │ │ ├── fn.namespaced_keyword_.html
│ │ │ │ │ ├── fn.of_exactly.html
│ │ │ │ │ ├── fn.seq.html
│ │ │ │ │ ├── fn.seq_.html
│ │ │ │ │ ├── fn.vector.html
│ │ │ │ │ ├── fn.vector_.html
│ │ │ │ │ ├── forward_any_keyword.v.html
│ │ │ │ │ ├── forward_any_keyword_.v.html
│ │ │ │ │ ├── forward_namespaced_keyword.v.html
│ │ │ │ │ ├── forward_namespaced_keyword_.v.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── integer.v.html
│ │ │ │ │ ├── integer_.v.html
│ │ │ │ │ ├── is_valid_keyword_map_k_v.v.html
│ │ │ │ │ ├── keyword_map.v.html
│ │ │ │ │ ├── keyword_map_.v.html
│ │ │ │ │ ├── list.v.html
│ │ │ │ │ ├── list_.v.html
│ │ │ │ │ ├── map.v.html
│ │ │ │ │ ├── map_.v.html
│ │ │ │ │ ├── namespaced_keyword.v.html
│ │ │ │ │ ├── namespaced_keyword_.v.html
│ │ │ │ │ ├── of_exactly.v.html
│ │ │ │ │ ├── seq.v.html
│ │ │ │ │ ├── seq_.v.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── struct.OfExactly.html
│ │ │ │ │ ├── struct.SpanPosition.html
│ │ │ │ │ ├── struct.Stream.html
│ │ │ │ │ ├── trait.Item.html
│ │ │ │ │ ├── trait.OfExactlyParsing.html
│ │ │ │ │ ├── trait.Streaming.html
│ │ │ │ │ ├── vector.v.html
│ │ │ │ │ └── vector_.v.html
│ │ │ ├── mentat_query
│ │ │ │ ├── index.html
│ │ │ │ └── sidebar-items.js
│ │ │ ├── mentat_query_algebrizer
│ │ │ │ ├── AlgebraicQuery.t.html
│ │ │ │ ├── AlgebrizerError.t.html
│ │ │ │ ├── BindingError.t.html
│ │ │ │ ├── Column.t.html
│ │ │ │ ├── ColumnAlternation.t.html
│ │ │ │ ├── ColumnConstraint.t.html
│ │ │ │ ├── ColumnConstraintOrAlternation.t.html
│ │ │ │ ├── ColumnIntersection.t.html
│ │ │ │ ├── ColumnName.t.html
│ │ │ │ ├── ComputedTable.t.html
│ │ │ │ ├── ConjoiningClauses.t.html
│ │ │ │ ├── DatomsColumn.t.html
│ │ │ │ ├── DatomsTable.t.html
│ │ │ │ ├── EmptyBecause.t.html
│ │ │ │ ├── FindQuery.t.html
│ │ │ │ ├── FulltextColumn.t.html
│ │ │ │ ├── InvalidBinding.t.html
│ │ │ │ ├── Known.t.html
│ │ │ │ ├── OrderBy.t.html
│ │ │ │ ├── QualifiedAlias.t.html
│ │ │ │ ├── QueryInputs.t.html
│ │ │ │ ├── QueryValue.t.html
│ │ │ │ ├── Result.t.html
│ │ │ │ ├── SourceAlias.t.html
│ │ │ │ ├── TableAlias.t.html
│ │ │ │ ├── VariableBindings.t.html
│ │ │ │ ├── VariableColumn.t.html
│ │ │ │ ├── algebrize.v.html
│ │ │ │ ├── algebrize_with_counter.v.html
│ │ │ │ ├── algebrize_with_inputs.v.html
│ │ │ │ ├── bail.m.html
│ │ │ │ ├── clauses
│ │ │ │ │ ├── ConjoiningClauses.t.html
│ │ │ │ │ ├── VariableBindings.t.html
│ │ │ │ │ ├── inputs
│ │ │ │ │ │ ├── QueryInputs.t.html
│ │ │ │ │ │ └── struct.QueryInputs.html
│ │ │ │ │ ├── struct.ConjoiningClauses.html
│ │ │ │ │ └── type.VariableBindings.html
│ │ │ │ ├── enum.AlgebrizerError.html
│ │ │ │ ├── enum.BindingError.html
│ │ │ │ ├── enum.Column.html
│ │ │ │ ├── enum.ColumnConstraint.html
│ │ │ │ ├── enum.ColumnConstraintOrAlternation.html
│ │ │ │ ├── enum.ComputedTable.html
│ │ │ │ ├── enum.DatomsColumn.html
│ │ │ │ ├── enum.DatomsTable.html
│ │ │ │ ├── enum.EmptyBecause.html
│ │ │ │ ├── enum.FulltextColumn.html
│ │ │ │ ├── enum.QueryValue.html
│ │ │ │ ├── enum.VariableColumn.html
│ │ │ │ ├── errors
│ │ │ │ │ ├── AlgebrizerError.t.html
│ │ │ │ │ ├── BindingError.t.html
│ │ │ │ │ ├── InvalidBinding.t.html
│ │ │ │ │ ├── Result.t.html
│ │ │ │ │ ├── enum.AlgebrizerError.html
│ │ │ │ │ ├── enum.BindingError.html
│ │ │ │ │ ├── struct.InvalidBinding.html
│ │ │ │ │ └── type.Result.html
│ │ │ │ ├── fn.algebrize.html
│ │ │ │ ├── fn.algebrize_with_counter.html
│ │ │ │ ├── fn.algebrize_with_inputs.html
│ │ │ │ ├── fn.parse_find_string.html
│ │ │ │ ├── index.html
│ │ │ │ ├── macro.bail!.html
│ │ │ │ ├── macro.bail.html
│ │ │ │ ├── parse_find_string.v.html
│ │ │ │ ├── sidebar-items.js
│ │ │ │ ├── struct.AlgebraicQuery.html
│ │ │ │ ├── struct.ColumnAlternation.html
│ │ │ │ ├── struct.ColumnIntersection.html
│ │ │ │ ├── struct.ConjoiningClauses.html
│ │ │ │ ├── struct.FindQuery.html
│ │ │ │ ├── struct.InvalidBinding.html
│ │ │ │ ├── struct.Known.html
│ │ │ │ ├── struct.OrderBy.html
│ │ │ │ ├── struct.QualifiedAlias.html
│ │ │ │ ├── struct.QueryInputs.html
│ │ │ │ ├── struct.SourceAlias.html
│ │ │ │ ├── trait.ColumnName.html
│ │ │ │ ├── type.Result.html
│ │ │ │ ├── type.TableAlias.html
│ │ │ │ ├── type.VariableBindings.html
│ │ │ │ └── types
│ │ │ │ │ ├── Column.t.html
│ │ │ │ │ ├── ColumnAlternation.t.html
│ │ │ │ │ ├── ColumnConstraint.t.html
│ │ │ │ │ ├── ColumnConstraintOrAlternation.t.html
│ │ │ │ │ ├── ColumnIntersection.t.html
│ │ │ │ │ ├── ColumnName.t.html
│ │ │ │ │ ├── ComputedTable.t.html
│ │ │ │ │ ├── DatomsColumn.t.html
│ │ │ │ │ ├── DatomsTable.t.html
│ │ │ │ │ ├── EmptyBecause.t.html
│ │ │ │ │ ├── FindQuery.t.html
│ │ │ │ │ ├── FulltextColumn.t.html
│ │ │ │ │ ├── OrderBy.t.html
│ │ │ │ │ ├── QualifiedAlias.t.html
│ │ │ │ │ ├── QueryValue.t.html
│ │ │ │ │ ├── SourceAlias.t.html
│ │ │ │ │ ├── TableAlias.t.html
│ │ │ │ │ ├── VariableColumn.t.html
│ │ │ │ │ ├── enum.Column.html
│ │ │ │ │ ├── enum.ColumnConstraint.html
│ │ │ │ │ ├── enum.ColumnConstraintOrAlternation.html
│ │ │ │ │ ├── enum.ComputedTable.html
│ │ │ │ │ ├── enum.DatomsColumn.html
│ │ │ │ │ ├── enum.DatomsTable.html
│ │ │ │ │ ├── enum.EmptyBecause.html
│ │ │ │ │ ├── enum.FulltextColumn.html
│ │ │ │ │ ├── enum.QueryValue.html
│ │ │ │ │ ├── enum.VariableColumn.html
│ │ │ │ │ ├── struct.ColumnAlternation.html
│ │ │ │ │ ├── struct.ColumnIntersection.html
│ │ │ │ │ ├── struct.FindQuery.html
│ │ │ │ │ ├── struct.OrderBy.html
│ │ │ │ │ ├── struct.QualifiedAlias.html
│ │ │ │ │ ├── struct.SourceAlias.html
│ │ │ │ │ ├── trait.ColumnName.html
│ │ │ │ │ └── type.TableAlias.html
│ │ │ ├── mentat_query_projector
│ │ │ │ ├── CombinedProjection.t.html
│ │ │ │ ├── ConstantProjector.t.html
│ │ │ │ ├── Projector.t.html
│ │ │ │ ├── QueryOutput.t.html
│ │ │ │ ├── QueryResults.t.html
│ │ │ │ ├── RelResult.t.html
│ │ │ │ ├── SimpleAggregationOp.t.html
│ │ │ │ ├── StructuredRelResult.t.html
│ │ │ │ ├── aggregates
│ │ │ │ │ ├── SimpleAggregationOp.t.html
│ │ │ │ │ └── enum.SimpleAggregationOp.html
│ │ │ │ ├── bail.m.html
│ │ │ │ ├── enum.QueryResults.html
│ │ │ │ ├── enum.SimpleAggregationOp.html
│ │ │ │ ├── errors
│ │ │ │ │ ├── ProjectorError.t.html
│ │ │ │ │ ├── Result.t.html
│ │ │ │ │ ├── enum.ProjectorError.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ └── type.Result.html
│ │ │ │ ├── fn.projected_column_for_var.html
│ │ │ │ ├── fn.query_projection.html
│ │ │ │ ├── index.html
│ │ │ │ ├── macro.bail!.html
│ │ │ │ ├── macro.bail.html
│ │ │ │ ├── project
│ │ │ │ │ ├── fn.projected_column_for_var.html
│ │ │ │ │ └── projected_column_for_var.v.html
│ │ │ │ ├── projected_column_for_var.v.html
│ │ │ │ ├── projectors
│ │ │ │ │ ├── Projector.t.html
│ │ │ │ │ ├── constant
│ │ │ │ │ │ ├── ConstantProjector.t.html
│ │ │ │ │ │ └── struct.ConstantProjector.html
│ │ │ │ │ └── trait.Projector.html
│ │ │ │ ├── query_projection.v.html
│ │ │ │ ├── relresult
│ │ │ │ │ ├── RelResult.t.html
│ │ │ │ │ ├── StructuredRelResult.t.html
│ │ │ │ │ ├── struct.RelResult.html
│ │ │ │ │ └── type.StructuredRelResult.html
│ │ │ │ ├── sidebar-items.js
│ │ │ │ ├── struct.CombinedProjection.html
│ │ │ │ ├── struct.ConstantProjector.html
│ │ │ │ ├── struct.QueryOutput.html
│ │ │ │ ├── struct.RelResult.html
│ │ │ │ ├── trait.Projector.html
│ │ │ │ └── type.StructuredRelResult.html
│ │ │ ├── mentat_query_pull
│ │ │ │ ├── Puller.t.html
│ │ │ │ ├── errors
│ │ │ │ │ ├── PullError.t.html
│ │ │ │ │ ├── Result.t.html
│ │ │ │ │ ├── enum.PullError.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ └── type.Result.html
│ │ │ │ ├── fn.pull_attributes_for_entities.html
│ │ │ │ ├── fn.pull_attributes_for_entity.html
│ │ │ │ ├── index.html
│ │ │ │ ├── pull_attributes_for_entities.v.html
│ │ │ │ ├── pull_attributes_for_entity.v.html
│ │ │ │ ├── sidebar-items.js
│ │ │ │ └── struct.Puller.html
│ │ │ ├── mentat_query_sql
│ │ │ │ ├── ColumnOrExpression.t.html
│ │ │ │ ├── Constraint.t.html
│ │ │ │ ├── Expression.t.html
│ │ │ │ ├── FromClause.t.html
│ │ │ │ ├── GroupBy.t.html
│ │ │ │ ├── Join.t.html
│ │ │ │ ├── Name.t.html
│ │ │ │ ├── Op.t.html
│ │ │ │ ├── ProjectedColumn.t.html
│ │ │ │ ├── Projection.t.html
│ │ │ │ ├── SelectQuery.t.html
│ │ │ │ ├── TableList.t.html
│ │ │ │ ├── TableOrSubquery.t.html
│ │ │ │ ├── Values.t.html
│ │ │ │ ├── enum.ColumnOrExpression.html
│ │ │ │ ├── enum.Constraint.html
│ │ │ │ ├── enum.Expression.html
│ │ │ │ ├── enum.FromClause.html
│ │ │ │ ├── enum.GroupBy.html
│ │ │ │ ├── enum.Projection.html
│ │ │ │ ├── enum.TableOrSubquery.html
│ │ │ │ ├── enum.Values.html
│ │ │ │ ├── index.html
│ │ │ │ ├── sidebar-items.js
│ │ │ │ ├── struct.Join.html
│ │ │ │ ├── struct.Op.html
│ │ │ │ ├── struct.ProjectedColumn.html
│ │ │ │ ├── struct.SelectQuery.html
│ │ │ │ ├── struct.TableList.html
│ │ │ │ └── type.Name.html
│ │ │ ├── mentat_query_translator
│ │ │ │ ├── ProjectedSelect.t.html
│ │ │ │ ├── Projection.t.html
│ │ │ │ ├── Result.t.html
│ │ │ │ ├── TranslatorError.t.html
│ │ │ │ ├── cc_to_exists.v.html
│ │ │ │ ├── enum.ProjectedSelect.html
│ │ │ │ ├── enum.Projection.html
│ │ │ │ ├── fn.cc_to_exists.html
│ │ │ │ ├── fn.query_to_select.html
│ │ │ │ ├── index.html
│ │ │ │ ├── query_to_select.v.html
│ │ │ │ ├── sidebar-items.js
│ │ │ │ ├── translate
│ │ │ │ │ ├── ProjectedSelect.t.html
│ │ │ │ │ ├── cc_to_exists.v.html
│ │ │ │ │ ├── enum.ProjectedSelect.html
│ │ │ │ │ ├── fn.cc_to_exists.html
│ │ │ │ │ ├── fn.query_to_select.html
│ │ │ │ │ └── query_to_select.v.html
│ │ │ │ ├── type.Result.html
│ │ │ │ └── type.TranslatorError.html
│ │ │ ├── mentat_sql
│ │ │ │ ├── BuildQueryResult.t.html
│ │ │ │ ├── QueryBuilder.t.html
│ │ │ │ ├── QueryFragment.t.html
│ │ │ │ ├── SQLError.t.html
│ │ │ │ ├── SQLQuery.t.html
│ │ │ │ ├── SQLiteQueryBuilder.t.html
│ │ │ │ ├── Value.t.html
│ │ │ │ ├── enum.SQLError.html
│ │ │ │ ├── enum.Value.html
│ │ │ │ ├── index.html
│ │ │ │ ├── sidebar-items.js
│ │ │ │ ├── struct.SQLQuery.html
│ │ │ │ ├── struct.SQLiteQueryBuilder.html
│ │ │ │ ├── trait.QueryBuilder.html
│ │ │ │ ├── trait.QueryFragment.html
│ │ │ │ └── type.BuildQueryResult.html
│ │ │ ├── mentat_tolstoy
│ │ │ │ ├── bail.m.html
│ │ │ │ ├── errors
│ │ │ │ │ ├── Result.t.html
│ │ │ │ │ ├── TolstoyError.t.html
│ │ │ │ │ ├── enum.TolstoyError.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ └── type.Result.html
│ │ │ │ ├── index.html
│ │ │ │ ├── macro.bail!.html
│ │ │ │ ├── macro.bail.html
│ │ │ │ ├── metadata
│ │ │ │ │ ├── HeadTrackable.t.html
│ │ │ │ │ ├── SyncMetadataClient.t.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── struct.SyncMetadataClient.html
│ │ │ │ │ └── trait.HeadTrackable.html
│ │ │ │ ├── schema
│ │ │ │ │ ├── REMOTE_HEAD_KEY.v.html
│ │ │ │ │ ├── ensure_current_version.v.html
│ │ │ │ │ ├── fn.ensure_current_version.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ └── static.REMOTE_HEAD_KEY.html
│ │ │ │ ├── sidebar-items.js
│ │ │ │ ├── syncer
│ │ │ │ │ ├── Syncer.t.html
│ │ │ │ │ ├── d.v.html
│ │ │ │ │ ├── fn.d.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ └── struct.Syncer.html
│ │ │ │ ├── tx_mapper
│ │ │ │ │ ├── TxMapper.t.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ └── struct.TxMapper.html
│ │ │ │ └── tx_processor
│ │ │ │ │ ├── DatomsIterator.t.html
│ │ │ │ │ ├── Processor.t.html
│ │ │ │ │ ├── TxPart.t.html
│ │ │ │ │ ├── TxReceiver.t.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sidebar-items.js
│ │ │ │ │ ├── struct.DatomsIterator.html
│ │ │ │ │ ├── struct.Processor.html
│ │ │ │ │ ├── struct.TxPart.html
│ │ │ │ │ └── trait.TxReceiver.html
│ │ │ ├── normalize.css
│ │ │ ├── rustdoc.css
│ │ │ ├── search-index.js
│ │ │ ├── src
│ │ │ │ ├── edn
│ │ │ │ │ ├── entities.rs.html
│ │ │ │ │ ├── lib.rs.html
│ │ │ │ │ ├── matcher.rs.html
│ │ │ │ │ ├── namespaceable_name.rs.html
│ │ │ │ │ ├── pretty_print.rs.html
│ │ │ │ │ ├── query.rs.html
│ │ │ │ │ ├── symbols.rs.html
│ │ │ │ │ ├── types.rs.html
│ │ │ │ │ ├── utils.rs.html
│ │ │ │ │ └── value_rc.rs.html
│ │ │ │ ├── mentat
│ │ │ │ │ ├── conn.rs.html
│ │ │ │ │ ├── entity_builder.rs.html
│ │ │ │ │ ├── errors.rs.html
│ │ │ │ │ ├── ident.rs.html
│ │ │ │ │ ├── lib.rs.html
│ │ │ │ │ ├── query.rs.html
│ │ │ │ │ ├── query_builder.rs.html
│ │ │ │ │ ├── store.rs.html
│ │ │ │ │ └── vocabulary.rs.html
│ │ │ │ ├── mentat_cli
│ │ │ │ │ ├── command_parser.rs.html
│ │ │ │ │ ├── input.rs.html
│ │ │ │ │ ├── lib.rs.html
│ │ │ │ │ └── repl.rs.html
│ │ │ │ ├── mentat_core
│ │ │ │ │ ├── cache.rs.html
│ │ │ │ │ ├── counter.rs.html
│ │ │ │ │ ├── intern_set.rs.html
│ │ │ │ │ ├── lib.rs.html
│ │ │ │ │ ├── sql_types.rs.html
│ │ │ │ │ ├── types.rs.html
│ │ │ │ │ ├── util.rs.html
│ │ │ │ │ ├── value_type_set.rs.html
│ │ │ │ │ └── values.rs.html
│ │ │ │ ├── mentat_db
│ │ │ │ │ ├── add_retract_alter_set.rs.html
│ │ │ │ │ ├── bootstrap.rs.html
│ │ │ │ │ ├── cache.rs.html
│ │ │ │ │ ├── db.rs.html
│ │ │ │ │ ├── debug.rs.html
│ │ │ │ │ ├── entids.rs.html
│ │ │ │ │ ├── errors.rs.html
│ │ │ │ │ ├── internal_types.rs.html
│ │ │ │ │ ├── lib.rs.html
│ │ │ │ │ ├── metadata.rs.html
│ │ │ │ │ ├── schema.rs.html
│ │ │ │ │ ├── tx.rs.html
│ │ │ │ │ ├── tx_checking.rs.html
│ │ │ │ │ ├── tx_observer.rs.html
│ │ │ │ │ ├── types.rs.html
│ │ │ │ │ ├── upsert_resolution.rs.html
│ │ │ │ │ └── watcher.rs.html
│ │ │ │ ├── mentat_ffi
│ │ │ │ │ ├── android.rs.html
│ │ │ │ │ ├── lib.rs.html
│ │ │ │ │ └── utils.rs.html
│ │ │ │ ├── mentat_parser_utils
│ │ │ │ │ ├── lib.rs.html
│ │ │ │ │ ├── log.rs.html
│ │ │ │ │ ├── macros.rs.html
│ │ │ │ │ └── value_and_span.rs.html
│ │ │ │ ├── mentat_query
│ │ │ │ │ └── lib.rs.html
│ │ │ │ ├── mentat_query_algebrizer
│ │ │ │ │ ├── clauses
│ │ │ │ │ │ ├── convert.rs.html
│ │ │ │ │ │ ├── fulltext.rs.html
│ │ │ │ │ │ ├── ground.rs.html
│ │ │ │ │ │ ├── inputs.rs.html
│ │ │ │ │ │ ├── mod.rs.html
│ │ │ │ │ │ ├── not.rs.html
│ │ │ │ │ │ ├── or.rs.html
│ │ │ │ │ │ ├── pattern.rs.html
│ │ │ │ │ │ ├── predicate.rs.html
│ │ │ │ │ │ ├── resolve.rs.html
│ │ │ │ │ │ ├── tx_log_api.rs.html
│ │ │ │ │ │ └── where_fn.rs.html
│ │ │ │ │ ├── errors.rs.html
│ │ │ │ │ ├── lib.rs.html
│ │ │ │ │ ├── types.rs.html
│ │ │ │ │ └── validate.rs.html
│ │ │ │ ├── mentat_query_projector
│ │ │ │ │ ├── aggregates.rs.html
│ │ │ │ │ ├── errors.rs.html
│ │ │ │ │ ├── lib.rs.html
│ │ │ │ │ ├── project.rs.html
│ │ │ │ │ ├── projectors
│ │ │ │ │ │ ├── constant.rs.html
│ │ │ │ │ │ ├── mod.rs.html
│ │ │ │ │ │ ├── pull_two_stage.rs.html
│ │ │ │ │ │ └── simple.rs.html
│ │ │ │ │ ├── pull.rs.html
│ │ │ │ │ └── relresult.rs.html
│ │ │ │ ├── mentat_query_pull
│ │ │ │ │ ├── errors.rs.html
│ │ │ │ │ └── lib.rs.html
│ │ │ │ ├── mentat_query_sql
│ │ │ │ │ └── lib.rs.html
│ │ │ │ ├── mentat_query_translator
│ │ │ │ │ ├── lib.rs.html
│ │ │ │ │ └── translate.rs.html
│ │ │ │ ├── mentat_sql
│ │ │ │ │ └── lib.rs.html
│ │ │ │ └── mentat_tolstoy
│ │ │ │ │ ├── errors.rs.html
│ │ │ │ │ ├── lib.rs.html
│ │ │ │ │ ├── metadata.rs.html
│ │ │ │ │ ├── schema.rs.html
│ │ │ │ │ ├── syncer.rs.html
│ │ │ │ │ ├── tx_mapper.rs.html
│ │ │ │ │ └── tx_processor.rs.html
│ │ │ ├── storage.js
│ │ │ └── theme.js
│ │ └── swift
│ │ │ ├── Classes.html
│ │ │ ├── Classes
│ │ │ ├── ColResult.html
│ │ │ ├── ColResultIterator.html
│ │ │ ├── EntityBuilder.html
│ │ │ ├── InProgress.html
│ │ │ ├── InProgressBuilder.html
│ │ │ ├── Mentat.html
│ │ │ ├── OptionalRustObject.html
│ │ │ ├── Query.html
│ │ │ ├── RelResult.html
│ │ │ ├── RelResultIterator.html
│ │ │ ├── RustObject.html
│ │ │ ├── TupleResult.html
│ │ │ ├── TxReport.html
│ │ │ └── TypedValue.html
│ │ │ ├── Enums.html
│ │ │ ├── Enums
│ │ │ ├── CacheDirection.html
│ │ │ ├── PointerError.html
│ │ │ ├── QueryError.html
│ │ │ └── ResultError.html
│ │ │ ├── Extensions.html
│ │ │ ├── Extensions
│ │ │ ├── Date.html
│ │ │ └── Result.html
│ │ │ ├── Protocols.html
│ │ │ ├── Protocols
│ │ │ ├── Observable.html
│ │ │ └── Observing.html
│ │ │ ├── Structs.html
│ │ │ ├── Typealiases.html
│ │ │ ├── badge.svg
│ │ │ ├── css
│ │ │ ├── highlight.css
│ │ │ └── jazzy.css
│ │ │ ├── docsets
│ │ │ ├── .docset
│ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── Resources
│ │ │ │ │ ├── Documents
│ │ │ │ │ ├── Classes.html
│ │ │ │ │ ├── Classes
│ │ │ │ │ │ ├── ColResult.html
│ │ │ │ │ │ ├── ColResultIterator.html
│ │ │ │ │ │ ├── EntityBuilder.html
│ │ │ │ │ │ ├── InProgress.html
│ │ │ │ │ │ ├── InProgressBuilder.html
│ │ │ │ │ │ ├── Mentat.html
│ │ │ │ │ │ ├── OptionalRustObject.html
│ │ │ │ │ │ ├── Query.html
│ │ │ │ │ │ ├── RelResult.html
│ │ │ │ │ │ ├── RelResultIterator.html
│ │ │ │ │ │ ├── RustObject.html
│ │ │ │ │ │ ├── TupleResult.html
│ │ │ │ │ │ ├── TxReport.html
│ │ │ │ │ │ └── TypedValue.html
│ │ │ │ │ ├── Enums.html
│ │ │ │ │ ├── Enums
│ │ │ │ │ │ ├── CacheDirection.html
│ │ │ │ │ │ ├── PointerError.html
│ │ │ │ │ │ ├── QueryError.html
│ │ │ │ │ │ └── ResultError.html
│ │ │ │ │ ├── Extensions.html
│ │ │ │ │ ├── Extensions
│ │ │ │ │ │ ├── Date.html
│ │ │ │ │ │ └── Result.html
│ │ │ │ │ ├── Protocols.html
│ │ │ │ │ ├── Protocols
│ │ │ │ │ │ ├── Observable.html
│ │ │ │ │ │ └── Observing.html
│ │ │ │ │ ├── Structs.html
│ │ │ │ │ ├── Typealiases.html
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── highlight.css
│ │ │ │ │ │ └── jazzy.css
│ │ │ │ │ ├── img
│ │ │ │ │ │ ├── carat.png
│ │ │ │ │ │ ├── dash.png
│ │ │ │ │ │ └── gh.png
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── js
│ │ │ │ │ │ ├── jazzy.js
│ │ │ │ │ │ └── jquery.min.js
│ │ │ │ │ └── search.json
│ │ │ │ │ └── docSet.dsidx
│ │ │ └── .tgz
│ │ │ ├── img
│ │ │ ├── carat.png
│ │ │ ├── dash.png
│ │ │ └── gh.png
│ │ │ ├── index.html
│ │ │ ├── js
│ │ │ ├── jazzy.js
│ │ │ └── jquery.min.js
│ │ │ ├── search.json
│ │ │ └── undocumented.json
│ └── latest
└── index.md
├── edn
├── Cargo.toml
├── README.md
├── build.rs
├── src
│ ├── edn.rustpeg
│ ├── entities.rs
│ ├── intern_set.rs
│ ├── lib.rs
│ ├── matcher.rs
│ ├── namespaceable_name.rs
│ ├── pretty_print.rs
│ ├── query.rs
│ ├── symbols.rs
│ ├── types.rs
│ ├── utils.rs
│ └── value_rc.rs
└── tests
│ ├── query_tests.rs
│ ├── serde_support.rs
│ └── tests.rs
├── ffi
├── Cargo.toml
├── README.md
└── src
│ ├── android.rs
│ ├── lib.rs
│ └── utils.rs
├── fixtures
├── all_seattle.edn
├── cities.schema
├── old
│ ├── README.md
│ ├── v1empty.db
│ ├── v1tofino.db
│ └── v2empty.db
├── seattle.script
├── v1empty.db
├── v1encrypted.db
└── v1toodle_empty.db
├── public-traits
├── Cargo.toml
├── errors.rs
└── lib.rs
├── query-algebrizer-traits
├── Cargo.toml
├── errors.rs
└── lib.rs
├── query-algebrizer
├── Cargo.toml
├── README.md
├── src
│ ├── clauses
│ │ ├── convert.rs
│ │ ├── fulltext.rs
│ │ ├── ground.rs
│ │ ├── inputs.rs
│ │ ├── mod.rs
│ │ ├── not.rs
│ │ ├── or.rs
│ │ ├── pattern.rs
│ │ ├── predicate.rs
│ │ ├── resolve.rs
│ │ ├── tx_log_api.rs
│ │ └── where_fn.rs
│ ├── lib.rs
│ ├── types.rs
│ └── validate.rs
└── tests
│ ├── fulltext.rs
│ ├── ground.rs
│ ├── predicate.rs
│ ├── type_reqs.rs
│ └── utils
│ └── mod.rs
├── query-projector-traits
├── Cargo.toml
├── aggregates.rs
├── errors.rs
├── lib.rs
└── tests
│ └── aggregates.rs
├── query-projector
├── Cargo.toml
├── README.md
├── src
│ ├── binding_tuple.rs
│ ├── lib.rs
│ ├── project.rs
│ ├── projectors
│ │ ├── constant.rs
│ │ ├── mod.rs
│ │ ├── pull_two_stage.rs
│ │ └── simple.rs
│ ├── pull.rs
│ ├── relresult.rs
│ └── translate.rs
└── tests
│ └── translate.rs
├── query-pull-traits
├── Cargo.toml
├── errors.rs
└── lib.rs
├── query-pull
├── Cargo.toml
└── src
│ └── lib.rs
├── query-sql
├── Cargo.toml
└── src
│ └── lib.rs
├── scripts
├── android_build.sh
├── cargo-doc.sh
├── ios_build.sh
└── test-ios.sh
├── sdks
├── android
│ ├── Mentat
│ │ ├── .gitignore
│ │ ├── .project
│ │ ├── build.gradle
│ │ ├── gradle.properties
│ │ ├── gradle
│ │ │ └── wrapper
│ │ │ │ ├── gradle-wrapper.jar
│ │ │ │ └── gradle-wrapper.properties
│ │ ├── gradlew
│ │ ├── gradlew.bat
│ │ ├── library
│ │ │ ├── .classpath
│ │ │ ├── .gitignore
│ │ │ ├── .project
│ │ │ ├── build.gradle
│ │ │ ├── proguard-rules.pro
│ │ │ └── src
│ │ │ │ ├── main
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── java
│ │ │ │ │ └── org
│ │ │ │ │ └── mozilla
│ │ │ │ │ └── mentat
│ │ │ │ │ ├── CacheDirection.java
│ │ │ │ │ ├── ColResultIterator.java
│ │ │ │ │ ├── CollResult.java
│ │ │ │ │ ├── CollResultHandler.java
│ │ │ │ │ ├── EntityBuilder.java
│ │ │ │ │ ├── InProgress.java
│ │ │ │ │ ├── InProgressBuilder.java
│ │ │ │ │ ├── InProgressTransactionResult.java
│ │ │ │ │ ├── JNA.java
│ │ │ │ │ ├── Mentat.java
│ │ │ │ │ ├── Query.java
│ │ │ │ │ ├── RelResult.java
│ │ │ │ │ ├── RelResultHandler.java
│ │ │ │ │ ├── RelResultIterator.java
│ │ │ │ │ ├── RustError.java
│ │ │ │ │ ├── RustIterator.java
│ │ │ │ │ ├── RustObject.java
│ │ │ │ │ ├── ScalarResultHandler.java
│ │ │ │ │ ├── TupleResult.java
│ │ │ │ │ ├── TupleResultHandler.java
│ │ │ │ │ ├── TxChange.java
│ │ │ │ │ ├── TxChangeList.java
│ │ │ │ │ ├── TxObserverCallback.java
│ │ │ │ │ ├── TxReport.java
│ │ │ │ │ └── TypedValue.java
│ │ │ │ └── test
│ │ │ │ ├── java
│ │ │ │ └── org
│ │ │ │ │ └── mozilla
│ │ │ │ │ └── mentat
│ │ │ │ │ └── FFIIntegrationTest.java
│ │ │ │ └── resources
│ │ │ │ └── robolectric.properties
│ │ ├── publish.gradle
│ │ ├── samples
│ │ │ └── basic
│ │ │ │ ├── build.gradle
│ │ │ │ ├── proguard-rules.pro
│ │ │ │ └── src
│ │ │ │ └── main
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── java
│ │ │ │ └── org
│ │ │ │ │ └── mozilla
│ │ │ │ │ └── samples
│ │ │ │ │ └── basic
│ │ │ │ │ └── MainActivity.kt
│ │ │ │ └── res
│ │ │ │ ├── drawable-v24
│ │ │ │ └── ic_launcher_foreground.xml
│ │ │ │ ├── drawable
│ │ │ │ └── ic_launcher_background.xml
│ │ │ │ ├── layout
│ │ │ │ └── activity_main.xml
│ │ │ │ ├── mipmap-anydpi-v26
│ │ │ │ ├── ic_launcher.xml
│ │ │ │ └── ic_launcher_round.xml
│ │ │ │ ├── mipmap-hdpi
│ │ │ │ ├── ic_launcher.png
│ │ │ │ └── ic_launcher_round.png
│ │ │ │ ├── mipmap-mdpi
│ │ │ │ ├── ic_launcher.png
│ │ │ │ └── ic_launcher_round.png
│ │ │ │ ├── mipmap-xhdpi
│ │ │ │ ├── ic_launcher.png
│ │ │ │ └── ic_launcher_round.png
│ │ │ │ ├── mipmap-xxhdpi
│ │ │ │ ├── ic_launcher.png
│ │ │ │ └── ic_launcher_round.png
│ │ │ │ ├── mipmap-xxxhdpi
│ │ │ │ ├── ic_launcher.png
│ │ │ │ └── ic_launcher_round.png
│ │ │ │ └── values
│ │ │ │ ├── colors.xml
│ │ │ │ ├── strings.xml
│ │ │ │ └── styles.xml
│ │ └── settings.gradle
│ └── README.md
└── swift
│ └── Mentat
│ ├── Mentat.xcodeproj
│ ├── project.pbxproj
│ ├── project.xcworkspace
│ │ ├── contents.xcworkspacedata
│ │ └── xcshareddata
│ │ │ ├── IDEWorkspaceChecks.plist
│ │ │ └── WorkspaceSettings.xcsettings
│ └── xcshareddata
│ │ └── xcschemes
│ │ ├── Mentat Debug.xcscheme
│ │ └── Mentat.xcscheme
│ ├── Mentat
│ ├── Core
│ │ └── TypedValue.swift
│ ├── Errors
│ │ └── Errors.swift
│ ├── Extensions
│ │ ├── Date+Int64.swift
│ │ ├── RustError+Unwrap.swift
│ │ ├── String+Destroying.swift
│ │ └── UUID+Destroying.swift
│ ├── Info.plist
│ ├── Mentat.h
│ ├── Mentat.swift
│ ├── Query
│ │ ├── Query.swift
│ │ ├── RelResult.swift
│ │ └── TupleResult.swift
│ ├── Rust
│ │ ├── OptionalRustObject.swift
│ │ └── RustObject.swift
│ ├── Transact
│ │ ├── EntityBuilder.swift
│ │ ├── InProgress.swift
│ │ ├── InProgressBuilder.swift
│ │ └── TxReport.swift
│ ├── module.map
│ └── store.h
│ └── MentatTests
│ ├── Info.plist
│ └── MentatTests.swift
├── sql-traits
├── Cargo.toml
├── errors.rs
└── lib.rs
├── sql
├── Cargo.toml
├── README.md
└── src
│ └── lib.rs
├── src
├── conn.rs
├── lib.rs
├── query_builder.rs
├── store.rs
├── sync.rs
└── vocabulary.rs
├── tests
├── api.rs
├── cache.rs
├── entity_builder.rs
├── external_test.rs
├── pull.rs
├── query.rs
├── tolstoy.rs
└── vocabulary.rs
├── tolstoy-traits
├── Cargo.toml
├── errors.rs
└── lib.rs
├── tolstoy
├── Cargo.toml
├── README.md
└── src
│ ├── bootstrap.rs
│ ├── datoms.rs
│ ├── debug.rs
│ ├── lib.rs
│ ├── logger.rs
│ ├── metadata.rs
│ ├── remote_client.rs
│ ├── schema.rs
│ ├── syncer.rs
│ ├── tx_mapper.rs
│ ├── tx_processor.rs
│ ├── tx_uploader.rs
│ └── types.rs
├── tools
├── cli
│ ├── Cargo.toml
│ └── src
│ │ ├── bin
│ │ └── mentat_cli.rs
│ │ └── mentat_cli
│ │ ├── command_parser.rs
│ │ ├── input.rs
│ │ ├── lib.rs
│ │ └── repl.rs
└── mentatweb
│ └── src
│ └── main.rs
└── transaction
├── Cargo.toml
└── src
├── entity_builder.rs
├── lib.rs
├── metadata.rs
└── query.rs
/.cargo/config:
--------------------------------------------------------------------------------
1 | [alias]
2 | cli = ["run", "--release", "-p", "mentat_cli"]
3 | debugcli = ["run", "-p", "mentat_cli"]
4 |
--------------------------------------------------------------------------------
/db/README.md:
--------------------------------------------------------------------------------
1 | This sub-crate implements the SQLite database layer: installing,
2 | managing, and migrating forward the SQL schema underlying the datom
3 | store.
4 |
--------------------------------------------------------------------------------
/docs/.gitignore:
--------------------------------------------------------------------------------
1 | _site
2 | .sass-cache
3 | .jekyll-metadata
4 |
--------------------------------------------------------------------------------
/docs/_layouts/page.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 | {{ page.title | escape }}
8 |
Redirecting to struct.BigInt.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/DateTime.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.DateTime.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/OrderedFloat.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.OrderedFloat.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/Utc.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Utc.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/Uuid.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Uuid.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/UuidParseError.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.UuidParseError.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/entities/Entid.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Entid.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/entities/EntidOrIdent.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.EntidOrIdent.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/entities/Entity.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Entity.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/entities/EntityPlace.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.EntityPlace.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/entities/LookupRef.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.LookupRef.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/entities/MapNotation.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.MapNotation.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/entities/OpType.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.OpType.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/entities/TempId.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.TempId.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/entities/TxFunction.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.TxFunction.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/entities/ValuePlace.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.ValuePlace.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/macro.ns_keyword!.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.ns_keyword.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/matcher/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/ns_keyword.m.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.ns_keyword.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/ParseError.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.ParseError.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/ParseResult.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.ParseResult.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/basedinteger.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.basedinteger.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/bigint.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.bigint.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/boolean.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.boolean.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/entities.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.entities.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/entity.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.entity.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/float.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.float.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/hexinteger.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.hexinteger.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/infinity.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.infinity.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/integer.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.integer.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/keyword.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.keyword.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/list.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.list.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/map.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.map.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/nan.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.nan.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/nil.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.nil.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/octalinteger.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.octalinteger.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/op.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.op.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/parse_query.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.parse_query.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/raw_bigint.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.raw_bigint.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/raw_float.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.raw_float.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/raw_hexinteger.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.raw_hexinteger.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/raw_integer.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.raw_integer.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/raw_text.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.raw_text.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/set.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.set.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/symbol.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.symbol.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/text.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.text.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/uuid.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.uuid.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/value.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.value.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/vector.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.vector.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/parse/where_fn.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.where_fn.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/pretty_print/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/Aggregate.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Aggregate.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/Binding.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Binding.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/Direction.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Direction.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/Element.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Element.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/FindSpec.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.FindSpec.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/FnArg.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.FnArg.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/FromValue.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.FromValue.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/IdentOrEntid.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.IdentOrEntid.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/Limit.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Limit.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/NotJoin.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.NotJoin.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/OrJoin.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.OrJoin.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/OrWhereClause.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.OrWhereClause.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/Order.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Order.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/ParsedQuery.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.ParsedQuery.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/Pattern.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Pattern.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/Predicate.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Predicate.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/Pull.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Pull.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/SrcVar.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.SrcVar.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/SrcVarName.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.SrcVarName.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/UnifyVars.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.UnifyVars.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/Variable.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Variable.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/WhereClause.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.WhereClause.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/query/WhereFn.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.WhereFn.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/symbols/Keyword.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Keyword.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/symbols/PlainSymbol.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.PlainSymbol.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/symbols/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"struct":[["Keyword","A keyword is a symbol, optionally with a namespace, that prints with a leading colon. This concept is imported from Clojure, as it features in EDN and the query syntax that we use."],["NamespacedSymbol",""],["PlainSymbol","A simplification of Clojure's Symbol."]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/types/FromMicros.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.FromMicros.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/types/Span.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Span.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/types/SpannedValue.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.SpannedValue.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/types/ToMicros.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.ToMicros.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/types/Value.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Value.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/utils/merge.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.merge.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/utils/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"fn":[["merge","Merge the EDN `Value::Map` instance `right` into `left`. Returns `None` if either `left` or `right` is not a `Value::Map`."]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/value_rc/Cloned.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.Cloned.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/value_rc/FromRc.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.FromRc.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/value_rc/ValueRc.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.ValueRc.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/edn/value_rc/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"trait":[["Cloned",""],["FromRc",""]],"type":[["ValueRc","This type alias exists to allow us to use different boxing mechanisms for values. This type must implement `FromRc` and `Cloned`, and a `From` implementation must exist for `TypedValue`."]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/edn/query/trait.ContainsVariables.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["edn"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/edn/query/trait.FromValue.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["edn"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/edn/types/trait.FromMicros.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["edn"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/edn/types/trait.ToMicros.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["edn"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/edn/value_rc/trait.Cloned.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["edn"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/edn/value_rc/trait.FromRc.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["edn"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat/conn/trait.Pullable.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat/conn/trait.Queryable.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat/conn/trait.Syncable.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat/entity_builder/trait.BuildTerms.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat/entity_builder/trait.FromThing.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat/entity_builder/trait.IntoThing.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat/query/trait.IntoResult.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat/vocabulary/trait.HasVocabularies.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat/vocabulary/trait.VersionedStore.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat/vocabulary/trait.VocabularySource.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_core/trait.Cloned.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_core"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_core/trait.FromMicros.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_core"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_core/trait.FromRc.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_core"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_core/trait.HasSchema.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_core"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_core/trait.SQLValueType.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_core"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_core/trait.SQLValueTypeSet.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_core"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_core/trait.Timelike.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_core"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_core/trait.ToMicros.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_core"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_core/util/trait.OptionEffect.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_core"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_core/util/trait.ResultEffect.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_core"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_db/db/trait.MentatStoring.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_db"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_db/db/trait.PartitionMapping.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_db"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_db/db/trait.TypedSQLValue.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_db"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_db/trait.AttributeValidation.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_db"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_db/trait.TransactWatcher.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_db"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_db/tx_observer/trait.Command.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_db"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_db/types/trait.TransactableValue.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_db"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_ffi/trait.BuildTerms.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_ffi"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_ffi/trait.HasSchema.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_ffi"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_ffi/trait.IntoThing.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_ffi"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_ffi/trait.Queryable.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_ffi"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_ffi/trait.Syncable.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_ffi"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_parser_utils/value_and_span/trait.Item.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_parser_utils"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_query_algebrizer/trait.ColumnName.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_query_algebrizer"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_query_projector/trait.Projector.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_query_projector"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_sql/trait.QueryBuilder.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_sql"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/implementors/mentat_tolstoy/metadata/trait.HeadTrackable.js: -------------------------------------------------------------------------------- 1 | (function() {var implementors = {}; 2 | implementors["mentat_tolstoy"] = []; 3 | 4 | if (window.register_implementors) { 5 | window.register_implementors(implementors); 6 | } else { 7 | window.pending_implementors = implementors; 8 | } 9 | 10 | })() 11 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/Attribute.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Attribute.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/AttributeSet.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.AttributeSet.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/Binding.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Binding.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/DateTime.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.DateTime.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/DbError.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.DbError.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/Entid.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.Entid.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/FindSpec.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.FindSpec.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/HasSchema.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.HasSchema.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/Keyword.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Keyword.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/KnownEntid.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.KnownEntid.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/ParseError.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.ParseError.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/PlainSymbol.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.PlainSymbol.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/PullError.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.PullError.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/QueryInputs.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.QueryInputs.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/QueryOutput.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.QueryOutput.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/QueryResults.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.QueryResults.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/RelResult.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.RelResult.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/SQLError.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.SQLError.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/Schema.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Schema.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/TxObserver.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.TxObserver.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/TxReport.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.TxReport.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/TypedValue.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.TypedValue.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/Utc.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Utc.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/Uuid.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Uuid.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/ValueType.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.ValueType.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/Variable.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Variable.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/bail.m.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.bail.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/conn/CacheAction.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.CacheAction.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/conn/Conn.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Conn.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/conn/InProgress.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.InProgress.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/conn/Metadata.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Metadata.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/conn/Pullable.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.Pullable.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/conn/Queryable.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.Queryable.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/conn/Syncable.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.Syncable.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/entity_builder/FromThing.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.FromThing.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/entity_builder/IntoThing.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.IntoThing.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/entity_builder/Terms.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.Terms.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/entity_builder/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"struct":[["EntityBuilder",""],["InProgressBuilder",""],["TermBuilder",""]],"trait":[["BuildTerms",""],["FromThing",""],["IntoThing",""]],"type":[["Terms",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/errors/MentatError.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.MentatError.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/errors/Result.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.Result.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/errors/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"enum":[["MentatError",""]],"type":[["Result",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/ident/EntId.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.EntId.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/ident/ToEntId.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.ToEntId.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/ident/ToIdent.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.ToIdent.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/ident/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"trait":[["ToEntId","The ability to transform idents into the corresponding entid."],["ToIdent","The ability to transform entity identifiers (entids) into keyword names (idents)."]],"type":[["EntId",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/kw.m.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.kw.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/macro.bail!.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.bail.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/macro.kw!.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.kw.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/macro.var!.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.var.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/new_connection.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.new_connection.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/query/IntoResult.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.IntoResult.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/query/Keyword.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Keyword.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/query/Known.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Known.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/query/QueryResults.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.QueryResults.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/query/RelResult.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.RelResult.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/query/Variable.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Variable.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/query/lookup_value.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.lookup_value.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/query/lookup_values.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.lookup_values.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/query/q_explain.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.q_explain.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/query/q_once.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.q_once.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/query/q_prepare.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.q_prepare.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/query/q_uncached.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.q_uncached.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/query_builder/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"struct":[["QueryBuilder",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/store/Store.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Store.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/store/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"struct":[["Store","A convenience wrapper around a single SQLite connection and a Conn. This is suitable for applications that don't require complex connection management."]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/var.m.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.var.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/vocabulary/Datom.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.Datom.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/vocabulary/Version.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.Version.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/vocabulary/attribute/Unique.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Unique.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat/vocabulary/attribute/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"enum":[["Unique",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_cli/CliError.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.CliError.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_cli/bail.m.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.bail.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_cli/command_parser/Command.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Command.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_cli/command_parser/command.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.command.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_cli/input/InputResult.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.InputResult.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_cli/input/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"enum":[["InputResult","Possible results from reading input from `InputReader`"]],"struct":[["InputReader","Reads input from `stdin`"]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_cli/macro.bail!.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.bail.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_cli/repl/Repl.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Repl.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_cli/repl/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"struct":[["Repl","Executes input and maintains state of persistent items."]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_cli/run.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.run.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_cli/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"enum":[["CliError",""]],"fn":[["run",""],["version","Returns a version string."]],"macro":[["bail",""]],"mod":[["command_parser",""],["input",""],["repl",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_cli/version.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.version.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/Attribute.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Attribute.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/AttributeMap.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.AttributeMap.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/Binding.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Binding.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/Cloned.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.Cloned.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/DateTime.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.DateTime.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/Entid.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.Entid.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/EntidMap.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.EntidMap.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/FromMicros.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.FromMicros.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/FromRc.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.FromRc.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/HasSchema.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.HasSchema.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/IdentMap.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.IdentMap.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/Keyword.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Keyword.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/KnownEntid.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.KnownEntid.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/Schema.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Schema.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/Timelike.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.Timelike.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/ToMicros.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.ToMicros.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/TypedValue.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.TypedValue.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/Utc.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Utc.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/Uuid.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Uuid.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/ValueRc.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.ValueRc.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/ValueType.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.ValueType.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/ValueTypeTag.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.ValueTypeTag.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/attribute/Unique.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Unique.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/attribute/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"enum":[["Unique",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/counter/RcCounter.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.RcCounter.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/counter/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"struct":[["RcCounter",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/intern_set/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"struct":[["InternSet","An `InternSet` allows to \"intern\" some potentially large values, maintaining a single value instance owned by the `InternSet` and leaving consumers with lightweight ref-counted handles to the large owned value. This can avoid expensive clone() operations."]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/interpose.m.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.interpose.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/macro.interpose!.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.interpose.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/now.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.now.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/parse_query.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.parse_query.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/types/Binding.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Binding.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/types/Entid.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.Entid.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/types/TypedValue.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.TypedValue.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/types/ValueType.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.ValueType.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/types/now.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.now.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/util/Either.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Either.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/util/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"enum":[["Either",""]],"trait":[["OptionEffect","Side-effect chaining on `Option`."],["ResultEffect","Side-effect chaining on `Result`."]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/values/DB_ADD.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.DB_ADD.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/values/DB_IDENT.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.DB_IDENT.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/values/DB_INDEX.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.DB_INDEX.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_core/values/DB_UNIQUE.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.DB_UNIQUE.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/TX0.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to constant.TX0.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/USER0.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to constant.USER0.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/bail.m.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.bail.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/bootstrap/TX0.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to constant.TX0.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/bootstrap/USER0.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to constant.USER0.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/cache/Aev.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.Aev.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/cache/AevFactory.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.AevFactory.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/cache/AevRows.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.AevRows.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/cache/CacheMap.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.CacheMap.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/db/SearchType.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.SearchType.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/db/new_connection.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.new_connection.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/db/read_db.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.read_db.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/debug/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/entids/DB_ADD.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to constant.DB_ADD.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/entids/DB_DOC.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to constant.DB_DOC.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/entids/DB_IDENT.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to constant.DB_IDENT.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/entids/DB_INDEX.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to constant.DB_INDEX.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/errors/DbError.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.DbError.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/errors/DbErrorKind.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.DbErrorKind.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/errors/DbSqlError.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.DbSqlError.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/errors/InputError.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.InputError.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/errors/Result.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.Result.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/errors/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"enum":[["CardinalityConflict",""],["DbErrorKind",""],["InputError",""],["SchemaConstraintViolation",""]],"struct":[["DbError",""]],"type":[["Result",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/internal_types/LookupRef.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.LookupRef.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/internal_types/Population.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.Population.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/internal_types/TempIdMap.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.TempIdMap.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/internal_types/Term.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Term.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/macro.bail!.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.bail.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/repeat_values.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.repeat_values.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/transact.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.transact.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/transact_terms.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.transact_terms.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/tx/transact.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.transact.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/tx/transact_terms.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.transact_terms.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/tx_observer/Command.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.Command.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/tx_observer/TxCommand.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.TxCommand.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/tx_observer/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"struct":[["InProgressObserverTransactWatcher",""],["TxCommand",""],["TxObservationService",""],["TxObserver",""]],"trait":[["Command",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/types/AVMap.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.AVMap.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/types/AVPair.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.AVPair.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/types/Attribute.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Attribute.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/types/DB.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.DB.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/types/DateTime.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.DateTime.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/types/Entid.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.Entid.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/types/Partition.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Partition.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/types/Schema.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Schema.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/types/TxReport.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.TxReport.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/types/TypedValue.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.TypedValue.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/types/Utc.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Utc.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_db/types/ValueType.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.ValueType.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/Binding.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Binding.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/BuildTerms.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.BuildTerms.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/Entid.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.Entid.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/FindSpec.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.FindSpec.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/HasSchema.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.HasSchema.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/InProgress.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.InProgress.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/IntoThing.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.IntoThing.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/KnownEntid.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.KnownEntid.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/QueryInputs.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.QueryInputs.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/QueryOutput.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.QueryOutput.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/QueryResults.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.QueryResults.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/Queryable.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.Queryable.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/RelResult.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.RelResult.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/Store.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Store.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/Syncable.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.Syncable.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/TxObserver.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.TxObserver.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/TxReport.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.TxReport.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/TypedValue.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.TypedValue.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/Uuid.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Uuid.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/ValueType.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.ValueType.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/Variable.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Variable.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/android/LogLevel.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.LogLevel.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/android/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"enum":[["LogLevel",""]],"fn":[["__android_log_write",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/destroy.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.destroy.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/row_at_index.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.row_at_index.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/store_destroy.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.store_destroy.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/store_open.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.store_open.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/store_query.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.store_query.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/store_transact.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.store_transact.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/utils/log/d.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.d.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/utils/log/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"fn":[["d",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/utils/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"mod":[["error",""],["log",""],["strings",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/utils/strings/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"fn":[["c_char_to_string",""],["kw_from_string",""],["string_to_c_char",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/uuid_destroy.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.uuid_destroy.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_ffi/value_at_index.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.value_at_index.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_parser_utils/def_parser.m.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.def_parser.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_parser_utils/log/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_parser_utils/value_and_span/Item.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.Item.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_parser_utils/value_and_span/Iter.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Iter.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_parser_utils/value_and_span/Stream.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Stream.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_parser_utils/value_and_span/integer.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.integer.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_parser_utils/value_and_span/integer_.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.integer_.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_parser_utils/value_and_span/list.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.list.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_parser_utils/value_and_span/list_.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.list_.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_parser_utils/value_and_span/map.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.map.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_parser_utils/value_and_span/map_.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.map_.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_parser_utils/value_and_span/seq.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.seq.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_parser_utils/value_and_span/seq_.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.seq_.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_parser_utils/value_and_span/vector.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.vector.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_parser_utils/value_and_span/vector_.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.vector_.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_algebrizer/Column.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Column.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_algebrizer/Known.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Known.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_algebrizer/OrderBy.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.OrderBy.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_algebrizer/QueryValue.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.QueryValue.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_algebrizer/Result.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.Result.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_algebrizer/TableAlias.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.TableAlias.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_algebrizer/algebrize.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.algebrize.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_algebrizer/bail.m.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.bail.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_algebrizer/errors/Result.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.Result.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_algebrizer/macro.bail!.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.bail.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_algebrizer/types/Column.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Column.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_algebrizer/types/OrderBy.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.OrderBy.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_projector/Projector.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to trait.Projector.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_projector/bail.m.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.bail.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_projector/errors/Result.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.Result.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_projector/errors/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"enum":[["ProjectorError",""]],"type":[["Result",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_projector/macro.bail!.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.bail.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_pull/Puller.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Puller.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_pull/errors/PullError.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.PullError.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_pull/errors/Result.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.Result.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_pull/errors/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"enum":[["PullError",""]],"type":[["Result",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_pull/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"fn":[["pull_attributes_for_entities",""],["pull_attributes_for_entity",""]],"mod":[["errors",""]],"struct":[["Puller","A `Puller` constructs on demand a map from a provided set of entity IDs to a set of structured maps."]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_sql/Constraint.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Constraint.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_sql/Expression.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Expression.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_sql/FromClause.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.FromClause.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_sql/GroupBy.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.GroupBy.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_sql/Join.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Join.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_sql/Name.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.Name.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_sql/Op.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Op.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_sql/Projection.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Projection.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_sql/TableList.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.TableList.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_sql/Values.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Values.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_translator/Projection.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Projection.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_translator/Result.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.Result.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_query_translator/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"enum":[["ProjectedSelect",""],["Projection",""]],"fn":[["cc_to_exists","Return a query that projects `1` if the `cc` matches the store, and returns no results if it doesn't."],["query_to_select","Consume a provided `AlgebraicQuery` to yield a new `ProjectedSelect`."]],"type":[["Result",""],["TranslatorError",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_sql/SQLError.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.SQLError.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_sql/SQLQuery.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.SQLQuery.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_sql/Value.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to enum.Value.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_tolstoy/bail.m.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.bail.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_tolstoy/errors/Result.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to type.Result.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_tolstoy/errors/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"enum":[["TolstoyError",""]],"type":[["Result",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_tolstoy/macro.bail!.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to macro.bail.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_tolstoy/metadata/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"struct":[["SyncMetadataClient",""]],"trait":[["HeadTrackable",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_tolstoy/schema/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"fn":[["ensure_current_version",""]],"static":[["REMOTE_HEAD_KEY",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_tolstoy/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"macro":[["bail",""]],"mod":[["errors",""],["metadata",""],["schema",""],["syncer",""],["tx_mapper",""],["tx_processor",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_tolstoy/syncer/Syncer.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.Syncer.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_tolstoy/syncer/d.v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to fn.d.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_tolstoy/syncer/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"fn":[["d",""]],"struct":[["Syncer",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_tolstoy/tx_mapper/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"struct":[["TxMapper",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_tolstoy/tx_processor/TxPart.t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |Redirecting to struct.TxPart.html...
8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/0.7/rust/mentat_tolstoy/tx_processor/sidebar-items.js: -------------------------------------------------------------------------------- 1 | initSidebarItems({"struct":[["DatomsIterator",""],["Processor",""],["TxPart",""]],"trait":[["TxReceiver",""]]}); -------------------------------------------------------------------------------- /docs/apis/0.7/swift/docsets/.docset/Contents/Resources/Documents/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mentat/e55376e98b3a7f841dcb2abd6273947f8661ffc8/docs/apis/0.7/swift/docsets/.docset/Contents/Resources/Documents/img/carat.png -------------------------------------------------------------------------------- /docs/apis/0.7/swift/docsets/.docset/Contents/Resources/Documents/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mentat/e55376e98b3a7f841dcb2abd6273947f8661ffc8/docs/apis/0.7/swift/docsets/.docset/Contents/Resources/Documents/img/dash.png -------------------------------------------------------------------------------- /docs/apis/0.7/swift/docsets/.docset/Contents/Resources/Documents/img/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mentat/e55376e98b3a7f841dcb2abd6273947f8661ffc8/docs/apis/0.7/swift/docsets/.docset/Contents/Resources/Documents/img/gh.png -------------------------------------------------------------------------------- /docs/apis/0.7/swift/docsets/.docset/Contents/Resources/docSet.dsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mentat/e55376e98b3a7f841dcb2abd6273947f8661ffc8/docs/apis/0.7/swift/docsets/.docset/Contents/Resources/docSet.dsidx -------------------------------------------------------------------------------- /docs/apis/0.7/swift/docsets/.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mentat/e55376e98b3a7f841dcb2abd6273947f8661ffc8/docs/apis/0.7/swift/docsets/.tgz -------------------------------------------------------------------------------- /docs/apis/0.7/swift/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mentat/e55376e98b3a7f841dcb2abd6273947f8661ffc8/docs/apis/0.7/swift/img/carat.png -------------------------------------------------------------------------------- /docs/apis/0.7/swift/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mentat/e55376e98b3a7f841dcb2abd6273947f8661ffc8/docs/apis/0.7/swift/img/dash.png -------------------------------------------------------------------------------- /docs/apis/0.7/swift/img/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mentat/e55376e98b3a7f841dcb2abd6273947f8661ffc8/docs/apis/0.7/swift/img/gh.png -------------------------------------------------------------------------------- /docs/apis/latest: -------------------------------------------------------------------------------- 1 | 0.7 -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: home 3 | --- 4 | 5 | # Project Mentat 6 | 7 | {{ site.description }} 8 | 9 | ## API Documentation 10 | 11 | [Rust](/apis/latest/rust/mentat/index.html) 12 | : [Swift SDK](/apis/latest/swift/Classes/Mentat.html) 13 | : [Android Java SDK](/apis/latest/java/index.html) 14 | -------------------------------------------------------------------------------- /edn/README.md: -------------------------------------------------------------------------------- 1 | 2 | This crate implements a basic EDN parser for Project Mentat. 3 | 4 | It was originally developed as a separate project called [barnardsstar][1]. 5 | 6 | [1]: https://github.com/joewalker/barnardsstar 7 | -------------------------------------------------------------------------------- /fixtures/old/README.md: -------------------------------------------------------------------------------- 1 | Mentat has gone through several pre-release changes that are (deliberately) not 2 | reflected in current version numbers. These old files are preserved for 3 | historical reference. 4 | -------------------------------------------------------------------------------- /fixtures/old/v1empty.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mentat/e55376e98b3a7f841dcb2abd6273947f8661ffc8/fixtures/old/v1empty.db -------------------------------------------------------------------------------- /fixtures/old/v1tofino.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mentat/e55376e98b3a7f841dcb2abd6273947f8661ffc8/fixtures/old/v1tofino.db -------------------------------------------------------------------------------- /fixtures/old/v2empty.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mentat/e55376e98b3a7f841dcb2abd6273947f8661ffc8/fixtures/old/v2empty.db -------------------------------------------------------------------------------- /fixtures/v1empty.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mentat/e55376e98b3a7f841dcb2abd6273947f8661ffc8/fixtures/v1empty.db -------------------------------------------------------------------------------- /fixtures/v1encrypted.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mentat/e55376e98b3a7f841dcb2abd6273947f8661ffc8/fixtures/v1encrypted.db -------------------------------------------------------------------------------- /fixtures/v1toodle_empty.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mentat/e55376e98b3a7f841dcb2abd6273947f8661ffc8/fixtures/v1toodle_empty.db -------------------------------------------------------------------------------- /query-algebrizer-traits/Cargo.toml: -------------------------------------------------------------------------------- 1 | [package] 2 | name = "query_algebrizer_traits" 3 | version = "0.0.1" 4 | workspace = ".." 5 | 6 | [lib] 7 | name = "query_algebrizer_traits" 8 | path = "lib.rs" 9 | 10 | [dependencies] 11 | failure = "0.1.1" 12 | failure_derive = "0.1.1" 13 | 14 | [dependencies.edn] 15 | path = "../edn" 16 | 17 | [dependencies.core_traits] 18 | path = "../core-traits" 19 | -------------------------------------------------------------------------------- /query-pull-traits/Cargo.toml: -------------------------------------------------------------------------------- 1 | [package] 2 | name = "query_pull_traits" 3 | version = "0.0.1" 4 | workspace = ".." 5 | 6 | [lib] 7 | name = "query_pull_traits" 8 | path = "lib.rs" 9 | 10 | [dependencies] 11 | failure = "0.1.1" 12 | failure_derive = "0.1.1" 13 | 14 | [dependencies.core_traits] 15 | path = "../core-traits" 16 | 17 | [dependencies.db_traits] 18 | path = "../db-traits" 19 | -------------------------------------------------------------------------------- /scripts/ios_build.sh: -------------------------------------------------------------------------------- 1 | cd ffi 2 | cargo lipo --release 3 | cd .. 4 | mkdir -p sdks/swift/Mentat/External-Dependencies/ 5 | cp target/universal/release/libmentat_ffi.a sdks/swift/Mentat/External-Dependencies/ 6 | -------------------------------------------------------------------------------- /sdks/android/Mentat/.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/workspace.xml 5 | /.idea/libraries 6 | .DS_Store 7 | /build 8 | /captures 9 | .externalNativeBuild 10 | -------------------------------------------------------------------------------- /sdks/android/Mentat/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mentat/e55376e98b3a7f841dcb2abd6273947f8661ffc8/sdks/android/Mentat/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /sdks/android/Mentat/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | zipStoreBase=GRADLE_USER_HOME 4 | zipStorePath=wrapper/dists 5 | distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-all.zip 6 | -------------------------------------------------------------------------------- /sdks/android/Mentat/library/.classpath: -------------------------------------------------------------------------------- 1 | 2 |