Class: EpochTime

Inherits:
Object show all
Defined in:
lib/wukong/schema.rb

Class Method Summary collapse

Class Method Details

.to_avroObject



72
# File 'lib/wukong/schema.rb', line 72

def to_avro() 'integer'       end

.to_pigObject



43
# File 'lib/wukong/schema.rb', line 43

def to_pig() 'integer'       end

.to_sqlObject



13
# File 'lib/wukong/schema.rb', line 13

def to_sql() 'INT'                              end