OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CopyParams.h File Reference
#include <optional>
#include <string>
#include "ImportExport/SourceType.h"
#include "Shared/sqltypes.h"
+ Include dependency graph for CopyParams.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  import_export::CopyParams
 

Namespaces

 import_export
 

Enumerations

enum  import_export::ImportHeaderRow { import_export::ImportHeaderRow::kAutoDetect, import_export::ImportHeaderRow::kNoHeader, import_export::ImportHeaderRow::kHasHeader }
 
enum  import_export::RasterPointType {
  import_export::RasterPointType::kNone, import_export::RasterPointType::kAuto, import_export::RasterPointType::kSmallInt, import_export::RasterPointType::kInt,
  import_export::RasterPointType::kFloat, import_export::RasterPointType::kDouble, import_export::RasterPointType::kPoint
}
 
enum  import_export::RasterPointTransform { import_export::RasterPointTransform::kNone, import_export::RasterPointTransform::kAuto, import_export::RasterPointTransform::kFile, import_export::RasterPointTransform::kWorld }
 

Variables

static constexpr size_t import_export::kImportFileBufferSize = (1 << 23)
 
static constexpr size_t import_export::max_import_buffer_resize_byte_size = 1024 * 1024 * 1024