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

Method CheckInputExhausted

cpp/src/arrow/array/data.cc:806–811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

804 }
805
806 Status CheckInputExhausted() {
807 if (!input_exhausted) {
808 return InvalidView("too many buffers for view type");
809 }
810 return Status::OK();
811 }
812
813 Result<std::shared_ptr<ArrayData>> GetDictionaryView(const DataType& out_type) {
814 if (in_data[in_layout_idx]->type->id() != Type::DICTIONARY) {

Callers 1

GetArrayViewFunction · 0.80

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected