Skip to content

Commit 7b4ef2a

Browse files
committed
WIP
1 parent 6b7595b commit 7b4ef2a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

document-store/src/main/java/org/hypertrace/core/documentstore/postgres/model/PostgresColumnMetadata.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ public DataType getCanonicalType() {
2727
return canonicalType;
2828
}
2929

30-
@Override
31-
public String getInternalType() {
32-
return pgType;
33-
}
34-
3530
@Override
3631
public boolean isNullable() {
3732
return nullable;

0 commit comments

Comments
 (0)