Kùzu C++ API
Loading...
Searching...
No Matches
kuzu::parser::ParsedLiteralExpression Member List

This is the complete list of members for kuzu::parser::ParsedLiteralExpression, including all inherited members.

aliaskuzu::parser::ParsedExpressionprotected
cast()kuzu::parser::ParsedExpressioninline
childrenkuzu::parser::ParsedExpressionprotected
constCast() constkuzu::parser::ParsedExpressioninline
constPtrCast() constkuzu::parser::ParsedExpressioninline
copy() const overridekuzu::parser::ParsedLiteralExpressioninlinevirtual
DELETE_COPY_DEFAULT_MOVE(ParsedExpression)kuzu::parser::ParsedExpression
deserialize(common::Deserializer &deserializer)kuzu::parser::ParsedLiteralExpressioninlinestatic
getAlias() constkuzu::parser::ParsedExpressioninline
getChild(uint32_t idx) constkuzu::parser::ParsedExpressioninline
getExpressionType() constkuzu::parser::ParsedExpressioninline
getNumChildren() constkuzu::parser::ParsedExpressioninline
getRawName() constkuzu::parser::ParsedExpressioninline
getValue() constkuzu::parser::ParsedLiteralExpressioninline
getValueUnsafe()kuzu::parser::ParsedLiteralExpressioninline
hasAlias() constkuzu::parser::ParsedExpressioninline
ParsedExpression(common::ExpressionType type, std::unique_ptr< ParsedExpression > child, std::string rawName)kuzu::parser::ParsedExpression
ParsedExpression(common::ExpressionType type, std::unique_ptr< ParsedExpression > left, std::unique_ptr< ParsedExpression > right, std::string rawName)kuzu::parser::ParsedExpression
ParsedExpression(common::ExpressionType type, std::string rawName)kuzu::parser::ParsedExpressioninline
ParsedExpression(common::ExpressionType type)kuzu::parser::ParsedExpressioninlineexplicit
ParsedExpression(common::ExpressionType type, std::string alias, std::string rawName, parsed_expr_vector children)kuzu::parser::ParsedExpressioninline
ParsedLiteralExpression(common::Value value, std::string raw)kuzu::parser::ParsedLiteralExpressioninline
ParsedLiteralExpression(std::string alias, std::string rawName, parsed_expr_vector children, common::Value value)kuzu::parser::ParsedLiteralExpressioninline
ParsedLiteralExpression(common::Value value)kuzu::parser::ParsedLiteralExpressioninlineexplicit
rawNamekuzu::parser::ParsedExpressionprotected
serialize(common::Serializer &serializer) constkuzu::parser::ParsedExpression
setAlias(std::string name)kuzu::parser::ParsedExpressioninline
toString() constkuzu::parser::ParsedExpressioninline
typekuzu::parser::ParsedExpressionprotected
~ParsedExpression()=defaultkuzu::parser::ParsedExpressionvirtual