The document is supported by the operator INin the sentences WHERE; but it does not support subqueries.
In other words ... this is supported:
SELECT food.id,
food.description,
food.tags,
food.foodGroup,
food.version
FROM food
WHERE food.foodGroup IN ("Poultry Products",
"Sausages and Luncheon Meats")
This is not supported:
SELECT *
FROM root.DocumentDbTest_AllFieldTypes f
WHERE f.field1 NOT IN
( SELECT g.field1
FROM root.DocumentDbTest_AllFieldTypes g
WHERE g.time = "09:12:34" );
DocumentDB, , DocumentDB.