Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit b630284

Browse files
github-actions[bot]skyzh
authored andcommitted
docs: update license and add license header
Signed-off-by: Alex Chi <[email protected]>
1 parent 9ff5a60 commit b630284

File tree

115 files changed

+571
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+571
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 CMU Database Group
3+
Copyright (c) 2023-2024 CMU Database Group
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

datafusion-optd-cli/src/command.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright (c) 2023-2024 CMU Database Group
2+
//
3+
// Use of this source code is governed by an MIT-style license that can be found in the LICENSE file or at
4+
// https://opensource.org/licenses/MIT.
5+
16
// Licensed to the Apache Software Foundation (ASF) under one
27
// or more contributor license agreements. See the NOTICE file
38
// distributed with this work for additional information

datafusion-optd-cli/src/exec.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright (c) 2023-2024 CMU Database Group
2+
//
3+
// Use of this source code is governed by an MIT-style license that can be found in the LICENSE file or at
4+
// https://opensource.org/licenses/MIT.
5+
16
// Licensed to the Apache Software Foundation (ASF) under one
27
// or more contributor license agreements. See the NOTICE file
38
// distributed with this work for additional information

datafusion-optd-cli/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright (c) 2023-2024 CMU Database Group
2+
//
3+
// Use of this source code is governed by an MIT-style license that can be found in the LICENSE file or at
4+
// https://opensource.org/licenses/MIT.
5+
16
// Licensed to the Apache Software Foundation (ASF) under one
27
// or more contributor license agreements. See the NOTICE file
38
// distributed with this work for additional information

datafusion-optd-cli/src/main.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright (c) 2023-2024 CMU Database Group
2+
//
3+
// Use of this source code is governed by an MIT-style license that can be found in the LICENSE file or at
4+
// https://opensource.org/licenses/MIT.
5+
16
// Licensed to the Apache Software Foundation (ASF) under one
27
// or more contributor license agreements. See the NOTICE file
38
// distributed with this work for additional information

optd-adaptive-demo/src/bin/optd-adaptive-three-join.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright (c) 2023-2024 CMU Database Group
2+
//
3+
// Use of this source code is governed by an MIT-style license that can be found in the LICENSE file or at
4+
// https://opensource.org/licenses/MIT.
5+
16
use std::sync::Arc;
27

38
use console::Style;

optd-adaptive-demo/src/bin/optd-adaptive-tpch-q8.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright (c) 2023-2024 CMU Database Group
2+
//
3+
// Use of this source code is governed by an MIT-style license that can be found in the LICENSE file or at
4+
// https://opensource.org/licenses/MIT.
5+
16
use std::sync::Arc;
27
use std::time::Duration;
38

optd-core/src/cascades.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright (c) 2023-2024 CMU Database Group
2+
//
3+
// Use of this source code is governed by an MIT-style license that can be found in the LICENSE file or at
4+
// https://opensource.org/licenses/MIT.
5+
16
//! The core cascades optimizer implementation.
27
38
mod memo;

optd-core/src/cascades/memo.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright (c) 2023-2024 CMU Database Group
2+
//
3+
// Use of this source code is governed by an MIT-style license that can be found in the LICENSE file or at
4+
// https://opensource.org/licenses/MIT.
5+
16
use std::any::Any;
27
use std::collections::hash_map::Entry;
38
use std::collections::{HashMap, HashSet};

optd-core/src/cascades/optimizer.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright (c) 2023-2024 CMU Database Group
2+
//
3+
// Use of this source code is governed by an MIT-style license that can be found in the LICENSE file or at
4+
// https://opensource.org/licenses/MIT.
5+
16
use std::collections::{BTreeSet, HashMap, HashSet, VecDeque};
27
use std::fmt::Display;
38
use std::sync::Arc;

0 commit comments

Comments
 (0)