Module: Bmg::Reader
- Includes:
- Relation
- Defined in:
- lib/bmg/reader.rb,
lib/bmg/reader/csv.rb,
lib/bmg/reader/xlsx.rb,
lib/bmg/reader/text_file.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Method Summary
Methods included from Relation
#_count, #bind, #count, #debug, #delete, empty, #empty?, #insert, new, #one, #one_or_nil, #to_ast, #to_csv, #to_json, #to_xlsx, #update, #visit, #with_type, #with_type_attrlist, #with_typecheck, #without_typecheck, #y_by_x, #ys_by_x
Methods included from Algebra
#allbut, #autosummarize, #autowrap, #constants, #extend, #group, #image, #join, #left_join, #matching, #materialize, #minus, #not_matching, #page, #project, #rename, #restrict, #spied, #summarize, #transform, #ungroup, #union, #unspied, #unwrap
Methods included from Algebra::Shortcuts
#cross_product, #exclude, #image, #images, #join, #left_join, #matching, #not_matching, #prefix, #rxmatch, #suffix, #ungroup, #unwrap, #where
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
5 6 7 |
# File 'lib/bmg/reader.rb', line 5 def type @type end |