"{\"version\":true,\"_source\":false,\"query\":{\"match_all\":{}},\"from\":0,\"size\":10000}"));
}
@Test
public void testSelect_WholeObjectAndPartial() throws Exception {
Reference author = createReference("author", DataTypes.OBJECT);
Reference age = createReference(
ColumnIdent.getChild(author.info().ident().columnIdent(), "age"), DataTypes.INTEGER);
QueryThenFetchNode searchNode = new QueryThenFetchNode(
new Routing(),
ImmutableList.<Symbol>of(author, age),