OmniSciDB
1dac507f6e
|
#include <QueryFeatures.h>
Public Member Functions | |
bool | isArrayExprPresent () const |
int | getArrayExprCount () const |
int | getAndBumpArrayExprCount () |
bool | isPreflightCountRequired () const |
Private Attributes | |
bool | array_expr_presence_ = false |
int | array_expr_count_ = 0 |
Definition at line 11 of file QueryFeatures.h.
|
inline |
Definition at line 15 of file QueryFeatures.h.
References array_expr_count_, and array_expr_presence_.
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 25 of file QueryFeatures.h.
Referenced by getAndBumpArrayExprCount(), and getArrayExprCount().
|
private |
Definition at line 24 of file QueryFeatures.h.
Referenced by getAndBumpArrayExprCount(), isArrayExprPresent(), and isPreflightCountRequired().