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

Function null_fallback

cpp/src/arrow/dataset/partition.h:292–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290
291 std::string type_name() const override { return "hive"; }
292 std::string null_fallback() const { return hive_options_.null_fallback; }
293 const HivePartitioningOptions& options() const { return hive_options_; }
294
295 static Result<std::optional<Key>> ParseKey(const std::string& segment,

Callers 1

EqualsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected