MCPcopy Index your code
hub / github.com/dropbox/godropbox / joinTable

Struct joinTable

database/sqlbuilder/table.go:202–207  ·  view source on GitHub ↗

Join expressions are pseudo readable tables.

Source from the content-addressed store, hash-verified

200
201// Join expressions are pseudo readable tables.
202type joinTable struct {
203 lhs ReadableTable
204 rhs ReadableTable
205 join_type joinType
206 onCondition BoolExpression
207}
208
209func newJoinTable(
210 lhs ReadableTable,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected