C++ Run-time Library
|
#include <arrow/api.h>
#include <fletcher/common.h>
#include <utility>
#include <vector>
#include <memory>
#include <iostream>
#include "fletcher/platform.h"
#include "fletcher/status.h"
Go to the source code of this file.
Classes | |
struct | fletcher::DeviceBuffer |
A buffer on the device. More... | |
class | fletcher::Context |
A Context for a platform where a RecordBatches can be prepared for processing by the Kernel. More... | |
Namespaces | |
namespace | fletcher |
Contains all Fletcher classes and functions for use in run-time applications. | |
Enumerations | |
enum class | fletcher::MemType { fletcher::ANY , fletcher::CACHE } |
Enumeration for different types of memory management. More... | |