Class Analyzer::GeoTransformOperator

class GeoTransformOperator : public Analyzer::GeoOperator

Public Functions

GeoTransformOperator(const SQLTypeInfo &ti, const std::string &name, const std::vector<std::shared_ptr<Analyzer::Expr>> &args, const int32_t input_srid, const int32_t output_srid)
std::shared_ptr<Analyzer::Expr> deep_copy() const
std::string toString() const
bool operator==(const Expr &rhs) const
int32_t getInputSRID() const
int32_t getOutputSRID() const

Private Members

const int32_t input_srid_
const int32_t output_srid_