Added record bact import from/export to struct_array #336
+148
−10
Annotations
10 errors, 10 warnings, and 10 notices
Run C++ analysis:
include/sparrow/layout/layout_utils.hpp#L77
unknown type name 'layout_offset'
|
Run C++ analysis:
include/sparrow/layout/layout_utils.hpp#L79
template argument for template type parameter must be a type
|
Run C++ analysis:
include/sparrow/layout/struct_layout/struct_array.hpp#L311
no member named 'to_table_with_columns' in namespace 'sparrow'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L67
use of undeclared identifier 'buffer'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L68
use of undeclared identifier 'buffer'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L68
expected expression
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L72
use of undeclared identifier 'buffer'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L73
use of undeclared identifier 'buffer'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L73
expected expression
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L74
use of undeclared identifier 'holder_type'
|
Run C++ analysis:
src/array.cpp#L26
std::move of the variable 'array' of the trivially-copyable type 'ArrowArray' has no effect
|
Run C++ analysis:
src/array.cpp#L26
std::move of the variable 'schema' of the trivially-copyable type 'ArrowSchema' has no effect
|
Run C++ analysis:
src/array.cpp#L31
std::move of the variable 'array' of the trivially-copyable type 'ArrowArray' has no effect
|
Run C++ analysis:
src/array.cpp#L88
avoid do-while loops
|
Run C++ analysis:
src/array.cpp#L88
do not call c-style vararg functions
|
Run C++ analysis:
src/array.cpp#L94
avoid do-while loops
|
Run C++ analysis:
src/array.cpp#L94
do not call c-style vararg functions
|
Run C++ analysis:
src/array.cpp#L100
avoid do-while loops
|
Run C++ analysis:
src/array.cpp#L100
do not call c-style vararg functions
|
Run C++ analysis:
src/array.cpp#L106
avoid do-while loops
|
Run C++ analysis:
src/list_value.cpp#L1
File src/list_value.cpp does not conform to Custom style guidelines. (lines 71)
|
Run C++ analysis:
src/struct_value.cpp#L1
File src/struct_value.cpp does not conform to Custom style guidelines. (lines 66)
|
Run C++ analysis:
include/sparrow/layout/array_bitmap_base.hpp#L1
File include/sparrow/layout/array_bitmap_base.hpp does not conform to Custom style guidelines. (lines 189, 190, 191, 192, 206)
|
Run C++ analysis:
include/sparrow/layout/mutable_array_base.hpp#L1
File include/sparrow/layout/mutable_array_base.hpp does not conform to Custom style guidelines. (lines 293, 317)
|
Run C++ analysis:
include/sparrow/layout/union_array.hpp#L1
File include/sparrow/layout/union_array.hpp does not conform to Custom style guidelines. (lines 253)
|
Run C++ analysis:
include/sparrow/layout/variable_size_binary_layout/variable_size_binary_array.hpp#L1
File include/sparrow/layout/variable_size_binary_layout/variable_size_binary_array.hpp does not conform to Custom style guidelines. (lines 382)
|
Run C++ analysis:
include/sparrow/layout/variable_size_binary_layout/variable_size_binary_iterator.hpp#L1
File include/sparrow/layout/variable_size_binary_layout/variable_size_binary_iterator.hpp does not conform to Custom style guidelines. (lines 117)
|
Run C++ analysis:
include/sparrow/layout/struct_layout/struct_value.hpp#L1
File include/sparrow/layout/struct_layout/struct_value.hpp does not conform to Custom style guidelines. (lines 68)
|
Run C++ analysis:
include/sparrow/layout/list_layout/list_array.hpp#L1
File include/sparrow/layout/list_layout/list_array.hpp does not conform to Custom style guidelines. (lines 683)
|
Run C++ analysis:
include/sparrow/layout/list_layout/list_value.hpp#L1
File include/sparrow/layout/list_layout/list_value.hpp does not conform to Custom style guidelines. (lines 63)
|
Loading