Update copyright headers (#5358)
GitOrigin-RevId: ef34570ab06315a4c82e978cfde5e4b9b0461408
This commit is contained in:
parent
d7d9aabfdf
commit
2c3d8034a0
|
@ -11,7 +11,7 @@ Licensed Work:
|
|||
as their license file, and are made available by the Licensor at
|
||||
pathway.com, github.com/pathwaycom/, and by way of other distribution
|
||||
channels.
|
||||
The Licensed Work is © 2023 NavAlgo SAS
|
||||
The Licensed Work is © 2024 NavAlgo SAS
|
||||
|
||||
Additional Use Grant:
|
||||
The Licensor grants you (the licensee) additional rights to the Licensed
|
||||
|
|
2
build.rs
2
build.rs
|
@ -1,3 +1,5 @@
|
|||
// Copyright © 2024 Pathway
|
||||
|
||||
fn main() {
|
||||
println!("cargo:rerun-if-changed=build.rs");
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
import json
|
||||
import os
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
import json
|
||||
import pathlib
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from collections.abc import Iterable
|
||||
from uuid import uuid4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
import json
|
||||
import os
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Copyright © 2024 Pathway
|
||||
|
||||
import os
|
||||
import pathlib
|
||||
import threading
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
# Copyright © 2024 Pathway
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
import json
|
||||
import os
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
import argparse
|
||||
import os
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
import argparse
|
||||
import pathlib
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Copyright © 2024 Pathway
|
||||
|
||||
import pathlib
|
||||
|
||||
import pytest
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from pathway.cli import main
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Copyright © 2024 Pathway
|
||||
|
||||
"""Pathway demo module
|
||||
|
||||
Typical use:
|
||||
|
@ -8,7 +10,6 @@ Typical use:
|
|||
>>> pw.demo.replay_csv("./input_stream.csv", schema=InputSchema)
|
||||
<pathway.Table schema={'name': <class 'str'>, 'age': <class 'int'>}>
|
||||
"""
|
||||
# Copyright © 2023 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
"""Variant of API with immediate evaluation in Python."""
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
|
||||
from __future__ import annotations
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from abc import ABC, abstractmethod
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Copyright © 2024 Pathway
|
||||
|
||||
import pickle
|
||||
from abc import ABC, abstractmethod
|
||||
from collections import Counter
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
import pandas as pd
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
|
||||
class DeprecationMetaclass(type):
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
import os
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from pathway.internals.expressions.date_time import DateTimeNamespace
|
||||
from pathway.internals.expressions.numerical import NumericalNamespace
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
|
||||
from warnings import warn
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
import math
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from collections.abc import Iterable
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
"""Operator evaluation strategy.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
|
||||
from __future__ import annotations
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
|
||||
from __future__ import annotations
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
|
||||
from __future__ import annotations
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
import contextlib
|
||||
import logging
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Copyright © 2024 Pathway
|
||||
|
||||
from collections.abc import Callable, Mapping
|
||||
from typing import Any
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
"""Auxiliary representation of RowTransformer attributes.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
|
||||
from pathway.internals import parse_graph
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
"""Runtime type-checking"""
|
||||
import functools
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
|
||||
from __future__ import annotations
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any, Protocol
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
import itertools
|
||||
from collections import defaultdict
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from datetime import datetime, timedelta
|
||||
from typing import Any
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
__version__ = "UNKNOWN"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from pathway.io import (
|
||||
csv,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
import dataclasses
|
||||
import warnings
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2023 Pathway
|
||||
# Copyright © 2024 Pathway
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue