Skip to content

Commit b2af8c9

Browse files
committed
added KeyColumnArray alias
1 parent a1f32a5 commit b2af8c9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

cpp/src/arrow/compute/light_array_internal.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
namespace arrow {
3535
namespace compute {
3636

37+
38+
// Forward declaration of KeyColumnArray for convenience of creating a type alias
39+
class KeyColumnArray;
40+
using KeyColumnVector = std::vector<KeyColumnArray>;
41+
42+
3743
/// \brief Context needed by various execution engine operations
3844
///
3945
/// In the execution engine this context is provided by either the node or the

0 commit comments

Comments
 (0)