Uses of Class
com.amazonaws.athena.connector.lambda.domain.predicate.functions.FunctionName
-
-
Uses of FunctionName in com.amazonaws.athena.connector.lambda.domain.predicate.expression
Methods in com.amazonaws.athena.connector.lambda.domain.predicate.expression that return FunctionName Modifier and Type Method Description FunctionName
FunctionCallExpression. getFunctionName()
Constructors in com.amazonaws.athena.connector.lambda.domain.predicate.expression with parameters of type FunctionName Constructor Description FunctionCallExpression(org.apache.arrow.vector.types.pojo.ArrowType type, FunctionName functionName, List<FederationExpression> arguments)
-
Uses of FunctionName in com.amazonaws.athena.connector.lambda.domain.predicate.functions
Methods in com.amazonaws.athena.connector.lambda.domain.predicate.functions that return FunctionName Modifier and Type Method Description FunctionName
StandardFunctions. getFunctionName()
Methods in com.amazonaws.athena.connector.lambda.domain.predicate.functions with parameters of type FunctionName Modifier and Type Method Description static StandardFunctions
StandardFunctions. fromFunctionName(FunctionName functionName)
-
Uses of FunctionName in com.amazonaws.athena.connector.lambda.serde.v4
Methods in com.amazonaws.athena.connector.lambda.serde.v4 that return FunctionName Modifier and Type Method Description FunctionName
FunctionNameSerDeV4.Deserializer. doDeserialize(com.fasterxml.jackson.core.JsonParser jparser, com.fasterxml.jackson.databind.DeserializationContext ctxt)
Methods in com.amazonaws.athena.connector.lambda.serde.v4 with parameters of type FunctionName Modifier and Type Method Description void
FunctionNameSerDeV4.Serializer. doSerialize(FunctionName functionName, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
Constructor parameters in com.amazonaws.athena.connector.lambda.serde.v4 with type arguments of type FunctionName Constructor Description Deserializer(VersionedSerDe.Deserializer<FunctionName> functionNameDeserializer, ArrowTypeSerDe.Deserializer arrowTypeDeserializer)
Serializer(VersionedSerDe.Serializer<FunctionName> functionNameSerializer, ArrowTypeSerDe.Serializer arrowTypeSerializer)
-
Uses of FunctionName in com.amazonaws.athena.connectors.google.bigquery
Methods in com.amazonaws.athena.connectors.google.bigquery with parameters of type FunctionName Modifier and Type Method Description String
BigQueryFederationExpressionParser. mapFunctionToDataSourceSyntax(FunctionName functionName, org.apache.arrow.vector.types.pojo.ArrowType type, List<String> arguments)
-
Uses of FunctionName in com.amazonaws.athena.connectors.jdbc.manager
Methods in com.amazonaws.athena.connectors.jdbc.manager with parameters of type FunctionName Modifier and Type Method Description String
DefaultJdbcFederationExpressionParser. mapFunctionToDataSourceSyntax(FunctionName functionName, org.apache.arrow.vector.types.pojo.ArrowType type, List<String> arguments)
abstract String
FederationExpressionParser. mapFunctionToDataSourceSyntax(FunctionName functionName, org.apache.arrow.vector.types.pojo.ArrowType type, List<String> arguments)
Each datasource has different syntax for various operations, quotes, etc.String
JdbcFederationExpressionParser. mapFunctionToDataSourceSyntax(FunctionName functionName, org.apache.arrow.vector.types.pojo.ArrowType type, List<String> arguments)
-
Uses of FunctionName in com.amazonaws.athena.connectors.teradata
Methods in com.amazonaws.athena.connectors.teradata with parameters of type FunctionName Modifier and Type Method Description String
TeradataFederationExpressionParser. mapFunctionToDataSourceSyntax(FunctionName functionName, org.apache.arrow.vector.types.pojo.ArrowType type, List<String> arguments)
-