Class RVSchemaColumn


  • public class RVSchemaColumn
    extends Object
    The class representing a column in the in-memory result, specifies name, label and data type of the column.
    • Constructor Detail

      • RVSchemaColumn

        public RVSchemaColumn​(String name,
                              String label,
                              RVSchemaColumnType type)
        Creates a new schema column with the given name, label and data type
        Parameters:
        name - The name of the column.
        label - The label of the column that will be displayed in Reveal. If missing, the name of the column will be used.
        type - The data type of the column.