MCPcopy
hub / github.com/uptrace/uptrace / structTableModel

Struct structTableModel

pkg/clickhouse/ch/model_table_struct.go:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type structTableModel struct {
11 db *DB
12 table *chschema.Table
13 strct reflect.Value
14 columnar bool
15}
16
17func newStructTableModel(db *DB, table *chschema.Table) *structTableModel {
18 return &structTableModel{db: db, table: table}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected