Skip to content

Commit

Permalink
fix: drop unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Jan 23, 2024
1 parent 797d27a commit 082ad95
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ type clickhouseAccessNativeColumnar struct {

logger *zap.Logger
}
type AggsTuple struct {
Key string
Sum int64
Count int32
}

type tuple []any

// Connects to clickhouse and checks the connection's health, returning a new native client
Expand Down

0 comments on commit 082ad95

Please sign in to comment.