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