mirror of https://github.com/apache/druid.git
52 lines
2.2 KiB
HTML
52 lines
2.2 KiB
HTML
<!--
|
|
~ Licensed to the Apache Software Foundation (ASF) under one
|
|
~ or more contributor license agreements. See the NOTICE file
|
|
~ distributed with this work for additional information
|
|
~ regarding copyright ownership. The ASF licenses this file
|
|
~ to you under the Apache License, Version 2.0 (the
|
|
~ "License"); you may not use this file except in compliance
|
|
~ with the License. You may obtain a copy of the License at
|
|
~
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
~
|
|
~ Unless required by applicable law or agreed to in writing,
|
|
~ software distributed under the License is distributed on an
|
|
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
~ KIND, either express or implied. See the License for the
|
|
~ specific language governing permissions and limitations
|
|
~ under the License.
|
|
-->
|
|
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="druid">
|
|
|
|
<title>Druid | {{page.title}}</title>
|
|
<link rel="alternate" type="application/atom+xml" href="/feed">
|
|
<link rel="shortcut icon" href="/img/favicon.png">
|
|
|
|
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
|
|
|
|
<link href='//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic|Open+Sans:300italic,400italic,600italic,400,300,600,700' rel='stylesheet' type='text/css'>
|
|
|
|
<link rel="stylesheet" href="/css/bootstrap-pure.css?v=1.0">
|
|
<link rel="stylesheet" href="/css/main.css?v=1.0">
|
|
<link rel="stylesheet" href="/css/header.css?v=1.0">
|
|
<link rel="stylesheet" href="/css/footer.css?v=1.0">
|
|
<link rel="stylesheet" href="/css/syntax.css?v=1.0">
|
|
<link rel="stylesheet" href="/css/docs.css?v=1.0">
|
|
|
|
<script>
|
|
(function() {
|
|
var cx = '000162378814775985090:molvbm0vggm';
|
|
var gcse = document.createElement('script');
|
|
gcse.type = 'text/javascript';
|
|
gcse.async = true;
|
|
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
|
|
'//cse.google.com/cse.js?cx=' + cx;
|
|
var s = document.getElementsByTagName('script')[0];
|
|
s.parentNode.insertBefore(gcse, s);
|
|
})();
|
|
</script>
|