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

Method CastMetaFunction

cpp/src/arrow/compute/cast.cc:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79class CastMetaFunction : public MetaFunction {
80 public:
81 CastMetaFunction() : MetaFunction("cast", Arity::Unary(), cast_doc) {}
82
83 Result<const CastOptions*> ValidateOptions(const FunctionOptions* options) const {
84 auto cast_options = static_cast<const CastOptions*>(options);

Callers

nothing calls this directly

Calls 1

UnaryFunction · 0.85

Tested by

no test coverage detected