Class omnisci::thrift::ttypes::TFileType

class TFileType : public object

Public Static Attributes

int omnisci.thrift.ttypes.TFileType::DELIMITED = 0
int omnisci.thrift.ttypes.TFileType::POLYGON = 1
int omnisci.thrift.ttypes.TFileType::PARQUET = 2

Private Static Attributes

dictionary omnisci.thrift.ttypes.TFileType::_VALUES_TO_NAMES= { 0: "DELIMITED", 1: "POLYGON", 2: "PARQUET", }
dictionary omnisci.thrift.ttypes.TFileType::_NAMES_TO_VALUES= { "DELIMITED": 0, "POLYGON": 1, "PARQUET": 2, }