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

Class Key

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

Source from the content-addressed store, hash-verified

174 /// An unconverted equality expression consisting of a field name and the representation
175 /// of a scalar value
176 struct Key {
177 std::string name;
178 std::optional<std::string> value;
179 };
180
181 Result<PartitionedBatches> Partition(
182 const std::shared_ptr<RecordBatch>& batch) const override;

Callers 1

make_compute_optionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected