class Axiom::Adapter::Arango::Visitor::For::Binary::Product::Right
Vistior for right of projection
Private Instance Methods
left_document_attributes()
click to toggle source
Return left document attributes
@return [Enumerable<AQL::Node::Literal::Composed::Document::Attribute>]
@api private
# File lib/axiom/adapter/arango/visitor/for/binary/product.rb, line 26 def left_document_attributes visitor = visitor(left_header, context) visitor.document_attributes end
right_document_attributes()
click to toggle source
Return right document attributes
@return [Enumerable<AQL::Node::Literal::Composed::Document::Attribute>]
@api private
# File lib/axiom/adapter/arango/visitor/for/binary/product.rb, line 37 def right_document_attributes visitor(right_header).document_attributes end