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

Method ProcessBinaryView

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

Source from the content-addressed store, hash-verified

1136 }
1137
1138 Status ProcessBinaryView() {
1139 RETURN_NOT_OK(f_parser_.CheckHasNext());
1140 switch (f_parser_.Next()) {
1141 case 'z':
1142 return ProcessPrimitive(binary_view());
1143 case 'u':
1144 return ProcessPrimitive(utf8_view());
1145 }
1146 return f_parser_.Invalid();
1147 }
1148
1149 Status ProcessTemporal() {
1150 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