MCPcopy Create free account
hub / github.com/AdRoll/baker / SQLite

Struct SQLite

output/sqlite.go:75–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75type SQLite struct {
76 cfg *SQLiteRawWriterConfig
77 pathString string
78 fieldNames []string
79 nEvents int64
80 isRaw bool // are we a raw sqlite writer?
81 tx *sql.Tx // main transaction
82 conn *sql.DB
83}
84
85func renderSQLitePathString(pathString string, shardID int, field string) (string, error) {
86 // This function substitutes {{ShardId}} and {{Field}} in PathString.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected