Package | Description |
---|---|
org.apache.sysds.parser |
Modifier and Type | Class and Description |
---|---|
class |
BooleanIdentifier |
class |
BuiltinFunctionExpression |
class |
ConstIdentifier |
class |
DataExpression |
class |
DataIdentifier |
class |
DoubleIdentifier |
class |
FunctionCallIdentifier |
class |
IndexedIdentifier |
class |
IntIdentifier |
class |
ParameterizedBuiltinFunctionExpression |
class |
StringIdentifier |
Modifier and Type | Method and Description |
---|---|
Identifier |
Expression.getOutput()
Obtain identifier.
|
Identifier[] |
Expression.getOutputs()
Obtain identifiers.
|
Modifier and Type | Method and Description |
---|---|
static Types.DataType |
Expression.computeDataType(Identifier identifier1,
Identifier identifier2,
boolean cast)
Compute data type based on identifiers.
|
static Types.ValueType |
Expression.computeValueType(Identifier identifier1,
Identifier identifier2,
boolean cast)
Compute value type based on identifiers.
|
void |
Identifier.setDimensionValueProperties(Identifier i) |
void |
DMLTranslator.setIdentifierParams(Hop h,
Identifier id) |
void |
Expression.setOutput(Identifier output) |
void |
IndexedIdentifier.setProperties(Identifier i) |
void |
Identifier.setProperties(Identifier i) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.