Open ncalexan opened 6 years ago
This is follow-up to https://github.com/mozilla/mentat/pull/536. Right now, we don't accept new inputs at query execution time:
inputs
https://github.com/mozilla/mentat/blob/a0c70a7cd9ce656a443bf8e2a8ad0b732efa0e73/src/query.rs#L100
This ticket tracks implementing the prepare-and-query-with-new-inputs path.
This is follow-up to https://github.com/mozilla/mentat/pull/536. Right now, we don't accept new
inputs
at query execution time:https://github.com/mozilla/mentat/blob/a0c70a7cd9ce656a443bf8e2a8ad0b732efa0e73/src/query.rs#L100
This ticket tracks implementing the prepare-and-query-with-new-inputs path.