singnet / das-query-engine

Query engine and pattern matcher
MIT License
2 stars 2 forks source link

das.query() doesn't return Iterator #260

Open marcocapozzoli opened 5 months ago

marcocapozzoli commented 5 months ago

.query(...) on the remote DAS doesn't return an iterator, it always returns a list of QueryAnswers. no_iterator=True and no_iterator=False returns the same results.

marcocapozzoli commented 4 months ago

Blocked waiting to finish cache component