Skip to content

Commit

Permalink
Change type to row
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsaka committed Oct 3, 2024
1 parent 87dd3f2 commit 303162e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/functions/prestosql/types/IPPrefixType.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ FOLLY_ALWAYS_INLINE std::shared_ptr<const IPPrefixType> IPPREFIX() {
}

struct IPPrefixT {
using type = Varbinary;
using type = Row<int128_t, int8_t>;
static constexpr const char* typeName = "ipprefix";
};

Expand Down

0 comments on commit 303162e

Please sign in to comment.