Currently IN filter cannot pushdown to snapshot/tag/schema system tables and IN would tramsform to OR(contians all Equal LeafPredicate), if user query with IN filter would cost more unnessary IO in a large number of snapshots/tag/schema;
TagTable predicate specified as LeafPredicate which cannot resolve other kind of Predicate, this pr had improved it.
Add APIs for get snapshots/tags/schemas which get multiple numbers for a list argument.
Purpose
Linked issue: close #xxx
Tests
API and Format
Documentation