Class AggFieldBuilder<K>
java.lang.Object
org.aksw.jenax.graphql.sparql.v2.acc.state.api.AggFieldBuilder<K>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CardinalityWhether values of this member should be accumulated into an array.protected ConnectiveThe graph pattern that underlies the built aggregator.protected KThe key of the resulting object for which this builder builds an aggregator.protected booleanIf hidden, then the values produced by this field should 'go' to the parent. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fieldName
The key of the resulting object for which this builder builds an aggregator. Fixed by the parent. -
connective
The graph pattern that underlies the built aggregator. -
cardinality
Whether values of this member should be accumulated into an array. -
isHidden
protected boolean isHiddenIf hidden, then the values produced by this field should 'go' to the parent.
-
-
Constructor Details
-
AggFieldBuilder
public AggFieldBuilder()
-