Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/weaviate/weaviate
/ PropString
Method
PropString
entities/schema/data_types.go:79–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
79
func
(dt DataType) PropString() []string {
80
return
[]string{dt.String()}
81
}
82
83
func
(dt DataType) AsName() string {
84
return
strings.ReplaceAll(dt.String(),
"[]"
,
"Array"
)
Callers
15
testSchema
Function · 0.80
TestConfigValidator
Function · 0.80
traverser_aggregate_test.go
File · 0.80
schemaForFiltersValidation
Function · 0.80
TestSetClassDefaults
Function · 0.80
TestValidateClass
Function · 0.80
TestValidateClass_BlobHashNotMixedWithOtherFields
Function · 0.80
TestSetSinglePropertyDefaults
Function · 0.80
TestSetSinglePropertyDefaults_MixedVectors
Function · 0.80
Test_AddObjectEmptyProperties
Function · 0.80
articleSchemaForTest
Function · 0.80
zooAnimalSchemaForTest
Function · 0.80
Calls
1
String
Method · 0.95
Tested by
15
testSchema
Function · 0.64
TestConfigValidator
Function · 0.64
schemaForFiltersValidation
Function · 0.64
TestSetClassDefaults
Function · 0.64
TestValidateClass
Function · 0.64
TestValidateClass_BlobHashNotMixedWithOtherFields
Function · 0.64
TestSetSinglePropertyDefaults
Function · 0.64
TestSetSinglePropertyDefaults_MixedVectors
Function · 0.64
Test_AddObjectEmptyProperties
Function · 0.64
articleSchemaForTest
Function · 0.64
zooAnimalSchemaForTest
Function · 0.64
Test_BatchDelete_RequestValidation
Function · 0.64