|
SNAP Library 4.1, User Reference
2018-07-26 16:30:42
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
A class representing a cached grouping statement identifier. More...
#include <table.h>
Public Member Functions | |
| GroupStmt () | |
| GroupStmt (const TStrV &Attrs) | |
| GroupStmt (const TStrV &Attrs, TBool ordered, TBool physical) | |
| GroupStmt (const GroupStmt &stmt) | |
| TBool | UsePhysicalIds () |
| TBool | operator== (const GroupStmt &stmt) const |
| TBool | IsValid () |
| void | Invalidate () |
| TBool | IncludesAttr (const TStr &Attr) |
| TSize | GetMemUsed () const |
| int | GetPrimHashCd () const |
| int | GetSecHashCd () const |
| void | Print () |
Protected Attributes | |
| TStrV | GroupByAttrs |
| TBool | Ordered |
| TBool | UsePhysicalRowIds |
| TBool | Valid |
A class representing a cached grouping statement identifier.
|
inline |
Definition at line 276 of file table.h.
|
inline |
|
inline |
|
inline |
|
inline |