Class: YbDDLParser::AST::TabletSplit

Inherits:
Data
  • Object
show all
Defined in:
lib/yb_ddl_parser/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#num_tabletsObject (readonly)

Returns the value of attribute num_tablets

Returns:

  • (Object)

    the current value of num_tablets



23
24
25
# File 'lib/yb_ddl_parser/ast.rb', line 23

def num_tablets
  @num_tablets
end

#pointsObject (readonly)

Returns the value of attribute points

Returns:

  • (Object)

    the current value of points



23
24
25
# File 'lib/yb_ddl_parser/ast.rb', line 23

def points
  @points
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



23
24
25
# File 'lib/yb_ddl_parser/ast.rb', line 23

def type
  @type
end