Types (Apache SystemDS 3.4.0-SNAPSHOT API)
-
public interface TypesCommon type information for the entire SystemDS.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTypes.AggOpAggregation operations
static classTypes.BlockTypeSerialization block types (empty, dense, sparse, ultra-sparse)
static classTypes.CorrectionLocationTypeCorrection location when performing operations leveraging correcting rounding
static classTypes.DataTypeData types that can contain different ValueTypes internally.
static classTypes.DirectionType of aggregation direction
static classTypes.ExecModeExecution mode for entire script.
static classTypes.ExecTypeExecution type of individual operations.
static classTypes.FileFormatFile formats supported
static interfaceTypes.FunctionBlockCommon type for both function statement blocks and function program blocks
static classTypes.OpOp1Operations that require 1 operand
static classTypes.OpOp2Operations that require 2 operands
static classTypes.OpOp3Operations that require 3 operands
static classTypes.OpOp4Operations that require 4 operands
static classTypes.OpOpDataData specific operations, related to reading and writing to and from memory
static classTypes.OpOpDGData generation operations
static classTypes.OpOpDnnDeep Neural Network specific operations
static classTypes.OpOpNOperations that require a variable number of operands
static classTypes.ParamBuiltinOpParameterized operations that require named variable arguments
static classTypes.ReOrgOpOperations that perform internal reorganization of an allocation
static classTypes.ReturnTypeType of builtin or user-defined function with regard to its number of return variables.
static classTypes.ValueTypeValue types (int, double, string, boolean, unknown).
-