diff options
| author | Douglas B. Rumbaugh <douglas@t480.douglasrumbaugh.com> | 2023-11-02 08:01:45 -0400 |
|---|---|---|
| committer | Douglas B. Rumbaugh <douglas@t480.douglasrumbaugh.com> | 2023-11-02 08:01:45 -0400 |
| commit | 0b723322a611de83872dd83b55d2e10e8886a283 (patch) | |
| tree | 3cf3f6d11f23b9743c28585627de341d8fe7848e /include/framework/QueryRequirements.h | |
| parent | 83ca486048a5053d8c75bb5041091edb1b183a85 (diff) | |
| download | dynamic-extension-0b723322a611de83872dd83b55d2e10e8886a283.tar.gz | |
started refactoring queries interface
Diffstat (limited to 'include/framework/QueryRequirements.h')
| -rw-r--r-- | include/framework/QueryRequirements.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/framework/QueryRequirements.h b/include/framework/QueryRequirements.h new file mode 100644 index 0000000..ff4eaff --- /dev/null +++ b/include/framework/QueryRequirements.h @@ -0,0 +1,17 @@ +/* + * include/framework/QueryRequirements.h + * + * Copyright (C) 2023 Douglas B. Rumbaugh <drumbaugh@psu.edu> + * + * All rights reserved. Published under the Modified BSD License. + * + * A header file containing the necessary includes for Shard + * development. + * + */ +#pragma once + +#include "framework/structure/MutableBuffer.h" +#include "framework/interface/Record.h" +#include "framework/interface/Shard.h" +#include "framework/interface/Query.h" |