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

Function IsArrayType

memstore/common/data_type.go:187–189  ·  view source on GitHub ↗

IsArrayType determins where a data type is Array

(dataType DataType)

Source from the content-addressed store, hash-verified

185
186// IsArrayType determins where a data type is Array
187func IsArrayType(dataType DataType) bool {
188 return (dataType & 0x01000000) > 0
189}
190
191// GetElementDataType retrieve item data type for Array DataType
192func GetElementDataType(dataType DataType) DataType {

Callers 12

NewLiveVectorPartyFunction · 0.92
allocateMethod · 0.92
RequestVectorPartyMethod · 0.92
CompareMethod · 0.85
ValueFromStringFunction · 0.85
ReadValueMethod · 0.85
readUpsertBatchFunction · 0.85
ConvertValueForTypeFunction · 0.85
CalculateBufferSizeMethod · 0.85
AppendToBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected