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

Method is_signed

cpp/src/arrow/type.h:577–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575template <typename DERIVED, Type::type TYPE_ID, typename C_TYPE>
576class IntegerTypeImpl : public detail::CTypeImpl<DERIVED, IntegerType, TYPE_ID, C_TYPE> {
577 bool is_signed() const override { return std::is_signed<C_TYPE>::value; }
578};
579
580} // namespace detail

Callers 7

WriteTypeMetadataMethod · 0.45
TESTFunction · 0.45
IntFromFlatbufferFunction · 0.45
GetDictionaryEncodingFunction · 0.45
MakeSparseTensorIndexCOOFunction · 0.45
MakeSparseMatrixIndexCSXFunction · 0.45
MakeSparseTensorIndexCSFFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36