Class CastFunctionImpl
java.lang.Object
org.apache.beam.sdk.extensions.sql.zetasql.translation.impl.CastFunctionImpl
- All Implemented Interfaces:
org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.schema.Function
,org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.schema.ImplementableFunction
@Internal
public class CastFunctionImpl
extends Object
implements org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.schema.ImplementableFunction
ZetaSQLCastFunctionImpl.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.adapter.enumerable.CallImplementor
List
<org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.schema.FunctionParameter>
-
Constructor Details
-
CastFunctionImpl
public CastFunctionImpl()
-
-
Method Details
-
getImplementor
public org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.adapter.enumerable.CallImplementor getImplementor()- Specified by:
getImplementor
in interfaceorg.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.schema.ImplementableFunction
-
getParameters
public List<org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.schema.FunctionParameter> getParameters()- Specified by:
getParameters
in interfaceorg.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.schema.Function
-