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

Function ConversionOptions

cpp/src/arrow/engine/substrait/options.h:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103/// plan.
104struct ARROW_ENGINE_EXPORT ConversionOptions {
105 ConversionOptions()
106 : strictness(ConversionStrictness::BEST_EFFORT),
107 named_table_provider(kDefaultNamedTableProvider),
108 named_tap_provider(default_named_tap_provider()),
109 extension_provider(default_extension_provider()),
110 allow_arrow_extensions(false) {}
111
112 /// \brief How strictly the converter should adhere to the structure of the input.
113 ConversionStrictness strictness;

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected