class Impala::Protocol::HiveMetastore::ThriftHiveMetastore::MarkPartitionForEvent_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, line 3857
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/impala/protocol/thrift_hive_metastore.rb, line 3859
def validate
  unless @eventType.nil? || ::Impala::Protocol::HiveMetastore::PartitionEventType::VALID_VALUES.include?(@eventType)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field eventType!')
  end
end