class OdpsDatahub::OdpsTableColumn
Attributes
mIdx[R]
mName[R]
mType[R]
Public Class Methods
new(name, type, idx)
click to toggle source
# File lib/fluent/plugin/odps/odps_table_schema.rb, line 28 def initialize(name, type, idx) @mName = name @mType = type @mIdx = idx end