Interface Types


public interface Types
Common type information for the entire SystemDS.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Aggregation operations
    static enum 
    Serialization block types (empty, dense, sparse, ultra-sparse)
    static enum 
    Correction location when performing operations leveraging correcting rounding
    static enum 
    Data types that can contain different ValueTypes internally.
    static enum 
    Type of aggregation direction
    static enum 
    Execution mode for entire script.
    static enum 
    Execution type of individual operations.
    static enum 
    File formats supported
    static interface 
    Common type for both function statement blocks and function program blocks
    static enum 
    Operations that require 1 operand
    static enum 
    Operations that require 2 operands
    static enum 
    Operations that require 3 operands
    static enum 
    Operations that require 4 operands
    static enum 
    Data specific operations, related to reading and writing to and from memory
    static enum 
    Data generation operations
    static enum 
    Deep Neural Network specific operations
    static enum 
    Operations that require a variable number of operands
    static enum 
    Parameterized operations that require named variable arguments
    static enum 
    Operations that perform internal reorganization of an allocation
    static enum 
    Type of builtin or user-defined function with regard to its number of return variables.
    static enum 
    Value types (int, double, string, boolean, unknown).