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

Method AsHivePartitioningOptions

cpp/src/arrow/dataset/partition.cc:425–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425HivePartitioningOptions HivePartitioningFactoryOptions::AsHivePartitioningOptions()
426 const {
427 HivePartitioningOptions options;
428 options.segment_encoding = segment_encoding;
429 options.null_fallback = null_fallback;
430 return options;
431}
432
433namespace {
434class KeyValuePartitioningFactory : public PartitioningFactory {

Callers 3

InspectMethod · 0.80
FinishMethod · 0.80
EXPECT_OK_AND_ASSIGNFunction · 0.80

Calls

no outgoing calls

Tested by 1

EXPECT_OK_AND_ASSIGNFunction · 0.64