MCPcopy Create free account
hub / github.com/ByConity/ByConity / haveExplicitNames

Method haveExplicitNames

src/DataTypes/DataTypeTuple.h:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 std::optional<size_t> tryGetPositionByName(std::string_view name) const;
71
72 bool haveExplicitNames() const { return have_explicit_names; }
73 bool serializeNames() const { return serialize_names; }
74 static std::optional<Exception> checkTupleNames(const Strings & names);
75

Callers 15

flattenNestedMethod · 0.80
makeNullableRecursivelyFunction · 0.80
readColumnFromORCColumnFunction · 0.80
checkTupleTypeFunction · 0.80
buildFieldSerializerMethod · 0.80
flattenFunction · 0.80
recursiveConvertTypeFunction · 0.80
convertFieldToTypeImplFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected