MCPcopy Create free account
hub / github.com/actiontech/dtle / NewTable

Function NewTable

driver/common/tabletypes.go:122–128  ·  view source on GitHub ↗
(schemaName string, tableName string)

Source from the content-addressed store, hash-verified

120}
121
122func NewTable(schemaName string, tableName string) *Table {
123 return &Table{
124 TableSchema: schemaName,
125 TableName: tableName,
126 Where: "true",
127 }
128}
129
130type TableContext struct {
131 Table *Table

Callers 2

updateTableMetaMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected