MCPcopy Create free account
hub / github.com/apache/impala / type

Method type

be/src/gutil/cpu.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 int model() const { return model_; }
36 int family() const { return family_; }
37 int type() const { return type_; }
38 int extended_model() const { return ext_model_; }
39 int extended_family() const { return ext_family_; }
40 bool has_mmx() const { return has_mmx_; }

Calls

no outgoing calls

Tested by

no test coverage detected