Uses of Class
com.amazonaws.athena.connector.lambda.domain.predicate.SortedRangeSet
-
Packages that use SortedRangeSet Package Description com.amazonaws.athena.connector.lambda.domain.predicate -
-
Uses of SortedRangeSet in com.amazonaws.athena.connector.lambda.domain.predicate
Methods in com.amazonaws.athena.connector.lambda.domain.predicate that return SortedRangeSet Modifier and Type Method Description static SortedRangeSet
SortedRangeSet. all(BlockAllocator allocator, org.apache.arrow.vector.types.pojo.ArrowType type)
SortedRangeSet
SortedRangeSet.Builder. build()
SortedRangeSet
SortedRangeSet. complement(BlockAllocator allocator)
static SortedRangeSet
SortedRangeSet. copyOf(org.apache.arrow.vector.types.pojo.ArrowType type, List<Range> ranges, boolean nullAllowed)
SortedRangeSet
SortedRangeSet. intersect(BlockAllocator allocator, ValueSet other)
static SortedRangeSet
SortedRangeSet. none(org.apache.arrow.vector.types.pojo.ArrowType type)
static SortedRangeSet
SortedRangeSet. notNull(BlockAllocator allocator, org.apache.arrow.vector.types.pojo.ArrowType type)
static SortedRangeSet
SortedRangeSet. of(boolean nullAllowed, Range first, Range... rest)
Provided Ranges are unioned together to form the SortedRangeSetstatic SortedRangeSet
SortedRangeSet. of(boolean nullAllowed, Range first, Collection<Range> rest)
Provided Ranges are unioned together to form the SortedRangeSetstatic SortedRangeSet
SortedRangeSet. of(Range first, Range... rest)
Provided Ranges are unioned together to form the SortedRangeSetstatic SortedRangeSet
SortedRangeSet. onlyNull(org.apache.arrow.vector.types.pojo.ArrowType type)
SortedRangeSet
SortedRangeSet. union(BlockAllocator allocator, ValueSet other)
SortedRangeSet
SortedRangeSet. union(BlockAllocator allocator, Collection<ValueSet> valueSets)
-