Home
last modified time | relevance | path

Searched refs:RSIndexResult_IsAggregate (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Dredisearch.h304 int RSIndexResult_IsAggregate(const RSIndexResult *r);
H A Dindex_result.c224 inline int RSIndexResult_IsAggregate(const RSIndexResult *r) { in RSIndexResult_IsAggregate() function
235 if (!RSIndexResult_IsAggregate(r) || r->agg.numChildren <= 1) { in IndexResult_MinOffsetDelta()
/dports/textproc/redisearch16/RediSearch-1.6.16/src/
H A Dredisearch.h308 int RSIndexResult_IsAggregate(const RSIndexResult *r);
H A Dindex_result.c224 inline int RSIndexResult_IsAggregate(const RSIndexResult *r) { in RSIndexResult_IsAggregate() function
235 if (!RSIndexResult_IsAggregate(r) || r->agg.numChildren <= 1) { in IndexResult_MinOffsetDelta()
/dports/textproc/redisearch16/RediSearch-1.6.16/src/cpptests/
H A Dt_range.cpp119 ASSERT_TRUE(!RSIndexResult_IsAggregate(res)); in TEST_F()
H A Dt_index.cpp599 ASSERT_TRUE(RSIndexResult_IsAggregate(h)); in TEST_F()
/dports/textproc/redisearch20/RediSearch-2.0.15/tests/cpptests/
H A Dtest_cpp_range.cpp119 ASSERT_TRUE(!RSIndexResult_IsAggregate(res)); in TEST_F()
H A Dtest_cpp_index.cpp597 ASSERT_TRUE(RSIndexResult_IsAggregate(h)); in TEST_F()
/dports/textproc/redisearch/RediSearch-2.2.5/tests/cpptests/
H A Dtest_cpp_range.cpp119 ASSERT_TRUE(!RSIndexResult_IsAggregate(res)); in TEST_F()
H A Dtest_cpp_index.cpp603 ASSERT_TRUE(RSIndexResult_IsAggregate(h)); in TEST_F()
/dports/textproc/redisearch/RediSearch-2.2.5/src/
H A Dindex_result.c224 inline int RSIndexResult_IsAggregate(const RSIndexResult *r) { in RSIndexResult_IsAggregate() function
235 if (!RSIndexResult_IsAggregate(r) || r->agg.numChildren <= 1) { in IndexResult_MinOffsetDelta()
H A Dredisearch.h324 int RSIndexResult_IsAggregate(const RSIndexResult *r);