Add mutability binary view #3752
Annotations
10 errors, 10 warnings, and 1 notice
|
Run C++ analysis:
include/sparrow/timestamp_array.hpp#L17
'sparrow/arrow_interface/arrow_array.hpp' file not found
|
|
Run C++ analysis:
include/sparrow/dictionary_encoded_array.hpp#L19
'sparrow/array_api.hpp' file not found
|
|
Run C++ analysis:
include/sparrow/run_end_encoded_array.hpp#L17
'sparrow/array_api.hpp' file not found
|
|
Run C++ analysis:
include/sparrow/array_api.hpp#L17
'sparrow/c_interface.hpp' file not found
|
|
Run C++ analysis:
include/sparrow/date_array.hpp#L17
'sparrow/layout/date_types.hpp' file not found
|
|
Run C++ analysis:
include/sparrow/decimal_array.hpp#L19
'sparrow/arrow_interface/arrow_array.hpp' file not found
|
|
Run C++ analysis:
include/sparrow/primitive_array.hpp#L19
'sparrow/layout/primitive_array_impl.hpp' file not found
|
|
Run C++ analysis:
include/sparrow/u8_buffer.hpp#L20
'sparrow/buffer/allocator.hpp' file not found
|
|
Run C++ analysis:
include/sparrow/time_array.hpp#L17
'sparrow/layout/primitive_array_impl.hpp' file not found
|
|
Run C++ analysis:
include/sparrow/timestamp_without_timezone_array.hpp#L17
'sparrow/layout/primitive_array_impl.hpp' file not found
|
|
Run C++ analysis:
include/sparrow/run_end_encoded_array.hpp#L199
member variable 'const_reverse_iterator' has public visibility
|
|
Run C++ analysis:
include/sparrow/run_end_encoded_array.hpp#L185
member variable 'reverse_iterator' has public visibility
|
|
Run C++ analysis:
include/sparrow/run_end_encoded_array.hpp#L157
member variable 'const_iterator' has public visibility
|
|
Run C++ analysis:
include/sparrow/run_end_encoded_array.hpp#L142
member variable 'iterator' has public visibility
|
|
Run C++ analysis:
include/sparrow/run_end_encoded_array.hpp#L57
class 'run_end_encoded_array' defines a move constructor and a move assignment operator but does not define a destructor, a copy constructor or a copy assignment operator
|
|
Run C++ analysis:
include/sparrow/array_api.hpp#L208
member variable 'const_reference' has public visibility
|
|
Run C++ analysis:
include/sparrow/array_api.hpp#L189
member variable 'size_type' has public visibility
|
|
Run C++ analysis:
include/sparrow/array_api.hpp#L40
class 'array' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor
|
|
Run C++ analysis:
include/sparrow/array_api.hpp#L40
constructor does not initialize these fields: size_type, const_reference, arrow_proxy
|
|
Run C++ analysis:
include/sparrow/u8_buffer.hpp#L218
use '= default' to define a trivial copy constructor
|
|
Run C++ analysis:
include/sparrow/buffer/buffer.hpp#L0
File include/sparrow/buffer/buffer.hpp does not conform to Custom style guidelines. (lines 223)
|
Loading