summaryrefslogtreecommitdiffstats
path: root/include/query/rangequery.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2023-11-07 15:34:24 -0500
committerDouglas Rumbaugh <dbr4@psu.edu>2023-11-07 15:34:24 -0500
commit357cab549c2ed33970562b84ff6f83923742343d (patch)
tree0400b0cbb150821adc8733c55e675d470b993c89 /include/query/rangequery.h
parent355ddd7b595fce201c305caecea415ab325e170e (diff)
downloaddynamic-extension-357cab549c2ed33970562b84ff6f83923742343d.tar.gz
Comment and License updates
Diffstat (limited to 'include/query/rangequery.h')
-rw-r--r--include/query/rangequery.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/query/rangequery.h b/include/query/rangequery.h
index b9ac9db..16dcd86 100644
--- a/include/query/rangequery.h
+++ b/include/query/rangequery.h
@@ -1,10 +1,12 @@
/*
* include/query/rangequery.h
*
- * Copyright (C) 2023 Douglas B. Rumbaugh <drumbaugh@psu.edu>
+ * Copyright (C) 2023 Douglas B. Rumbaugh <drumbaugh@psu.edu>
*
- * All rights reserved. Published under the Modified BSD License.
+ * Distributed under the Modified BSD License.
*
+ * A query class for single dimensional range queries. This query requires
+ * that the shard support get_lower_bound(key) and get_record_at(index).
*/
#pragma once