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

Function MakeProperties

cpp/src/arrow/util/reflection_internal.h:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113template <typename... Properties>
114PropertyTuple<Properties...> MakeProperties(Properties... props) {
115 return {std::make_tuple(props...)};
116}
117
118template <typename Enum>
119struct EnumTraits {};

Callers 3

extension_types.ccFile · 0.85
reflection_test.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected