Kuzu C++ API
Loading...
Searching...
No Matches
kuzu::common::PortDBConstants Struct Reference

#include <constants.h>

Static Public Attributes

static constexpr char INDEX_FILE_NAME [] = "index.cypher"
static constexpr char SCHEMA_FILE_NAME [] = "schema.cypher"
static constexpr char COPY_FILE_NAME [] = "copy.cypher"
static constexpr const char * SCHEMA_ONLY_OPTION = "SCHEMA_ONLY"
static constexpr const char * EXPORT_FORMAT_OPTION = "FORMAT"
static constexpr const char * DEFAULT_EXPORT_FORMAT_OPTION = "PARQUET"

Member Data Documentation

◆ COPY_FILE_NAME

char kuzu::common::PortDBConstants::COPY_FILE_NAME[] = "copy.cypher"
staticconstexpr

◆ DEFAULT_EXPORT_FORMAT_OPTION

const char* kuzu::common::PortDBConstants::DEFAULT_EXPORT_FORMAT_OPTION = "PARQUET"
staticconstexpr

◆ EXPORT_FORMAT_OPTION

const char* kuzu::common::PortDBConstants::EXPORT_FORMAT_OPTION = "FORMAT"
staticconstexpr

◆ INDEX_FILE_NAME

char kuzu::common::PortDBConstants::INDEX_FILE_NAME[] = "index.cypher"
staticconstexpr

◆ SCHEMA_FILE_NAME

char kuzu::common::PortDBConstants::SCHEMA_FILE_NAME[] = "schema.cypher"
staticconstexpr

◆ SCHEMA_ONLY_OPTION

const char* kuzu::common::PortDBConstants::SCHEMA_ONLY_OPTION = "SCHEMA_ONLY"
staticconstexpr

The documentation for this struct was generated from the following file: