Class: Float
- Inherits:
-
Object
show all
- Defined in:
- lib/wukong/schema.rb
Class Method Summary
(collapse)
Class Method Details
59
|
# File 'lib/wukong/schema.rb', line 59
def to_avro() 'float' end
|
30
|
# File 'lib/wukong/schema.rb', line 30
def to_pig() 'float' end
|