MCPcopy Create free account
hub / github.com/apache/arrow / cast

Function cast

cpp/src/arrow/compute/expression_test.cc:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68});
69
70Expression cast(Expression argument, std::shared_ptr<DataType> to_type) {
71 return call("cast", {std::move(argument)},
72 compute::CastOptions::Safe(std::move(to_type)));
73}
74
75Expression true_unless_null(Expression argument) {
76 return call("true_unless_null", {std::move(argument)});

Callers 2

TESTFunction · 0.70
EqualsMethod · 0.50

Calls 2

SafeFunction · 0.85
callFunction · 0.70

Tested by

no test coverage detected