Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dropbox/godropbox
/ intervalExpression
Struct
intervalExpression
database/sqlbuilder/expression.go:319–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
}
318
319
type
intervalExpression
struct
{
320
isExpression
321
duration time.Duration
322
negative bool
323
}
324
325
var
intervalSep =
":"
326
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected