OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
anonymous_namespace{Execute.cpp}::GetTargetInfo Struct Reference

Public Member Functions

TargetInfo operator() (Analyzer::Expr const *const target_expr) const
 

Detailed Description

Definition at line 1530 of file Execute.cpp.

Member Function Documentation

TargetInfo anonymous_namespace{Execute.cpp}::GetTargetInfo::operator() ( Analyzer::Expr const *const  target_expr) const
inline

Definition at line 1531 of file Execute.cpp.

References g_bigint_count, and get_target_info().

1531  {
1532  return get_target_info(target_expr, g_bigint_count);
1533  }
TargetInfo get_target_info(const Analyzer::Expr *target_expr, const bool bigint_count)
Definition: TargetInfo.h:92
bool g_bigint_count

+ Here is the call graph for this function:


The documentation for this struct was generated from the following file: