Appearance
struct flake::TableCompareRestriction
Describes a single comparison-based filter on a table column. #include <platform/flake/Table.h>
Public Attributes
| Name | |
|---|---|
| TableCompareOperation | op |
| uint32_t | tag |
| PropValue | v |
Public Attributes Documentation
variable op
cpp
TableCompareOperation flake::TableCompareRestriction::opComparison operator.
variable tag
cpp
uint32_t flake::TableCompareRestriction::tagColumn tag to compare.
variable v
cpp
PropValue flake::TableCompareRestriction::vReference value.