SNAP Library 3.0, User Reference
2016-07-20 17:56:49
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 285 of file table.h.
|
inline |
|
inline |
|
inline |
|
inline |