SliceQuery Methods

NReco.PivotData Class Library Documentation

The SliceQuery type exposes the following members.

Methods

  NameDescription
Public methodDimension(String)
Define dimension to select in result of this query.
Public methodDimension(String, FuncObject, Object)
Define dimension constructed from keys of existing dimensions.
Public methodEquals (Inherited from Object.)
Public methodExecute
Execute the query and return operation result as new PivotData instance.
Public methodExecute(Boolean)
Execute the query and return operation result as new PivotData instance.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodMeasure(Int32)
Define measure aggregator at specified index to select in result of this query.
Public methodMeasure(IAggregatorFactory, FuncIAggregator, IAggregator)
Define new measure aggregator calculated from existing cube measure(s).
Public methodMeasure(IAggregatorFactory, FuncKeyValuePairObject, IAggregator, IAggregator)
Define new measure aggregator calculated from existing cube measure(s).
Public methodMeasure(String, FuncIAggregator, Object, Int32)
Define formula measure.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodWhere(FuncKeyValuePairObject, IAggregator, Boolean)
Filters data points based on a predicate.
Public methodWhere(String, FuncObject, Boolean)
Filters dimension keys based on a predicate.
Public methodWhere(String, Object)
Filters dimension keys by explicit list of values.
Top
See Also

Reference