We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6c554 commit 4ff9280Copy full SHA for 4ff9280
src/iceberg/type_fwd.h
@@ -123,6 +123,9 @@ class Uuid;
123
class Expression;
124
class Literal;
125
126
+class BoundPredicate;
127
+class UnboundPredicate;
128
+
129
class DataTableScan;
130
class FileScanTask;
131
class ScanTask;
@@ -161,9 +164,6 @@ class PendingUpdate;
161
164
template <typename T>
162
165
class PendingUpdateTyped;
163
166
-class BoundPredicate;
-class UnboundPredicate;
-
167
/// ----------------------------------------------------------------------------
168
/// TODO: Forward declarations below are not added yet.
169
0 commit comments