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

Method ProcessBinaryView

cpp/src/arrow/c/bridge.cc:1143–1152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1141 }
1142
1143 Status ProcessBinaryView() {
1144 RETURN_NOT_OK(f_parser_.CheckHasNext());
1145 switch (f_parser_.Next()) {
1146 case 'z':
1147 return ProcessPrimitive(binary_view());
1148 case 'u':
1149 return ProcessPrimitive(utf8_view());
1150 }
1151 return f_parser_.Invalid();
1152 }
1153
1154 Status ProcessTemporal() {
1155 RETURN_NOT_OK(f_parser_.CheckHasNext());

Callers

nothing calls this directly

Calls 3

CheckHasNextMethod · 0.80
InvalidMethod · 0.80
NextMethod · 0.45

Tested by

no test coverage detected