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

Method SetMaxCardinality

cpp/src/arrow/csv/converter.cc:638–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636 }
637
638 void SetMaxCardinality(int32_t max_length) override { max_cardinality_ = max_length; }
639
640 protected:
641 Status Initialize() override {

Callers 2

MakeConverterMethod · 0.80
DictConversionFunction · 0.80

Calls

no outgoing calls

Tested by 1

DictConversionFunction · 0.64