We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f32a5 commit b2af8c9Copy full SHA for b2af8c9
1 file changed
cpp/src/arrow/compute/light_array_internal.h
@@ -34,6 +34,12 @@
34
namespace arrow {
35
namespace compute {
36
37
+
38
+// Forward declaration of KeyColumnArray for convenience of creating a type alias
39
+class KeyColumnArray;
40
+using KeyColumnVector = std::vector<KeyColumnArray>;
41
42
43
/// \brief Context needed by various execution engine operations
44
///
45
/// In the execution engine this context is provided by either the node or the
0 commit comments