OmniSciDB
a5dc49c757
|
Public Attributes | |
std::string | name |
std::string | alt_name |
SQLTypes | sql_type |
uint32_t | datasource_idx |
int | band_idx |
double | null_value |
bool | null_value_valid |
Definition at line 95 of file RasterImporter.h.
std::string import_export::RasterImporter::ImportBandInfo::alt_name |
Definition at line 97 of file RasterImporter.h.
int import_export::RasterImporter::ImportBandInfo::band_idx |
Definition at line 100 of file RasterImporter.h.
uint32_t import_export::RasterImporter::ImportBandInfo::datasource_idx |
Definition at line 99 of file RasterImporter.h.
std::string import_export::RasterImporter::ImportBandInfo::name |
Definition at line 96 of file RasterImporter.h.
Referenced by TableFunctionsFactory_declbracket.Bracket::__repr__(), TableFunctionsFactory_declbracket.Bracket::__str__(), TableFunctionsFactory_declbracket.Bracket::apply_column(), TableFunctionsFactory_declbracket.Bracket::apply_namespace(), TableFunctionsFactory_declbracket.Bracket::format_sizer(), TableFunctionsFactory_declbracket.Bracket::normalize(), heavydb.extension_functions.ttypes.TUserDefinedFunction::read(), heavydb.extension_functions.ttypes.TUserDefinedTableFunction::read(), heavydb.thrift.ttypes.TDashboardGrantees::read(), heavydb.thrift.ttypes.TGeoFileLayerInfo::read(), heavydb.thrift.ttypes.TCustomExpression::read(), TableFunctionsFactory_declbracket.Bracket::tostring(), heavydb.extension_functions.ttypes.TUserDefinedFunction::write(), heavydb.extension_functions.ttypes.TUserDefinedTableFunction::write(), heavydb.thrift.ttypes.TDashboardGrantees::write(), heavydb.thrift.ttypes.TGeoFileLayerInfo::write(), and heavydb.thrift.ttypes.TCustomExpression::write().
double import_export::RasterImporter::ImportBandInfo::null_value |
Definition at line 101 of file RasterImporter.h.
bool import_export::RasterImporter::ImportBandInfo::null_value_valid |
Definition at line 102 of file RasterImporter.h.
SQLTypes import_export::RasterImporter::ImportBandInfo::sql_type |
Definition at line 98 of file RasterImporter.h.