Class CEPMeasure
- java.lang.Object
-
- org.apache.beam.sdk.extensions.sql.impl.cep.CEPMeasure
-
- All Implemented Interfaces:
java.io.Serializable
public class CEPMeasure extends java.lang.Object implements java.io.SerializableTheCEPMeasureclass represents the Measures clause and contains information about output columns.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CEPMeasure(org.apache.beam.sdk.schemas.Schema streamSchema, java.lang.String outTableName, CEPOperation opr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CEPFieldRefgetField()java.lang.StringgetName()CEPOperationgetOperation()org.apache.beam.sdk.schemas.Schema.FieldTypegetType()
-
-
-
Constructor Detail
-
CEPMeasure
public CEPMeasure(org.apache.beam.sdk.schemas.Schema streamSchema, java.lang.String outTableName, CEPOperation opr)
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getOperation
public CEPOperation getOperation()
-
getField
public CEPFieldRef getField()
-
getType
public org.apache.beam.sdk.schemas.Schema.FieldType getType()
-
-