MCPcopy Create free account
hub / github.com/featureform/featureform / isTable

Method isTable

metadata/client.go:1828–1830  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1826}
1827
1828func (variant *LabelVariant) isTable() bool {
1829 return reflect.TypeOf(variant.serialized.GetLocation()) == reflect.TypeOf(&pb.LabelVariant_Columns{})
1830}
1831
1832func (variant *LabelVariant) LocationColumns() interface{} {
1833 src := variant.serialized.GetColumns()

Callers 2

TestMethod · 0.45
TestMethod · 0.45

Calls 1

GetLocationMethod · 0.45

Tested by 2

TestMethod · 0.36
TestMethod · 0.36