|
Kuzu C++ API
|
#include <functional>#include <memory>#include <unordered_map>#include <unordered_set>#include <vector>#include "assert.h"#include "cast.h"#include "copy_constructors.h"#include "expression_type.h"#include "types.h"Go to the source code of this file.
Classes | |
| class | kuzu::binder::Expression |
| struct | kuzu::binder::ExpressionHasher |
| struct | kuzu::binder::ExpressionEquality |
Namespaces | |
| namespace | kuzu |
| namespace | kuzu::binder |
Typedefs | |
| using | kuzu::binder::expression_vector = std::vector<std::shared_ptr<Expression>> |
| using | kuzu::binder::expression_pair = std::pair<std::shared_ptr<Expression>, std::shared_ptr<Expression>> |
| using | kuzu::binder::expression_set |
| template<typename T> | |
| using | kuzu::binder::expression_map |