Home
last modified time | relevance | path

Searched refs:having_conditions (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/rasqal/rasqal-0.9.33/src/
H A Drasqal_solution_modifier.c60 raptor_sequence* having_conditions, in rasqal_new_solution_modifier() argument
75 sm->having_conditions = having_conditions; in rasqal_new_solution_modifier()
103 if(sm->having_conditions) in rasqal_free_solution_modifier()
104 raptor_free_sequence(sm->having_conditions); in rasqal_free_solution_modifier()
H A Drasqal_query.c1532 if(query->modifier->having_conditions) { in rasqal_query_print()
1534 raptor_sequence_print(query->modifier->having_conditions, fh); in rasqal_query_print()
1790 return query->modifier->having_conditions; in rasqal_query_get_having_conditions_sequence()
1810 if(!query->modifier || !query->modifier->having_conditions) in rasqal_query_get_having_condition()
1813 return (rasqal_expression*)raptor_sequence_get_at(query->modifier->having_conditions, idx); in rasqal_query_get_having_condition()
H A Drasqal_algebra.c2126 if(ae->counter && modifier && modifier->having_conditions) { in rasqal_algebra_query_prepare_aggregates()
2128 modifier->having_conditions, in rasqal_algebra_query_prepare_aggregates()
2508 modifier_seq = modifier->having_conditions; in rasqal_algebra_query_add_having()
H A Drasqal_internal.h245 raptor_sequence* having_conditions; member
1863 …der_conditions, raptor_sequence* group_conditions, raptor_sequence* having_conditions, int limit, …
H A Drasqal_query_write.c657 seq = modifier->having_conditions; in rasqal_query_write_sparql_modifiers()
/dports/databases/py-pony/pony-0.7.14/pony/orm/
H A Dsqltranslation.py266 translator.having_conditions = []
418 else: translator.having_conditions.extend(m.getsql())
728 having_conditions = translator.having_conditions[:]
735 if monad.aggregated: having_conditions.extend(notnull_conditions)
746 if having_conditions:
750 sql_ast.append([ 'HAVING' ] + having_conditions)
778 assert not translator.having_conditions
927 else: translator.having_conditions.extend(m.getsql())