MCPcopy
hub / github.com/uptrace/uptrace / baseQuery

Struct baseQuery

pkg/clickhouse/ch/query_base.go:18–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 QueryBlocks(ctx context.Context, query string, args ...any) (*BlockIter, error)
17}
18type baseQuery struct {
19 db *DB
20 conn IConn
21 tableModel TableModel
22 table *chschema.Table
23 err error
24 with []withQuery
25 modelTableName chschema.QueryWithArgs
26 tables []chschema.QueryWithArgs
27 columns []chschema.QueryWithArgs
28 settings []chschema.QueryWithArgs
29 flags internal.Flag
30}
31type withQuery struct {
32 name string
33 query chschema.QueryAppender

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected