Skip to content

Commit

Permalink
Fixed ColumnDescription.type type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolanrensen committed Nov 7, 2024
1 parent 2ef56b4 commit ac3eb9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import kotlin.reflect.KType
public interface ColumnDescription {
public val name: String
public val path: ColumnPath
public val type: KType
public val type: String
public val count: Int
public val unique: Int
public val nulls: Int
Expand Down

0 comments on commit ac3eb9a

Please sign in to comment.