Class PhoenixTableProperties

java.lang.Object
io.trino.plugin.phoenix5.PhoenixTableProperties
All Implemented Interfaces:
TablePropertiesProvider

public final class PhoenixTableProperties extends Object implements TablePropertiesProvider
Class contains all table properties for the Phoenix connector. Used when creating a table:

CREATE TABLE foo (a VARCHAR with (primary_key = true), b INT) WITH (SALT_BUCKETS=10, VERSIONS=5, COMPRESSION='lz');