MCPcopy Create free account
hub / github.com/brimdata/super / Flags

Struct Flags

cli/runtimeflags/flags.go:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type Flags struct {
41 // these memory limits should be based on a shared resource model
42 aggMemMax auto.Bytes
43 sortMemMax auto.Bytes
44 fuseMemMax auto.Bytes
45 EngineFlags
46}
47
48func (e *EngineFlags) SetFlags(fs *flag.FlagSet) {
49 fs.BoolVar(&e.sam, "sam", false, "execute query in sequential runtime")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected