OmniSciDB
a5dc49c757
|
#include <ExpressionRewrite.h>
Static Public Member Functions | |
static BoundingBoxIntersectJoinTranslationResult | createEmptyResult () |
Public Attributes | |
bool | swap_arguments {false} |
std::optional < BoundingBoxIntersectJoinConjunction > | converted_bbox_intersect_join_info |
Definition at line 57 of file ExpressionRewrite.h.
|
inlinestatic |
Definition at line 62 of file ExpressionRewrite.h.
Referenced by translate_bounding_box_intersect_with_reordering().
std::optional<BoundingBoxIntersectJoinConjunction> BoundingBoxIntersectJoinTranslationResult::converted_bbox_intersect_join_info |
Definition at line 59 of file ExpressionRewrite.h.
Referenced by convert_bbox_intersect_join(), and translate_bounding_box_intersect_with_reordering().
bool BoundingBoxIntersectJoinTranslationResult::swap_arguments {false} |
Definition at line 58 of file ExpressionRewrite.h.
Referenced by convert_bbox_intersect_join(), and translate_bounding_box_intersect_with_reordering().