OmniSciDB
a5dc49c757
|
#include <heavydbTypes.h>
Public Member Functions | |
DEVICE int32_t | getSize () const |
DEVICE int32_t | getCompression () const |
DEVICE int32_t | getInputSrid () const |
DEVICE int32_t | getOutputSrid () const |
Public Attributes | |
int8_t * | ptr |
int32_t | sz |
int32_t | compression |
int32_t | input_srid |
int32_t | output_srid |
Definition at line 983 of file heavydbTypes.h.
|
inline |
Definition at line 992 of file heavydbTypes.h.
References compression.
Referenced by to_Geospatial_GeoLineString().
|
inline |
Definition at line 994 of file heavydbTypes.h.
References input_srid.
Referenced by to_Geospatial_GeoLineString().
|
inline |
Definition at line 996 of file heavydbTypes.h.
References output_srid.
Referenced by to_Geospatial_GeoLineString().
|
inline |
Definition at line 990 of file heavydbTypes.h.
References sz.
Referenced by to_Geospatial_GeoLineString().
int32_t GeoLineStringStruct::compression |
Definition at line 986 of file heavydbTypes.h.
Referenced by getCompression().
int32_t GeoLineStringStruct::input_srid |
Definition at line 987 of file heavydbTypes.h.
Referenced by getInputSrid().
int32_t GeoLineStringStruct::output_srid |
Definition at line 988 of file heavydbTypes.h.
Referenced by getOutputSrid().
int8_t* GeoLineStringStruct::ptr |
Definition at line 984 of file heavydbTypes.h.
Referenced by to_Geospatial_GeoLineString().
int32_t GeoLineStringStruct::sz |
Definition at line 985 of file heavydbTypes.h.
Referenced by getSize().