Uses of Interface
com.amazonaws.athena.connector.lambda.domain.predicate.ValueSet
-
Packages that use ValueSet Package Description com.amazonaws.athena.connector.lambda.domain.predicate com.amazonaws.athena.connector.lambda.serde.v2 -
-
Uses of ValueSet in com.amazonaws.athena.connector.lambda.domain.predicate
Classes in com.amazonaws.athena.connector.lambda.domain.predicate that implement ValueSet Modifier and Type Class Description classAllOrNoneValueSetDescribes a constraint as a ValueSet which can have one of several states: 1.classEquatableValueSetA set containing values that are uniquely identifiable.classSortedRangeSetA set containing values that are represented as ranges that are sorted by their lower bound.Methods in com.amazonaws.athena.connector.lambda.domain.predicate that return ValueSet Modifier and Type Method Description ValueSetAllOrNoneValueSet. complement(BlockAllocator allocator)ValueSetValueSet. complement(BlockAllocator allocator)ValueSetAllOrNoneValueSet. intersect(BlockAllocator allocator, ValueSet other)ValueSetValueSet. intersect(BlockAllocator allocator, ValueSet other)default ValueSetValueSet. subtract(BlockAllocator allocator, ValueSet other)ValueSetAllOrNoneValueSet. union(BlockAllocator allocator, ValueSet other)ValueSetValueSet. union(BlockAllocator allocator, ValueSet other)default ValueSetValueSet. union(BlockAllocator allocator, Collection<ValueSet> valueSets)Methods in com.amazonaws.athena.connector.lambda.domain.predicate that return types with arguments of type ValueSet Modifier and Type Method Description Map<String,ValueSet>Constraints. getSummary()Provides access to the associative predicates that are part of the Constraints.Methods in com.amazonaws.athena.connector.lambda.domain.predicate with parameters of type ValueSet Modifier and Type Method Description default booleanValueSet. contains(BlockAllocator allocator, ValueSet other)ValueSetAllOrNoneValueSet. intersect(BlockAllocator allocator, ValueSet other)EquatableValueSetEquatableValueSet. intersect(BlockAllocator allocator, ValueSet other)SortedRangeSetSortedRangeSet. intersect(BlockAllocator allocator, ValueSet other)ValueSetValueSet. intersect(BlockAllocator allocator, ValueSet other)default booleanValueSet. overlaps(BlockAllocator allocator, ValueSet other)default ValueSetValueSet. subtract(BlockAllocator allocator, ValueSet other)ValueSetAllOrNoneValueSet. union(BlockAllocator allocator, ValueSet other)EquatableValueSetEquatableValueSet. union(BlockAllocator allocator, ValueSet other)SortedRangeSetSortedRangeSet. union(BlockAllocator allocator, ValueSet other)ValueSetValueSet. union(BlockAllocator allocator, ValueSet other)Method parameters in com.amazonaws.athena.connector.lambda.domain.predicate with type arguments of type ValueSet Modifier and Type Method Description SortedRangeSetSortedRangeSet. union(BlockAllocator allocator, Collection<ValueSet> valueSets)default ValueSetValueSet. union(BlockAllocator allocator, Collection<ValueSet> valueSets)Constructor parameters in com.amazonaws.athena.connector.lambda.domain.predicate with type arguments of type ValueSet Constructor Description Constraints(Map<String,ValueSet> summary)Deprecated.Constraints(Map<String,ValueSet> summary, List<FederationExpression> expression, List<OrderByField> orderByClause, long limit) -
Uses of ValueSet in com.amazonaws.athena.connector.lambda.serde.v2
Methods in com.amazonaws.athena.connector.lambda.serde.v2 that return ValueSet Modifier and Type Method Description protected ValueSetEquatableValueSetSerDe.Deserializer. doTypedDeserialize(com.fasterxml.jackson.core.JsonParser jparser, com.fasterxml.jackson.databind.DeserializationContext ctxt)protected ValueSetSortedRangeSetSerDe.Deserializer. doTypedDeserialize(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 ValueSet Modifier and Type Method Description protected voidAllOrNoneValueSetSerDe.Serializer. doTypedSerialize(ValueSet valueSet, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)protected voidEquatableValueSetSerDe.Serializer. doTypedSerialize(ValueSet valueSet, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)protected voidSortedRangeSetSerDe.Serializer. doTypedSerialize(ValueSet valueSet, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-