| Package | Description |
|---|---|
| com.facebook.presto.cassandra |
| Modifier and Type | Field and Description |
|---|---|
static CassandraPartition |
CassandraPartition.UNPARTITIONED |
| Modifier and Type | Method and Description |
|---|---|
List<CassandraPartition> |
CassandraTableLayoutHandle.getPartitions() |
List<CassandraPartition> |
CassandraPartitionResult.getPartitions() |
List<CassandraPartition> |
NativeCassandraSession.getPartitions(CassandraTable table,
List<Set<Object>> filterPrefixes) |
List<CassandraPartition> |
CassandraSession.getPartitions(CassandraTable table,
List<Set<Object>> filterPrefix)
Get the list of partitions matching the given filters on partition keys.
|
| Constructor and Description |
|---|
CassandraPartitionResult(List<CassandraPartition> partitions,
TupleDomain<ColumnHandle> unenforcedConstraint) |
CassandraTableLayoutHandle(CassandraTableHandle table,
List<CassandraPartition> partitions,
String clusteringPredicates) |
Copyright © 2012–2020. All rights reserved.