MCPcopy
hub / github.com/uber/aresdb / IsGoType

Function IsGoType

memstore/common/data_type.go:526–529  ·  view source on GitHub ↗

IsGoType determines whether a data type is golang type

(dataType DataType)

Source from the content-addressed store, hash-verified

524
525// IsGoType determines whether a data type is golang type
526func IsGoType(dataType DataType) bool {
527 // for now we only have GeoShape
528 return dataType == GeoShape
529}
530
531// IsEnumType determines whether a data type is enum type
532func IsEnumType(dataType DataType) bool {

Callers 7

NewLiveVectorPartyFunction · 0.92
writeBatchRecordsMethod · 0.92
GetDataValueMethod · 0.85
readUpsertBatchFunction · 0.85
CalculateBufferSizeMethod · 0.85
AppendToBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected