SNAP Library 6.0, User Reference
2020-12-09 16:24:20
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 |