Enum member PRIMITIVE_TYPE_BY_NAME

A mapping from a type's name, e.g. "float" or "int" to the primitive Schema Type.

enum PRIMITIVE_TYPE_BY_NAME = ["null":Type.NULL, "boolean":Type.BOOLEAN, "int":Type.INT, "long":Type.LONG, "float":Type.FLOAT, "double":Type.DOUBLE, "bytes":Type.BYTES, "string":Type.STRING];

Primitive type names may not be defined in any namespace.