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

Method AsPartitioningOptions

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

Source from the content-addressed store, hash-verified

417}
418
419KeyValuePartitioningOptions PartitioningFactoryOptions::AsPartitioningOptions() const {
420 KeyValuePartitioningOptions options;
421 options.segment_encoding = segment_encoding;
422 return options;
423}
424
425HivePartitioningOptions HivePartitioningFactoryOptions::AsHivePartitioningOptions()
426 const {

Callers 3

FinishMethod · 0.80
FinishMethod · 0.80
EXPECT_OK_AND_ASSIGNFunction · 0.80

Calls

no outgoing calls

Tested by 1

EXPECT_OK_AND_ASSIGNFunction · 0.64