MCPcopy
hub / github.com/uber/aresdb / AddColumn

Method AddColumn

metastore/common/types.go:122–122  ·  view source on GitHub ↗

A subset of newly added columns can be appended to the end of ArchivingSortColumns by adding their index in columns to archivingSortColumns

(table string, column Column, appendToArchivingSortOrder bool)

Source from the content-addressed store, hash-verified

120 // A subset of newly added columns can be appended to the end of
121 // ArchivingSortColumns by adding their index in columns to archivingSortColumns
122 AddColumn(table string, column Column, appendToArchivingSortOrder bool) error
123 // Update column config.
124 UpdateColumn(table string, column string, config ColumnConfig) error
125 DeleteColumn(table string, column string) error

Callers 10

recovery_test.goFile · 0.65
batchstats_test.goFile · 0.65
snapshot_test.goFile · 0.65
ingestion_test.goFile · 0.65
backfill_test.goFile · 0.65
AddColumnMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected