Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Jun 26, 2023
1 parent 5845eec commit aee8b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/adbc/adbc.go
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ type ConnectionGetStatistics interface {
// 2. A dictionary-encoded statistic name (although we do not use the Arrow
// dictionary type). Values in [0, 1024) are reserved for ADBC. Other
// values are for implementation-specific statistics. For the definitions
// of predefined statistic types, see \ref adbc-table-statistics. To get
// of predefined statistic types, see the Statistic constants. To get
// driver-specific statistic names, use AdbcConnectionGetStatisticNames.
// 3. If true, then the value is approximate or best-effort.
//
Expand Down

0 comments on commit aee8b96

Please sign in to comment.