File tree Expand file tree Collapse file tree 9 files changed +100
-42
lines changed
Expand file tree Collapse file tree 9 files changed +100
-42
lines changed Original file line number Diff line number Diff line change 11// Copyright Materialize, Inc. and contributors. All rights reserved.
22//
3- // Use of this software is governed by the Business Source License
4- // included in the LICENSE file.
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License in the LICENSE file at the
6+ // root of this repository, or online at
57//
6- // As of the Change Date specified in that file, in accordance with
7- // the Business Source License, use of this software will be governed
8- // by the Apache License, Version 2.0.
8+ // http://www.apache.org/licenses/LICENSE-2.0
9+ //
10+ // Unless required by applicable law or agreed to in writing, software
11+ // distributed under the License is distributed on an "AS IS" BASIS,
12+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ // See the License for the specific language governing permissions and
14+ // limitations under the License.
915
1016//! Utilities to activate dataflows based on external triggers.
1117
Original file line number Diff line number Diff line change 11// Copyright Materialize, Inc. and contributors. All rights reserved.
22//
3- // Use of this software is governed by the Business Source License
4- // included in the LICENSE file.
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License in the LICENSE file at the
6+ // root of this repository, or online at
57//
6- // As of the Change Date specified in that file, in accordance with
7- // the Business Source License, use of this software will be governed
8- // by the Apache License, Version 2.0.
8+ // http://www.apache.org/licenses/LICENSE-2.0
9+ //
10+ // Unless required by applicable law or agreed to in writing, software
11+ // distributed under the License is distributed on an "AS IS" BASIS,
12+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ // See the License for the specific language governing permissions and
14+ // limitations under the License.
915
1016//! Types to build async operators with general shapes.
1117
Original file line number Diff line number Diff line change 11// Copyright Materialize, Inc. and contributors. All rights reserved.
22//
3- // Use of this software is governed by the Business Source License
4- // included in the LICENSE file.
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License in the LICENSE file at the
6+ // root of this repository, or online at
57//
6- // As of the Change Date specified in that file, in accordance with
7- // the Business Source License, use of this software will be governed
8- // by the Apache License, Version 2.0.
8+ // http://www.apache.org/licenses/LICENSE-2.0
9+ //
10+ // Unless required by applicable law or agreed to in writing, software
11+ // distributed under the License is distributed on an "AS IS" BASIS,
12+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ // See the License for the specific language governing permissions and
14+ // limitations under the License.
915
1016//! Reusable containers.
1117
Original file line number Diff line number Diff line change 11// Copyright Materialize, Inc. and contributors. All rights reserved.
22//
3- // Use of this software is governed by the Business Source License
4- // included in the LICENSE file.
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License in the LICENSE file at the
6+ // root of this repository, or online at
7+ //
8+ // http://www.apache.org/licenses/LICENSE-2.0
9+ //
10+ // Unless required by applicable law or agreed to in writing, software
11+ // distributed under the License is distributed on an "AS IS" BASIS,
12+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ // See the License for the specific language governing permissions and
14+ // limitations under the License.
515
616//! An array of fixed length, allocated from lgalloc if possible.
717
Original file line number Diff line number Diff line change 11// Copyright Materialize, Inc. and contributors. All rights reserved.
22//
3- // Use of this software is governed by the Business Source License
4- // included in the LICENSE file.
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License in the LICENSE file at the
6+ // root of this repository, or online at
57//
6- // As of the Change Date specified in that file, in accordance with
7- // the Business Source License, use of this software will be governed
8- // by the Apache License, Version 2.0.
8+ // http://www.apache.org/licenses/LICENSE-2.0
9+ //
10+ // Unless required by applicable law or agreed to in writing, software
11+ // distributed under the License is distributed on an "AS IS" BASIS,
12+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ // See the License for the specific language governing permissions and
14+ // limitations under the License.
915
1016//! A chunked columnar container based on the columnation library. It stores the local
1117//! portion in region-allocated data, too, which is different to the `TimelyStack` type.
Original file line number Diff line number Diff line change 11// Copyright Materialize, Inc. and contributors. All rights reserved.
22//
3- // Use of this software is governed by the Business Source License
4- // included in the LICENSE file.
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License in the LICENSE file at the
6+ // root of this repository, or online at
57//
6- // As of the Change Date specified in that file, in accordance with
7- // the Business Source License, use of this software will be governed
8- // by the Apache License, Version 2.0.
8+ // http://www.apache.org/licenses/LICENSE-2.0
9+ //
10+ // Unless required by applicable law or agreed to in writing, software
11+ // distributed under the License is distributed on an "AS IS" BASIS,
12+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ // See the License for the specific language governing permissions and
14+ // limitations under the License.
915
1016//! Traits and types for describing captured timely dataflow streams.
1117//!
Original file line number Diff line number Diff line change 11// Copyright Materialize, Inc. and contributors. All rights reserved.
22//
3- // Use of this software is governed by the Business Source License
4- // included in the LICENSE file.
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License in the LICENSE file at the
6+ // root of this repository, or online at
57//
6- // As of the Change Date specified in that file, in accordance with
7- // the Business Source License, use of this software will be governed
8- // by the Apache License, Version 2.0.
8+ // http://www.apache.org/licenses/LICENSE-2.0
9+ //
10+ // Unless required by applicable law or agreed to in writing, software
11+ // distributed under the License is distributed on an "AS IS" BASIS,
12+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ // See the License for the specific language governing permissions and
14+ // limitations under the License.
915
1016//! Common operator transformations on timely streams and differential collections.
1117
Original file line number Diff line number Diff line change 11// Copyright Materialize, Inc. and contributors. All rights reserved.
22//
3- // Use of this software is governed by the Business Source License
4- // included in the LICENSE file.
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License in the LICENSE file at the
6+ // root of this repository, or online at
57//
6- // As of the Change Date specified in that file, in accordance with
7- // the Business Source License, use of this software will be governed
8- // by the Apache License, Version 2.0.
8+ // http://www.apache.org/licenses/LICENSE-2.0
9+ //
10+ // Unless required by applicable law or agreed to in writing, software
11+ // distributed under the License is distributed on an "AS IS" BASIS,
12+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ // See the License for the specific language governing permissions and
14+ // limitations under the License.
915
1016//! Parallelization contracts, describing requirements for data movement along dataflow edges.
1117
Original file line number Diff line number Diff line change 11// Copyright Materialize, Inc. and contributors. All rights reserved.
22//
3- // Use of this software is governed by the Business Source License
4- // included in the LICENSE file.
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License in the LICENSE file at the
6+ // root of this repository, or online at
57//
6- // As of the Change Date specified in that file, in accordance with
7- // the Business Source License, use of this software will be governed
8- // by the Apache License, Version 2.0.
8+ // http://www.apache.org/licenses/LICENSE-2.0
9+ //
10+ // Unless required by applicable law or agreed to in writing, software
11+ // distributed under the License is distributed on an "AS IS" BASIS,
12+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ // See the License for the specific language governing permissions and
14+ // limitations under the License.
915
1016//! Traits and types for replaying captured timely dataflow streams.
1117//!
You can’t perform that action at this time.
0 commit comments