File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ set(ICEBERG_SOURCES
2222 catalog/in_memory_catalog.cc
2323 demo.cc
2424 expression/expression.cc
25+ expression/literal.cc
2526 file_reader.cc
2627 json_internal.cc
27- literal.cc
2828 manifest_entry.cc
2929 manifest_list.cc
3030 metadata_columns.cc
Original file line number Diff line number Diff line change 1717 * under the License.
1818 */
1919
20- #include " iceberg/literal.h"
20+ #include " iceberg/expression/ literal.h"
2121
2222#include < cmath>
2323#include < concepts>
@@ -320,4 +320,5 @@ bool PrimitiveLiteral::isBelowMin() const {
320320bool PrimitiveLiteral::isAboveMax () const {
321321 return std::holds_alternative<AboveMax>(value_);
322322}
323+
323324} // namespace iceberg
File renamed without changes.
Original file line number Diff line number Diff line change 1717 * under the License.
1818 */
1919
20- #include " iceberg/literal.h"
20+ #include " iceberg/expression/ literal.h"
2121
2222#include < limits>
2323#include < numbers>
You can’t perform that action at this time.
0 commit comments