Expression Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.Expression

public final class Expression

Azure Synapse expression definition.

Constructor Summary

Constructor Description
Expression()

Creates an instance of Expression class.

Method Summary

Modifier and Type Method and Description
ExpressionType getType()

Get the type property: Expression type.

String getValue()

Get the value property: Expression value.

Expression setType(ExpressionType type)

Set the type property: Expression type.

Expression setValue(String value)

Set the value property: Expression value.

Methods inherited from java.lang.Object

Constructor Details

Expression

public Expression()

Creates an instance of Expression class.

Method Details

getType

public ExpressionType getType()

Get the type property: Expression type.

Returns:

the type value.

getValue

public String getValue()

Get the value property: Expression value.

Returns:

the value value.

setType

public Expression setType(ExpressionType type)

Set the type property: Expression type.

Parameters:

type - the type value to set.

Returns:

the Expression object itself.

setValue

public Expression setValue(String value)

Set the value property: Expression value.

Parameters:

value - the value value to set.

Returns:

the Expression object itself.

Applies to