taco-db  0.1.0
Namespaces | Functions | Variables
optypes.cpp File Reference
#include "expr/optypes.h"
#include <absl/container/flat_hash_map.h>

Namespaces

 taco
 

Functions

void taco::InitOpTypes ()
 
absl::string_view taco::GetOpTypeSymbol (OpType optype)
 
OpType taco::ParseOpTypesSymbol (absl::string_view str)
 
bool taco::OpTypeIsUnary (OpType optype)
 
bool taco::OpTypeIsBinary (OpType optype)
 

Variables

static const char * taco::s_optype_symbols []
 
static FieldId taco::s_num_operands []
 
static absl::flat_hash_map< std::string, OpType > taco::s_optype_lookup_table