Uses of Interface
io.trino.spi.connector.LocalProperty
Packages that use LocalProperty
-
Uses of LocalProperty in io.trino.spi.connector
Classes in io.trino.spi.connector that implement LocalPropertyModifier and TypeClassDescriptionfinal classfinal classfinal classMethods in io.trino.spi.connector that return LocalPropertyModifier and TypeMethodDescriptiondefault LocalProperty<E> Return a new instance with the give (reduced) set of columnsMethods in io.trino.spi.connector that return types with arguments of type LocalPropertyModifier and TypeMethodDescriptionConnectorTableProperties.getLocalProperties()Properties describing the layout of the data (grouping/sorting) within each partition<T> Optional<LocalProperty<T>> <T> Optional<LocalProperty<T>> <T> Optional<LocalProperty<T>> <T> Optional<LocalProperty<T>> Returns Optional.empty() if the column could not be translateddefault Optional<LocalProperty<E>> LocalProperty.withConstants(Set<E> constants) Simplfies this LocalProperty provided that the specified inputs are constantsMethods in io.trino.spi.connector with parameters of type LocalPropertyModifier and TypeMethodDescriptionbooleanConstantProperty.isSimplifiedBy(LocalProperty<E> known) booleanGroupingProperty.isSimplifiedBy(LocalProperty<E> known) booleanLocalProperty.isSimplifiedBy(LocalProperty<E> actual) Return true if the actual LocalProperty can be used to simplify this LocalPropertybooleanSortingProperty.isSimplifiedBy(LocalProperty<E> known) Constructor parameters in io.trino.spi.connector with type arguments of type LocalPropertyModifierConstructorDescriptionConnectorTableProperties(TupleDomain<ColumnHandle> predicate, Optional<ConnectorTablePartitioning> tablePartitioning, Optional<DiscretePredicates> discretePredicates, List<LocalProperty<ColumnHandle>> localProperties)