#include "sql/expr/tuple.h" RC FieldExpr::get_value(const Tuple &tuple, TupleCell &cell) const { return tuple.find_cell(field_, cell); } RC ValueExpr::get_value(const Tuple &tuple, TupleCell & cell) const { cell = tuple_cell; }