MCPcopy Create free account
hub / github.com/bytedance/bolt / compareSwitch

Function compareSwitch

bolt/exec/ContainerRowSerde.cpp:886–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

884}
885
886std::optional<int32_t> compareSwitch(
887 ByteInputStream& stream,
888 const BaseVector& vector,
889 vector_size_t index,
890 CompareFlags flags) {
891 return BOLT_DYNAMIC_TYPE_DISPATCH(
892 compare, vector.typeKind(), stream, vector, index, flags);
893}
894
895// Returns a view over a serialized string with the string as a
896// contiguous array of bytes. This may use 'storage' for a temporary

Callers 3

ROW>Method · 0.70
compareMethod · 0.70
compareWithNullsMethod · 0.70

Calls 2

typeKindMethod · 0.45
kindMethod · 0.45

Tested by

no test coverage detected