MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / cast

Method cast

src/binder/expression/expression.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11Expression::~Expression() = default;
12
13void Expression::cast(const LogicalType&) {
14 // LCOV_EXCL_START
15 throw BinderException(
16 std::format("Data type of expression {} should not be modified.", toString()));
17 // LCOV_EXCL_STOP
18}
19
20expression_vector Expression::splitOnAND() {
21 expression_vector result;

Callers 3

bindLambdaExpressionMethod · 0.45
resolveAnyTypeFunction · 0.45

Calls 1

toStringFunction · 0.50

Tested by

no test coverage detected