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

Function default_options

cpp/src/arrow/compute/function.h:228–228  ·  view source on GitHub ↗

\brief Returns the default options for this function. Whatever option semantics a Function has, implementations must guarantee that default_options() is valid to pass to Execute as options.

Source from the content-addressed store, hash-verified

226 /// Whatever option semantics a Function has, implementations must guarantee
227 /// that default_options() is valid to pass to Execute as options.
228 const FunctionOptions* default_options() const { return default_options_; }
229
230 virtual Status Validate() const;
231

Callers 1

ExecuteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected