A GroupBy defines a single dimension of record grouping for a containing Statement operation.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public class GroupBy : IQueryNode
Visual Basic
Public Class GroupBy _
	Implements IQueryNode
Visual C++
public ref class GroupBy : IQueryNode

Remarks

Basically, a GroupBy represents an Endeca property or dimension by which records will be grouped. Input records for the containing Statement operation are grouped together by common assignment from the GroupBy property or dimension. GroupBy instances are encapsulated in a GroupByList, which in turn is set in the Statement object.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation.Analytics..::..GroupBy

See Also