Class AbstractMutableVirtualTable.ColumnValue

java.lang.Object
org.apache.cassandra.db.virtual.AbstractMutableVirtualTable.ColumnValue
Enclosing class:
AbstractMutableVirtualTable

public static final class AbstractMutableVirtualTable.ColumnValue extends Object
A regular column value.
  • Method Details

    • from

      public static AbstractMutableVirtualTable.ColumnValue from(Cell<?> cell)
      Returns the column value corresponding to the specified cell.
      Parameters:
      cell - the column cell metadata
      Returns:
      the column value corresponding to the specified cell
    • name

      public String name()
      Returns the column name.
      Returns:
      the column name
    • value

      public <V> V value()
      Returns the column value.
      Returns:
      the column value
    • toString

      public String toString()
      Overrides:
      toString in class Object