Skip to content

Commit 6a26f30

Browse files
author
shuxu.li
committed
feat: static table metadata access support
1 parent 89388f2 commit 6a26f30

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/iceberg/table_scan.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
namespace iceberg {
2323

2424
/// \brief Represents a table scan operation
25-
class ICEBERG_EXPORT TableScan{};
25+
class ICEBERG_EXPORT TableScan {
26+
public:
27+
virtual ~TableScan() = default;
28+
};
2629

2730
} // namespace iceberg

0 commit comments

Comments
 (0)