|
32 | 32 | 14: {"dtype": np.dtype("int64"), "scalar_type": "INT64"},
|
33 | 33 | 15: {"dtype": np.dtype("uint64"), "scalar_type": "UINT64"},
|
34 | 34 | 16: {"dtype": None, "scalar_type": "FUNCTION"},
|
35 |
| - 128: {"dtype": np.dtype("<M8[Y]"), "scalar_type": "DATETIME64[Y]"}, |
36 |
| - 129: {"dtype": np.dtype("<M8[M]"), "scalar_type": "DATETIME64[M]"}, |
37 |
| - 130: {"dtype": np.dtype("<M8[W]"), "scalar_type": "DATETIME64[W]"}, |
38 |
| - 131: {"dtype": np.dtype("<M8[D]"), "scalar_type": "DATETIME64[D]"}, |
39 |
| - 132: {"dtype": np.dtype("<M8[h]"), "scalar_type": "DATETIME64[h]"}, |
40 |
| - 133: {"dtype": np.dtype("<M8[m]"), "scalar_type": "DATETIME64[m]"}, |
41 |
| - 134: {"dtype": np.dtype("<M8[s]"), "scalar_type": "DATETIME64[s]"}, |
42 |
| - 135: {"dtype": np.dtype("<M8[ms]"), "scalar_type": "DATETIME64[ms]"}, |
43 |
| - 136: {"dtype": np.dtype("<M8[us]"), "scalar_type": "DATETIME64[us]"}, |
44 |
| - 137: {"dtype": np.dtype("<M8[ns]"), "scalar_type": "DATETIME64[ns]"}, |
45 |
| - 138: {"dtype": np.dtype("<M8[ps]"), "scalar_type": "DATETIME64[ps]"}, |
46 |
| - 139: {"dtype": np.dtype("<M8[fs]"), "scalar_type": "DATETIME64[fs]"}, |
47 |
| - 140: {"dtype": np.dtype("<M8[as]"), "scalar_type": "DATETIME64[as]"}, |
| 35 | + 65536: {"dtype": np.dtype("<M8[Y]"), "scalar_type": "DATETIME64[Y]"}, |
| 36 | + 65537: {"dtype": np.dtype("<M8[M]"), "scalar_type": "DATETIME64[M]"}, |
| 37 | + 65538: {"dtype": np.dtype("<M8[W]"), "scalar_type": "DATETIME64[W]"}, |
| 38 | + 65539: {"dtype": np.dtype("<M8[D]"), "scalar_type": "DATETIME64[D]"}, |
| 39 | + 65540: {"dtype": np.dtype("<M8[h]"), "scalar_type": "DATETIME64[h]"}, |
| 40 | + 65541: {"dtype": np.dtype("<M8[m]"), "scalar_type": "DATETIME64[m]"}, |
| 41 | + 65542: {"dtype": np.dtype("<M8[s]"), "scalar_type": "DATETIME64[s]"}, |
| 42 | + 65543: {"dtype": np.dtype("<M8[ms]"), "scalar_type": "DATETIME64[ms]"}, |
| 43 | + 65544: {"dtype": np.dtype("<M8[us]"), "scalar_type": "DATETIME64[us]"}, |
| 44 | + 65545: {"dtype": np.dtype("<M8[ns]"), "scalar_type": "DATETIME64[ns]"}, |
| 45 | + 65546: {"dtype": np.dtype("<M8[ps]"), "scalar_type": "DATETIME64[ps]"}, |
| 46 | + 65547: {"dtype": np.dtype("<M8[fs]"), "scalar_type": "DATETIME64[fs]"}, |
| 47 | + 65536: {"dtype": np.dtype("<M8[as]"), "scalar_type": "DATETIME64[as]"}, |
48 | 48 | }
|
49 | 49 | serialize_lookup = {
|
50 | 50 | v["dtype"]: {"type_id": k, "scalar_type": v["scalar_type"]}
|
|
0 commit comments