Uses of Class
com.amazonaws.athena.connector.lambda.domain.predicate.Constraints
-
-
Uses of Constraints in com.amazonaws.athena.connector.lambda.data.writers
Methods in com.amazonaws.athena.connector.lambda.data.writers with parameters of type Constraints Modifier and Type Method Description static GeneratedRowWriter.RowWriterBuilderGeneratedRowWriter. newBuilder(Constraints constraints) -
Uses of Constraints in com.amazonaws.athena.connector.lambda.domain.predicate
Constructors in com.amazonaws.athena.connector.lambda.domain.predicate with parameters of type Constraints Constructor Description ConstraintEvaluator(BlockAllocator allocator, org.apache.arrow.vector.types.pojo.Schema schema, Constraints constraints) -
Uses of Constraints in com.amazonaws.athena.connector.lambda.metadata
Methods in com.amazonaws.athena.connector.lambda.metadata that return Constraints Modifier and Type Method Description ConstraintsGetSplitsRequest. getConstraints()Returns the constraints that can be applied to split generation.ConstraintsGetTableLayoutRequest. getConstraints()Returns the constraints that can be applied to table layout generation.Constructors in com.amazonaws.athena.connector.lambda.metadata with parameters of type Constraints Constructor Description GetSplitsRequest(FederatedIdentity identity, String queryId, String catalogName, TableName tableName, Block partitions, List<String> partitionCols, Constraints constraints, String continuationToken)Constructs a new GetSplitsRequest object.GetTableLayoutRequest(FederatedIdentity identity, String queryId, String catalogName, TableName tableName, Constraints constraints, org.apache.arrow.vector.types.pojo.Schema schema, Set<String> partitionCols)Constructs a new GetTableLayoutRequest object. -
Uses of Constraints in com.amazonaws.athena.connector.lambda.records
Methods in com.amazonaws.athena.connector.lambda.records that return Constraints Modifier and Type Method Description ConstraintsReadRecordsRequest. getConstraints()Returns the constraints to apply to read records.Constructors in com.amazonaws.athena.connector.lambda.records with parameters of type Constraints Constructor Description ReadRecordsRequest(FederatedIdentity identity, String catalogName, String queryId, TableName tableName, org.apache.arrow.vector.types.pojo.Schema schema, Split split, Constraints constraints, long maxBlockSize, long maxInlineBlockSize)Constructs a new ReadRecordsRequest object. -
Uses of Constraints in com.amazonaws.athena.connector.lambda.serde.v2
Methods in com.amazonaws.athena.connector.lambda.serde.v2 that return Constraints Modifier and Type Method Description ConstraintsConstraintsSerDe.Deserializer. doDeserialize(com.fasterxml.jackson.core.JsonParser jparser, com.fasterxml.jackson.databind.DeserializationContext ctxt)Methods in com.amazonaws.athena.connector.lambda.serde.v2 with parameters of type Constraints Modifier and Type Method Description voidConstraintsSerDe.Serializer. doSerialize(Constraints constraints, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)Constructor parameters in com.amazonaws.athena.connector.lambda.serde.v2 with type arguments of type Constraints Constructor Description Deserializer(FederatedIdentitySerDe.Deserializer identityDeserializer, TableNameSerDe.Deserializer tableNameDeserializer, VersionedSerDe.Deserializer<Constraints> constraintsDeserializer, VersionedSerDe.Deserializer<org.apache.arrow.vector.types.pojo.Schema> schemaDeserializer)Deserializer(FederatedIdentitySerDe.Deserializer identityDeserializer, TableNameSerDe.Deserializer tableNameDeserializer, VersionedSerDe.Deserializer<Constraints> constraintsDeserializer, VersionedSerDe.Deserializer<org.apache.arrow.vector.types.pojo.Schema> schemaDeserializer, SplitSerDe.Deserializer splitDeserializer)Serializer(FederatedIdentitySerDe.Serializer identitySerializer, TableNameSerDe.Serializer tableNameSerializer, VersionedSerDe.Serializer<Constraints> constraintsSerializer, VersionedSerDe.Serializer<org.apache.arrow.vector.types.pojo.Schema> schemaSerializer)Serializer(FederatedIdentitySerDe.Serializer identitySerializer, TableNameSerDe.Serializer tableNameSerializer, VersionedSerDe.Serializer<Constraints> constraintsSerializer, VersionedSerDe.Serializer<org.apache.arrow.vector.types.pojo.Schema> schemaSerializer, SplitSerDe.Serializer splitSerializer) -
Uses of Constraints in com.amazonaws.athena.connector.lambda.serde.v4
Methods in com.amazonaws.athena.connector.lambda.serde.v4 that return Constraints Modifier and Type Method Description ConstraintsConstraintsSerDeV4.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 Constraints Modifier and Type Method Description voidConstraintsSerDeV4.Serializer. doSerialize(Constraints constraints, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-