Skip to content

Commit

Permalink
Fix example url.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omega359 committed Jan 24, 2024
1 parent 0ec7858 commit 085b163
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/user-guide/sql/scalar_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ to_timestamp(expression[, ..., format_n])
```
Additional examples can be found [here]

[here]: https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/dataframe_to_timestamp.rs
[here]: https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs

### `to_timestamp_millis`

Expand Down Expand Up @@ -1583,7 +1583,7 @@ to_timestamp_millis(expression[, ..., format_n])
```
Additional examples can be found [here]

[here]: https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/dataframe_to_timestamp.rs
[here]: https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs

### `to_timestamp_micros`

Expand Down Expand Up @@ -1622,7 +1622,7 @@ to_timestamp_micros(expression[, ..., format_n])
```
Additional examples can be found [here]

[here]: https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/dataframe_to_timestamp.rs
[here]: https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs

### `to_timestamp_nanos`

Expand Down Expand Up @@ -1661,7 +1661,7 @@ to_timestamp_nanos(expression[, ..., format_n])
```
Additional examples can be found [here]

[here]: https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/dataframe_to_timestamp.rs
[here]: https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs

### `to_timestamp_seconds`

Expand Down Expand Up @@ -1700,7 +1700,7 @@ to_timestamp_seconds(expression[, ..., format_n])
```
Additional examples can be found [here]

[here]: https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/dataframe_to_timestamp.rs
[here]: https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs

### `from_unixtime`

Expand Down

0 comments on commit 085b163

Please sign in to comment.