class Impala::Protocol::HiveMetastore::ThriftHiveMetastore::IsPartitionMarkedForEvent_args

Constants

DB_NAME
EVENTTYPE
FIELDS
PART_VALS
TBL_NAME

Public Instance Methods

struct_fields() click to toggle source
     # File lib/impala/protocol/thrift_hive_metastore.rb
3908 def struct_fields; FIELDS; end
validate() click to toggle source
     # File lib/impala/protocol/thrift_hive_metastore.rb
3910 def validate
3911   unless @eventType.nil? || ::Impala::Protocol::HiveMetastore::PartitionEventType::VALID_VALUES.include?(@eventType)
3912     raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field eventType!')
3913   end
3914 end