Class AggFieldBuilder<K>

java.lang.Object
org.aksw.jenax.graphql.sparql.v2.acc.state.api.AggFieldBuilder<K>

public class AggFieldBuilder<K> extends Object
  • Field Details

    • fieldName

      protected K fieldName
      The key of the resulting object for which this builder builds an aggregator. Fixed by the parent.
    • connective

      protected Connective connective
      The graph pattern that underlies the built aggregator.
    • cardinality

      protected Cardinality cardinality
      Whether values of this member should be accumulated into an array.
    • isHidden

      protected boolean isHidden
      If hidden, then the values produced by this field should 'go' to the parent.
  • Constructor Details

    • AggFieldBuilder

      public AggFieldBuilder()