Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Zip
Class
Zip
cpp/src/arrow/util/range.h:195–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
/// *don't* extend Zip.
194
template <typename Ranges, typename Indices>
195
struct Zip;
196
197
template <typename... Ranges>
198
Zip(Ranges&&...) -> Zip<std::tuple<Ranges...>, std::index_sequence_for<Ranges...>>;
Callers
15
Write
Method · 0.85
WriteKeyValueMetadata
Method · 0.85
WriteChildren
Method · 0.85
WriteChildren
Method · 0.85
GetFieldsFromArray
Function · 0.85
ARROW_ASSIGN_OR_RAISE
Function · 0.85
BuilderType builder(type_, pool_); ARROW_ASSIGN_OR_RAISE(const auto json_data_arr, GetDataArray(obj_)); int32_t byte_width = type.byte_width(); // Allocate space for parsed values ARROW_ASSIGN_OR_RAISE(auto byte_buffer, AllocateBuffer(byte_width, pool_)); uint8_t* byte_buffer_data = byte_buffer->mutable_data(); for (auto [is_valid, json_val] : Zip(is_valid_, json_data_arr)) { if (!is_valid) { RETURN_NOT_OK(builder.AppendNull()); continue; } DCHECK(json_val.IsString()
Method · 0.85
json_internal.cc
File · 0.85
GetIntArray
Function · 0.85
WriteRecordBatch
Function · 0.85
TEST_F
Function · 0.85
operator()
Method · 0.85
Calls
no outgoing calls
Tested by
4
TEST_F
Function · 0.68
operator()
Method · 0.68
TEST
Function · 0.68
AssertColumnValuesEqual
Function · 0.68