- CallExpression - Class in com.facebook.presto.spi.relation
-
- CallExpression(String, FunctionHandle, Type, List<RowExpression>) - Constructor for class com.facebook.presto.spi.relation.CallExpression
-
- CallExpression(Optional<SourceLocation>, String, FunctionHandle, Type, List<RowExpression>) - Constructor for class com.facebook.presto.spi.relation.CallExpression
-
- canBind(Type) - Method in class com.facebook.presto.spi.function.TypeVariableConstraint
-
- canonicalize() - Method in class com.facebook.presto.spi.relation.CallExpression
-
- canonicalize() - Method in class com.facebook.presto.spi.relation.ConstantExpression
-
- canonicalize() - Method in class com.facebook.presto.spi.relation.InputReferenceExpression
-
- canonicalize() - Method in class com.facebook.presto.spi.relation.LambdaDefinitionExpression
-
- canonicalize() - Method in class com.facebook.presto.spi.relation.RowExpression
-
- canonicalize() - Method in class com.facebook.presto.spi.relation.SpecialFormExpression
-
- canonicalize() - Method in class com.facebook.presto.spi.relation.VariableReferenceExpression
-
- canResolveFunction() - Method in interface com.facebook.presto.spi.function.FunctionNamespaceManager
-
Whether this function namespace manager would do function resolution or not.
- CatalogSchemaTableName - Class in com.facebook.presto.spi
-
- CatalogSchemaTableName(String, SchemaTableName) - Constructor for class com.facebook.presto.spi.CatalogSchemaTableName
-
- CatalogSchemaTableName(String, String, String) - Constructor for class com.facebook.presto.spi.CatalogSchemaTableName
-
- checkCanAccessCatalog(Identity, AccessControlContext, String) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to access the specified catalog
- checkCanAddColumn(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, SchemaTableName) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to add columns to the specified table in this catalog.
- checkCanAddColumn(Identity, AccessControlContext, CatalogSchemaTableName) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to add columns to the specified table in a catalog.
- checkCanCreateRole(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, String, Optional<PrestoPrincipal>) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
- checkCanCreateSchema(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, String) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to create the specified schema in this catalog.
- checkCanCreateSchema(Identity, AccessControlContext, CatalogSchemaName) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to create the specified schema in a catalog.
- checkCanCreateTable(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, SchemaTableName) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to create the specified table in this catalog.
- checkCanCreateTable(Identity, AccessControlContext, CatalogSchemaTableName) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to create the specified table in a catalog.
- checkCanCreateView(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, SchemaTableName) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to create the specified view in this catalog.
- checkCanCreateView(Identity, AccessControlContext, CatalogSchemaTableName) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to create the specified view in a catalog.
- checkCanCreateViewWithSelectFromColumns(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, SchemaTableName, Set<String>) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to create a view that selects from the specified columns in a relation.
- checkCanCreateViewWithSelectFromColumns(Identity, AccessControlContext, CatalogSchemaTableName, Set<String>) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to create a view that selects from the specified columns in a relation.
- checkCanDeleteFromTable(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, SchemaTableName) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to delete from the specified table in this catalog.
- checkCanDeleteFromTable(Identity, AccessControlContext, CatalogSchemaTableName) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to delete from the specified table in a catalog.
- checkCanDropColumn(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, SchemaTableName) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to drop columns from the specified table in this catalog.
- checkCanDropColumn(Identity, AccessControlContext, CatalogSchemaTableName) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to drop columns from the specified table in a catalog.
- checkCanDropRole(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, String) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
- checkCanDropSchema(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, String) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to drop the specified schema in this catalog.
- checkCanDropSchema(Identity, AccessControlContext, CatalogSchemaName) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to drop the specified schema in a catalog.
- checkCanDropTable(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, SchemaTableName) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to drop the specified table in this catalog.
- checkCanDropTable(Identity, AccessControlContext, CatalogSchemaTableName) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to drop the specified table in a catalog.
- checkCanDropView(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, SchemaTableName) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to drop the specified view in this catalog.
- checkCanDropView(Identity, AccessControlContext, CatalogSchemaTableName) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to drop the specified view in a catalog.
- checkCanGrantRoles(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, Set<String>, Set<PrestoPrincipal>, boolean, Optional<PrestoPrincipal>, String) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
- checkCanGrantTablePrivilege(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, Privilege, SchemaTableName, PrestoPrincipal, boolean) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to grant to any other user the specified privilege on the specified table.
- checkCanGrantTablePrivilege(Identity, AccessControlContext, Privilege, CatalogSchemaTableName, PrestoPrincipal, boolean) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to grant the specified privilege to the grantee on the specified table.
- checkCanInsertIntoTable(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, SchemaTableName) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to insert into the specified table in this catalog.
- checkCanInsertIntoTable(Identity, AccessControlContext, CatalogSchemaTableName) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to insert into the specified table in a catalog.
- checkCanRenameColumn(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, SchemaTableName) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to rename a column in the specified table in this catalog.
- checkCanRenameColumn(Identity, AccessControlContext, CatalogSchemaTableName) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to rename a column in the specified table in a catalog.
- checkCanRenameSchema(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, String, String) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to rename the specified schema in this catalog.
- checkCanRenameSchema(Identity, AccessControlContext, CatalogSchemaName, String) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to rename the specified schema in a catalog.
- checkCanRenameTable(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, SchemaTableName, SchemaTableName) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to rename the specified table in this catalog.
- checkCanRenameTable(Identity, AccessControlContext, CatalogSchemaTableName, CatalogSchemaTableName) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to rename the specified table in a catalog.
- checkCanRevokeRoles(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, Set<String>, Set<PrestoPrincipal>, boolean, Optional<PrestoPrincipal>, String) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
- checkCanRevokeTablePrivilege(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, Privilege, SchemaTableName, PrestoPrincipal, boolean) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to revoke the specified privilege on the specified table from any user.
- checkCanRevokeTablePrivilege(Identity, AccessControlContext, Privilege, CatalogSchemaTableName, PrestoPrincipal, boolean) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to revoke the specified privilege on the specified table from the revokee.
- checkCanSelectFromColumns(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, SchemaTableName, Set<Subfield>) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to select from the specified columns.
- checkCanSelectFromColumns(Identity, AccessControlContext, CatalogSchemaTableName, Set<String>) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to select from the specified columns in a relation.
- checkCanSetCatalogSessionProperty(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, String) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to set the specified property in this catalog.
- checkCanSetCatalogSessionProperty(Identity, AccessControlContext, String, String) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to set the specified property in a catalog.
- checkCanSetRole(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, String, String) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
- checkCanSetSystemSessionProperty(Identity, AccessControlContext, String) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to set the specified system property.
- checkCanSetUser(Identity, AccessControlContext, Optional<Principal>, String) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if the principal is allowed to be the specified user.
- checkCanShowCurrentRoles(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, String) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to show current roles on the specified catalog.
- checkCanShowRoleGrants(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, String) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to show its own role grants on the specified catalog.
- checkCanShowRoles(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, String) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to show roles on the specified catalog.
- checkCanShowSchemas(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to execute SHOW SCHEMAS in a catalog.
- checkCanShowSchemas(Identity, AccessControlContext, String) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to execute SHOW SCHEMAS in a catalog.
- checkCanShowTablesMetadata(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, String) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to show metadata of tables by executing SHOW TABLES, SHOW GRANTS etc.
- checkCanShowTablesMetadata(Identity, AccessControlContext, CatalogSchemaName) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to show metadata of tables by executing SHOW TABLES, SHOW GRANTS etc.
- checkCanTruncateTable(ConnectorTransactionHandle, ConnectorIdentity, AccessControlContext, SchemaTableName) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to truncate the specified table in this catalog.
- checkCanTruncateTable(Identity, AccessControlContext, CatalogSchemaTableName) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to truncate the specified table in a catalog.
- checkConnectorSupports(IsolationLevel, IsolationLevel) - Static method in enum com.facebook.presto.spi.transaction.IsolationLevel
-
- checkQueryIntegrity(Identity, AccessControlContext, String) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if the query is unexpectedly modified using the credentials passed in the identity.
- ClassLoaderSafeConnectorMetadata - Class in com.facebook.presto.spi.connector.classloader
-
- ClassLoaderSafeConnectorMetadata(ConnectorMetadata, ClassLoader) - Constructor for class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- ClassLoaderSafeConnectorPageSink - Class in com.facebook.presto.spi.connector.classloader
-
- ClassLoaderSafeConnectorPageSink(ConnectorPageSink, ClassLoader) - Constructor for class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorPageSink
-
- ClassLoaderSafeConnectorPageSinkProvider - Class in com.facebook.presto.spi.connector.classloader
-
- ClassLoaderSafeConnectorPageSinkProvider(ConnectorPageSinkProvider, ClassLoader) - Constructor for class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorPageSinkProvider
-
- ClassLoaderSafeConnectorPageSourceProvider - Class in com.facebook.presto.spi.connector.classloader
-
- ClassLoaderSafeConnectorPageSourceProvider(ConnectorPageSourceProvider, ClassLoader) - Constructor for class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorPageSourceProvider
-
- ClassLoaderSafeConnectorSplitManager - Class in com.facebook.presto.spi.connector.classloader
-
- ClassLoaderSafeConnectorSplitManager(ConnectorSplitManager, ClassLoader) - Constructor for class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorSplitManager
-
- ClassLoaderSafeNodePartitioningProvider - Class in com.facebook.presto.spi.connector.classloader
-
- ClassLoaderSafeNodePartitioningProvider(ConnectorNodePartitioningProvider, ClassLoader) - Constructor for class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeNodePartitioningProvider
-
- cleanupQuery(ConnectorSession) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- cleanupQuery(ConnectorSession) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Cleanup after a SELECT/UPDATE/INSERT/DELETE query.
- close() - Method in class com.facebook.presto.spi.classloader.ThreadContextClassLoader
-
- close() - Method in interface com.facebook.presto.spi.ConnectorPageSource
-
Immediately finishes this page source.
- close() - Method in interface com.facebook.presto.spi.ConnectorSplitSource
-
- close() - Method in class com.facebook.presto.spi.FixedPageSource
-
- close() - Method in class com.facebook.presto.spi.FixedSplitSource
-
- close() - Method in interface com.facebook.presto.spi.RecordCursor
-
- close() - Method in class com.facebook.presto.spi.RecordPageSource
-
- ClusterMemoryPoolInfo - Class in com.facebook.presto.spi.memory
-
- ClusterMemoryPoolInfo(MemoryPoolInfo, int, int) - Constructor for class com.facebook.presto.spi.memory.ClusterMemoryPoolInfo
-
- ClusterMemoryPoolInfo(MemoryPoolInfo, int, int, Optional<QueryId>, Optional<List<QueryId>>) - Constructor for class com.facebook.presto.spi.memory.ClusterMemoryPoolInfo
-
- ClusterMemoryPoolManager - Interface in com.facebook.presto.spi.memory
-
- ClusterTtlProvider - Interface in com.facebook.presto.spi.ttl
-
- ClusterTtlProviderFactory - Interface in com.facebook.presto.spi.ttl
-
- CodegenScalarFunction - Annotation Type in com.facebook.presto.spi.function
-
- ColumnHandle - Interface in com.facebook.presto.spi
-
- ColumnMapping(ConnectorMaterializedViewDefinition.TableColumn, List<ConnectorMaterializedViewDefinition.TableColumn>) - Constructor for class com.facebook.presto.spi.ConnectorMaterializedViewDefinition.ColumnMapping
-
- ColumnMetadata - Class in com.facebook.presto.spi
-
- ColumnMetadata(String, Type) - Constructor for class com.facebook.presto.spi.ColumnMetadata
-
- ColumnMetadata(String, Type, String, boolean) - Constructor for class com.facebook.presto.spi.ColumnMetadata
-
- ColumnMetadata(String, Type, String, String, boolean) - Constructor for class com.facebook.presto.spi.ColumnMetadata
-
- ColumnMetadata(String, Type, String, String, boolean, Map<String, Object>) - Constructor for class com.facebook.presto.spi.ColumnMetadata
-
- ColumnMetadata(String, Type, boolean, String, String, boolean, Map<String, Object>) - Constructor for class com.facebook.presto.spi.ColumnMetadata
-
- ColumnMetadata.Builder - Class in com.facebook.presto.spi
-
- ColumnNotFoundException - Exception in com.facebook.presto.spi
-
- ColumnNotFoundException(SchemaTableName, String) - Constructor for exception com.facebook.presto.spi.ColumnNotFoundException
-
- ColumnNotFoundException(SchemaTableName, String, String) - Constructor for exception com.facebook.presto.spi.ColumnNotFoundException
-
- ColumnNotFoundException(SchemaTableName, String, Throwable) - Constructor for exception com.facebook.presto.spi.ColumnNotFoundException
-
- ColumnNotFoundException(SchemaTableName, String, String, Throwable) - Constructor for exception com.facebook.presto.spi.ColumnNotFoundException
-
- ColumnStatisticMetadata - Class in com.facebook.presto.spi.statistics
-
- ColumnStatisticMetadata(String, ColumnStatisticType) - Constructor for class com.facebook.presto.spi.statistics.ColumnStatisticMetadata
-
- ColumnStatistics - Class in com.facebook.presto.spi.statistics
-
- ColumnStatistics(Estimate, Estimate, Estimate, Optional<DoubleRange>) - Constructor for class com.facebook.presto.spi.statistics.ColumnStatistics
-
- ColumnStatistics.Builder - Class in com.facebook.presto.spi.statistics
-
If one of the estimates below is unspecified, the default "unknown" estimate value
(represented by floating point NaN) may cause the resulting symbol statistics
to be "unknown" as well.
- ColumnStatisticType - Enum in com.facebook.presto.spi.statistics
-
- com.facebook.presto.spi - package com.facebook.presto.spi
-
- com.facebook.presto.spi.api - package com.facebook.presto.spi.api
-
- com.facebook.presto.spi.classloader - package com.facebook.presto.spi.classloader
-
- com.facebook.presto.spi.connector - package com.facebook.presto.spi.connector
-
- com.facebook.presto.spi.connector.classloader - package com.facebook.presto.spi.connector.classloader
-
- com.facebook.presto.spi.constraints - package com.facebook.presto.spi.constraints
-
- com.facebook.presto.spi.eventlistener - package com.facebook.presto.spi.eventlistener
-
- com.facebook.presto.spi.function - package com.facebook.presto.spi.function
-
- com.facebook.presto.spi.function.aggregation - package com.facebook.presto.spi.function.aggregation
-
- com.facebook.presto.spi.memory - package com.facebook.presto.spi.memory
-
- com.facebook.presto.spi.page - package com.facebook.presto.spi.page
-
- com.facebook.presto.spi.plan - package com.facebook.presto.spi.plan
-
- com.facebook.presto.spi.prerequisites - package com.facebook.presto.spi.prerequisites
-
- com.facebook.presto.spi.procedure - package com.facebook.presto.spi.procedure
-
- com.facebook.presto.spi.relation - package com.facebook.presto.spi.relation
-
- com.facebook.presto.spi.resourceGroups - package com.facebook.presto.spi.resourceGroups
-
- com.facebook.presto.spi.schedule - package com.facebook.presto.spi.schedule
-
- com.facebook.presto.spi.security - package com.facebook.presto.spi.security
-
- com.facebook.presto.spi.session - package com.facebook.presto.spi.session
-
- com.facebook.presto.spi.spiller - package com.facebook.presto.spi.spiller
-
- com.facebook.presto.spi.statistics - package com.facebook.presto.spi.statistics
-
- com.facebook.presto.spi.storage - package com.facebook.presto.spi.storage
-
- com.facebook.presto.spi.tracing - package com.facebook.presto.spi.tracing
-
- com.facebook.presto.spi.transaction - package com.facebook.presto.spi.transaction
-
- com.facebook.presto.spi.ttl - package com.facebook.presto.spi.ttl
-
- CombineFunction - Annotation Type in com.facebook.presto.spi.function
-
A function annotated with @CombineFunction is one that will be used
to combine two states into one in aggregation functions.
- commit(ConnectorTransactionHandle) - Method in interface com.facebook.presto.spi.connector.Connector
-
Commit the transaction.
- commit(FunctionNamespaceTransactionHandle) - Method in interface com.facebook.presto.spi.function.FunctionNamespaceManager
-
Commit the transaction.
- commit() - Method in interface com.facebook.presto.spi.storage.TempDataSink
-
File is complete
- commitPageSinkAsync(ConnectorSession, ConnectorOutputTableHandle, Collection<Slice>) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- commitPageSinkAsync(ConnectorSession, ConnectorInsertTableHandle, Collection<Slice>) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- commitPageSinkAsync(ConnectorSession, ConnectorOutputTableHandle, Collection<Slice>) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Commits page sink for table creation.
- commitPageSinkAsync(ConnectorSession, ConnectorInsertTableHandle, Collection<Slice>) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Commits page sink for table insertion.
- comparableTypeParameter(String) - Static method in class com.facebook.presto.spi.function.Signature
-
- comparableWithVariadicBound(String, String) - Static method in class com.facebook.presto.spi.function.Signature
-
- compareTo(int, int, int, Block, int, int, int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- compareTo(VariableReferenceExpression) - Method in class com.facebook.presto.spi.relation.VariableReferenceExpression
-
- comparisonFunction(OperatorType, Type, Type) - Method in interface com.facebook.presto.spi.function.StandardFunctionResolution
-
- compilePredicate(SqlFunctionProperties, Map<SqlFunctionId, SqlInvokedFunction>, RowExpression) - Method in interface com.facebook.presto.spi.relation.PredicateCompiler
-
Predicate expression may not contain any variable references, only input references.
- compress(byte[], int, int, byte[], int, int) - Method in interface com.facebook.presto.spi.page.PageCompressor
-
- compress(ByteBuffer, ByteBuffer) - Method in interface com.facebook.presto.spi.page.PageCompressor
-
- ComputedStatistics - Class in com.facebook.presto.spi.statistics
-
- ComputedStatistics.Builder - Class in com.facebook.presto.spi.statistics
-
- computeLogicalProperties(LogicalPropertiesProvider) - Method in class com.facebook.presto.spi.plan.AggregationNode
-
- computeLogicalProperties(LogicalPropertiesProvider) - Method in class com.facebook.presto.spi.plan.DistinctLimitNode
-
- computeLogicalProperties(LogicalPropertiesProvider) - Method in class com.facebook.presto.spi.plan.FilterNode
-
- computeLogicalProperties(LogicalPropertiesProvider) - Method in class com.facebook.presto.spi.plan.LimitNode
-
- computeLogicalProperties(LogicalPropertiesProvider) - Method in class com.facebook.presto.spi.plan.PlanNode
-
Logical properties are a function of source properties and the operation performed by the plan node
- computeLogicalProperties(LogicalPropertiesProvider) - Method in class com.facebook.presto.spi.plan.ProjectNode
-
- computeLogicalProperties(LogicalPropertiesProvider) - Method in class com.facebook.presto.spi.plan.TableScanNode
-
- computeLogicalProperties(LogicalPropertiesProvider) - Method in class com.facebook.presto.spi.plan.TopNNode
-
- computeLogicalProperties(LogicalPropertiesProvider) - Method in class com.facebook.presto.spi.plan.ValuesNode
-
- computeSerializedPageChecksum(Slice, byte, int, int) - Static method in class com.facebook.presto.spi.page.PagesSerdeUtil
-
- ConfidenceBasedTtlInfo - Class in com.facebook.presto.spi.ttl
-
- ConfidenceBasedTtlInfo(long, double) - Constructor for class com.facebook.presto.spi.ttl.ConfidenceBasedTtlInfo
-
- configure(ResourceGroup, SelectionContext<C>) - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroupConfigurationManager
-
Implementations may retain a reference to the group, and re-configure it asynchronously.
- Connector - Interface in com.facebook.presto.spi.connector
-
- ConnectorAccessControl - Interface in com.facebook.presto.spi.connector
-
- ConnectorBucketNodeMap - Class in com.facebook.presto.spi.connector
-
- ConnectorCapabilities - Enum in com.facebook.presto.spi.connector
-
- ConnectorCommitHandle - Interface in com.facebook.presto.spi.connector
-
- ConnectorContext - Interface in com.facebook.presto.spi.connector
-
- ConnectorFactory - Interface in com.facebook.presto.spi.connector
-
- ConnectorHandleResolver - Interface in com.facebook.presto.spi
-
- ConnectorId - Class in com.facebook.presto.spi
-
- ConnectorId(String) - Constructor for class com.facebook.presto.spi.ConnectorId
-
- ConnectorIdentity - Class in com.facebook.presto.spi.security
-
- ConnectorIdentity(String, Optional<Principal>, Optional<SelectedRole>) - Constructor for class com.facebook.presto.spi.security.ConnectorIdentity
-
- ConnectorIdentity(String, Optional<Principal>, Optional<SelectedRole>, Map<String, String>, Map<String, TokenAuthenticator>, Optional<String>, Optional<String>) - Constructor for class com.facebook.presto.spi.security.ConnectorIdentity
-
- ConnectorIndex - Interface in com.facebook.presto.spi
-
- ConnectorIndexHandle - Interface in com.facebook.presto.spi
-
- ConnectorIndexProvider - Interface in com.facebook.presto.spi.connector
-
- ConnectorInsertTableHandle - Interface in com.facebook.presto.spi
-
- ConnectorMaterializedViewDefinition - Class in com.facebook.presto.spi
-
- ConnectorMaterializedViewDefinition(String, String, String, List<SchemaTableName>, Optional<String>, List<ConnectorMaterializedViewDefinition.ColumnMapping>, List<SchemaTableName>, Optional<List<String>>) - Constructor for class com.facebook.presto.spi.ConnectorMaterializedViewDefinition
-
- ConnectorMaterializedViewDefinition(String, String, String, List<SchemaTableName>, Optional<String>, Map<String, Map<SchemaTableName, String>>, Map<String, Map<SchemaTableName, String>>, List<SchemaTableName>, Optional<List<String>>) - Constructor for class com.facebook.presto.spi.ConnectorMaterializedViewDefinition
-
- ConnectorMaterializedViewDefinition.ColumnMapping - Class in com.facebook.presto.spi
-
- ConnectorMaterializedViewDefinition.TableColumn - Class in com.facebook.presto.spi
-
- ConnectorMetadata - Interface in com.facebook.presto.spi.connector
-
- ConnectorMetadataUpdateHandle - Interface in com.facebook.presto.spi
-
ConnectorMetadataUpdateHandle is the basic unit of metadata that is used to represent
both the request and the response in the metadata update communication cycle
between the worker and the coordinator.
- ConnectorMetadataUpdater - Interface in com.facebook.presto.spi.connector
-
- ConnectorMetadataUpdaterProvider - Interface in com.facebook.presto.spi.connector
-
Every connector that support sending metadata updates to coordinator will
have a SINGLETON provider instance that implements this interface.
- ConnectorNewTableLayout - Class in com.facebook.presto.spi
-
- ConnectorNewTableLayout(ConnectorPartitioningHandle, List<String>) - Constructor for class com.facebook.presto.spi.ConnectorNewTableLayout
-
- ConnectorNodePartitioningProvider - Interface in com.facebook.presto.spi.connector
-
- ConnectorOutputMetadata - Interface in com.facebook.presto.spi.connector
-
Connectors can choose to return ConnectorOutputMetadata from finishInsert or finishCreate.
- ConnectorOutputTableHandle - Interface in com.facebook.presto.spi
-
- ConnectorPageSink - Interface in com.facebook.presto.spi
-
- ConnectorPageSinkProvider - Interface in com.facebook.presto.spi.connector
-
- ConnectorPageSource - Interface in com.facebook.presto.spi
-
- ConnectorPageSourceProvider - Interface in com.facebook.presto.spi.connector
-
- ConnectorPartitionHandle - Class in com.facebook.presto.spi.connector
-
- ConnectorPartitionHandle() - Constructor for class com.facebook.presto.spi.connector.ConnectorPartitionHandle
-
- ConnectorPartitioningHandle - Interface in com.facebook.presto.spi.connector
-
- ConnectorPartitioningMetadata - Class in com.facebook.presto.spi.connector
-
- ConnectorPartitioningMetadata(ConnectorPartitioningHandle, List<String>) - Constructor for class com.facebook.presto.spi.connector.ConnectorPartitioningMetadata
-
- ConnectorPlanOptimizer - Interface in com.facebook.presto.spi
-
Given a PlanNode, return a transformed PlanNode.
- ConnectorPlanOptimizerProvider - Interface in com.facebook.presto.spi.connector
-
- ConnectorPlanRewriter<C> - Class in com.facebook.presto.spi
-
- ConnectorPlanRewriter() - Constructor for class com.facebook.presto.spi.ConnectorPlanRewriter
-
- ConnectorPlanRewriter.RewriteContext<C> - Class in com.facebook.presto.spi
-
- ConnectorRecordSetProvider - Interface in com.facebook.presto.spi.connector
-
- ConnectorResolvedIndex - Class in com.facebook.presto.spi
-
- ConnectorResolvedIndex(ConnectorIndexHandle, TupleDomain<ColumnHandle>) - Constructor for class com.facebook.presto.spi.ConnectorResolvedIndex
-
- ConnectorSession - Interface in com.facebook.presto.spi
-
- ConnectorSplit - Interface in com.facebook.presto.spi
-
- ConnectorSplitBatch(List<ConnectorSplit>, boolean) - Constructor for class com.facebook.presto.spi.ConnectorSplitSource.ConnectorSplitBatch
-
- ConnectorSplitManager - Interface in com.facebook.presto.spi.connector
-
- ConnectorSplitManager.SplitSchedulingContext - Class in com.facebook.presto.spi.connector
-
- ConnectorSplitManager.SplitSchedulingStrategy - Enum in com.facebook.presto.spi.connector
-
- ConnectorSplitSource - Interface in com.facebook.presto.spi
-
- ConnectorSplitSource.ConnectorSplitBatch - Class in com.facebook.presto.spi
-
- ConnectorTableHandle - Interface in com.facebook.presto.spi
-
- ConnectorTableLayout - Class in com.facebook.presto.spi
-
- ConnectorTableLayout(ConnectorTableLayoutHandle) - Constructor for class com.facebook.presto.spi.ConnectorTableLayout
-
- ConnectorTableLayout(ConnectorTableLayoutHandle, Optional<List<ColumnHandle>>, TupleDomain<ColumnHandle>, Optional<ConnectorTablePartitioning>, Optional<Set<ColumnHandle>>, Optional<DiscretePredicates>, List<LocalProperty<ColumnHandle>>) - Constructor for class com.facebook.presto.spi.ConnectorTableLayout
-
- ConnectorTableLayout(ConnectorTableLayoutHandle, Optional<List<ColumnHandle>>, TupleDomain<ColumnHandle>, Optional<ConnectorTablePartitioning>, Optional<Set<ColumnHandle>>, Optional<DiscretePredicates>, List<LocalProperty<ColumnHandle>>, Optional<RowExpression>) - Constructor for class com.facebook.presto.spi.ConnectorTableLayout
-
- ConnectorTableLayoutHandle - Interface in com.facebook.presto.spi
-
- ConnectorTableLayoutResult - Class in com.facebook.presto.spi
-
- ConnectorTableLayoutResult(ConnectorTableLayout, TupleDomain<ColumnHandle>) - Constructor for class com.facebook.presto.spi.ConnectorTableLayoutResult
-
- ConnectorTableMetadata - Class in com.facebook.presto.spi
-
- ConnectorTableMetadata(SchemaTableName, List<ColumnMetadata>) - Constructor for class com.facebook.presto.spi.ConnectorTableMetadata
-
- ConnectorTableMetadata(SchemaTableName, List<ColumnMetadata>, Map<String, Object>) - Constructor for class com.facebook.presto.spi.ConnectorTableMetadata
-
- ConnectorTableMetadata(SchemaTableName, List<ColumnMetadata>, Map<String, Object>, Optional<String>) - Constructor for class com.facebook.presto.spi.ConnectorTableMetadata
-
- ConnectorTableMetadata(SchemaTableName, List<ColumnMetadata>, Map<String, Object>, Optional<String>, List<TableConstraint<ColumnHandle>>) - Constructor for class com.facebook.presto.spi.ConnectorTableMetadata
-
- ConnectorTablePartitioning - Class in com.facebook.presto.spi
-
The partitioning of split groups in a table.
- ConnectorTablePartitioning(ConnectorPartitioningHandle, List<ColumnHandle>) - Constructor for class com.facebook.presto.spi.ConnectorTablePartitioning
-
- ConnectorTransactionHandle - Interface in com.facebook.presto.spi.connector
-
- ConnectorTypeSerde<T> - Interface in com.facebook.presto.spi
-
- ConnectorTypeSerdeProvider - Interface in com.facebook.presto.spi.connector
-
- ConnectorViewDefinition - Class in com.facebook.presto.spi
-
- ConnectorViewDefinition(SchemaTableName, Optional<String>, String) - Constructor for class com.facebook.presto.spi.ConnectorViewDefinition
-
- ConstantExpression - Class in com.facebook.presto.spi.relation
-
- ConstantExpression(Optional<SourceLocation>, Object, Type) - Constructor for class com.facebook.presto.spi.relation.ConstantExpression
-
- ConstantExpression(Object, Type) - Constructor for class com.facebook.presto.spi.relation.ConstantExpression
-
- ConstantProperty<E> - Class in com.facebook.presto.spi
-
- ConstantProperty(E) - Constructor for class com.facebook.presto.spi.ConstantProperty
-
- constrain(Set<E>) - Method in class com.facebook.presto.spi.GroupingProperty
-
- constrain(Set<E>) - Method in interface com.facebook.presto.spi.LocalProperty
-
Return a new instance with the give (reduced) set of columns
- Constraint<T> - Class in com.facebook.presto.spi
-
- Constraint(TupleDomain<T>) - Constructor for class com.facebook.presto.spi.Constraint
-
- Constraint(TupleDomain<T>, Predicate<Map<T, NullableValue>>) - Constructor for class com.facebook.presto.spi.Constraint
-
- Constraint(TupleDomain<T>, Optional<Predicate<Map<T, NullableValue>>>) - Constructor for class com.facebook.presto.spi.Constraint
-
- Convention - Annotation Type in com.facebook.presto.spi.function
-
- copyOf(Map<VariableReferenceExpression, RowExpression>) - Static method in class com.facebook.presto.spi.plan.Assignments
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- CostBasedSourceInfo - Class in com.facebook.presto.spi.statistics
-
Describes plan statistics which are derived from cost based optimizer.
- CostBasedSourceInfo() - Constructor for class com.facebook.presto.spi.statistics.CostBasedSourceInfo
-
- countFunction() - Method in interface com.facebook.presto.spi.function.StandardFunctionResolution
-
- countFunction(Type) - Method in interface com.facebook.presto.spi.function.StandardFunctionResolution
-
- countInputChannels(List<AggregationMetadata.ParameterMetadata>) - Static method in class com.facebook.presto.spi.function.aggregation.AggregationMetadata
-
- CPU_TIME - Static variable in class com.facebook.presto.spi.session.ResourceEstimates
-
- create(String, Map<String, String>, ConnectorContext) - Method in interface com.facebook.presto.spi.connector.ConnectorFactory
-
- create(Map<String, String>) - Method in interface com.facebook.presto.spi.eventlistener.EventListenerFactory
-
- create(String, Map<String, String>, FunctionNamespaceManagerContext) - Method in interface com.facebook.presto.spi.function.FunctionNamespaceManagerFactory
-
- create(Map<String, String>) - Method in interface com.facebook.presto.spi.prerequisites.QueryPrerequisitesFactory
-
- create(Map<String, String>, ResourceGroupConfigurationManagerContext) - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroupConfigurationManagerFactory
-
- create(Map<String, String>) - Method in interface com.facebook.presto.spi.security.PasswordAuthenticatorFactory
-
- create(Map<String, String>) - Method in interface com.facebook.presto.spi.security.SystemAccessControlFactory
-
- create(Map<String, String>, SessionPropertyConfigurationManagerContext) - Method in interface com.facebook.presto.spi.session.SessionPropertyConfigurationManagerFactory
-
- create(TempDataOperationContext) - Method in interface com.facebook.presto.spi.storage.TempStorage
-
- create(Map<String, String>, TempStorageContext) - Method in interface com.facebook.presto.spi.storage.TempStorageFactory
-
- create(Map<String, String>) - Method in interface com.facebook.presto.spi.ttl.ClusterTtlProviderFactory
-
- create(Map<String, String>) - Method in interface com.facebook.presto.spi.ttl.NodeTtlFetcherFactory
-
- createAuthenticatedPrincipal(String, String) - Method in interface com.facebook.presto.spi.security.PasswordAuthenticator
-
Authenticate the provided user and password.
- createBucketNodeMap(int) - Static method in class com.facebook.presto.spi.connector.ConnectorBucketNodeMap
-
- createBucketNodeMap(List<Node>, NodeSelectionStrategy) - Static method in class com.facebook.presto.spi.connector.ConnectorBucketNodeMap
-
- createConstantExpression(Block, Type) - Static method in class com.facebook.presto.spi.relation.ConstantExpression
-
- createFunction(SqlInvokedFunction, boolean) - Method in interface com.facebook.presto.spi.function.FunctionNamespaceManager
-
Create or replace the specified function.
- createGroupedState() - Method in interface com.facebook.presto.spi.function.AccumulatorStateFactory
-
Return value is also guaranteed to implement GroupedAccumulatorState
- createInformationSchemaConnectorId(ConnectorId) - Static method in class com.facebook.presto.spi.ConnectorId
-
- createMaterializedView(ConnectorSession, ConnectorTableMetadata, ConnectorMaterializedViewDefinition, boolean) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- createMaterializedView(ConnectorSession, ConnectorTableMetadata, ConnectorMaterializedViewDefinition, boolean) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Create the specified materialized view.
- createPageIndexer(List<? extends Type>) - Method in interface com.facebook.presto.spi.PageIndexerFactory
-
- createPageSink(ConnectorTransactionHandle, ConnectorSession, ConnectorOutputTableHandle, PageSinkContext) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorPageSinkProvider
-
- createPageSink(ConnectorTransactionHandle, ConnectorSession, ConnectorInsertTableHandle, PageSinkContext) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorPageSinkProvider
-
- createPageSink(ConnectorTransactionHandle, ConnectorSession, ConnectorOutputTableHandle, PageSinkContext) - Method in interface com.facebook.presto.spi.connector.ConnectorPageSinkProvider
-
- createPageSink(ConnectorTransactionHandle, ConnectorSession, ConnectorInsertTableHandle, PageSinkContext) - Method in interface com.facebook.presto.spi.connector.ConnectorPageSinkProvider
-
- createPageSource(ConnectorTransactionHandle, ConnectorSession, ConnectorSplit, List<ColumnHandle>, SplitContext) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorPageSourceProvider
-
- createPageSource(ConnectorTransactionHandle, ConnectorSession, ConnectorSplit, ConnectorTableLayoutHandle, List<ColumnHandle>, SplitContext) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorPageSourceProvider
-
- createPageSource(ConnectorTransactionHandle, ConnectorSession, ConnectorSplit, List<ColumnHandle>, SplitContext) - Method in interface com.facebook.presto.spi.connector.ConnectorPageSourceProvider
-
Deprecated.
- createPageSource(ConnectorTransactionHandle, ConnectorSession, ConnectorSplit, ConnectorTableLayoutHandle, List<ColumnHandle>, SplitContext) - Method in interface com.facebook.presto.spi.connector.ConnectorPageSourceProvider
-
- createRole(ConnectorSession, String, Optional<PrestoPrincipal>) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- createRole(ConnectorSession, String, Optional<PrestoPrincipal>) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Creates the specified role.
- createSchema(ConnectorSession, String, Map<String, Object>) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- createSchema(ConnectorSession, String, Map<String, Object>) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Creates a schema.
- createSingleState() - Method in interface com.facebook.presto.spi.function.AccumulatorStateFactory
-
- createSystemTablesConnectorId(ConnectorId) - Static method in class com.facebook.presto.spi.ConnectorId
-
- createTable(ConnectorSession, ConnectorTableMetadata, boolean) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- createTable(ConnectorSession, ConnectorTableMetadata, boolean) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Creates a table using the specified table metadata.
- createTemporaryTable(ConnectorSession, List<ColumnMetadata>, Optional<ConnectorPartitioningMetadata>) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- createTemporaryTable(ConnectorSession, List<ColumnMetadata>, Optional<ConnectorPartitioningMetadata>) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Creates a temporary table with optional partitioning requirements.
- createView(ConnectorSession, ConnectorTableMetadata, String, boolean) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- createView(ConnectorSession, ConnectorTableMetadata, String, boolean) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Create the specified view.
- cursor() - Method in class com.facebook.presto.spi.InMemoryRecordSet
-
- cursor() - Method in interface com.facebook.presto.spi.RecordSet
-
- cursor(ConnectorTransactionHandle, ConnectorSession, TupleDomain<Integer>) - Method in interface com.facebook.presto.spi.SystemTable
-
Create a cursor for the data in this table.
- get() - Method in class com.facebook.presto.spi.ConnectorPlanRewriter.RewriteContext
-
- get(String, int) - Method in interface com.facebook.presto.spi.NodeProvider
-
- get(VariableReferenceExpression) - Method in class com.facebook.presto.spi.plan.Assignments
-
- getAccessControl() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getAccumulatorClass() - Method in interface com.facebook.presto.spi.function.JavaAggregationFunctionImplementation
-
- getAccumulatorStateDescriptors() - Method in class com.facebook.presto.spi.function.aggregation.AggregationMetadata
-
- getAddInputAllocation() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getAddInputCalls() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getAddInputCpu() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getAddInputWall() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getAggregateFunctionImplementation(FunctionHandle) - Method in interface com.facebook.presto.spi.function.FunctionNamespaceManager
-
- getAggregationMetadata() - Method in interface com.facebook.presto.spi.function.JavaAggregationFunctionImplementation
-
- getAggregationProperties(AggregationNode) - Method in interface com.facebook.presto.spi.plan.LogicalPropertiesProvider
-
- getAggregations() - Method in class com.facebook.presto.spi.plan.AggregationNode
-
- getAllNodes() - Method in interface com.facebook.presto.spi.NodeManager
-
- getAllocation() - Method in class com.facebook.presto.spi.memory.MemoryAllocation
-
- getAlternativeLayoutHandle(ConnectorSession, ConnectorTableLayoutHandle, ConnectorPartitioningHandle) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getAlternativeLayoutHandle(ConnectorSession, ConnectorTableLayoutHandle, ConnectorPartitioningHandle) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Return a table layout handle whose partitioning is converted to the provided partitioning handle,
but otherwise identical to the provided table layout handle.
- getAnalysisTime() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getAnalyzeProperties() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getArgumentConvention(int) - Method in class com.facebook.presto.spi.function.InvocationConvention
-
- getArgumentConventions() - Method in class com.facebook.presto.spi.function.InvocationConvention
-
- getArgumentNames() - Method in class com.facebook.presto.spi.function.FunctionMetadata
-
- getArguments() - Method in class com.facebook.presto.spi.plan.AggregationNode.Aggregation
-
- getArguments() - Method in class com.facebook.presto.spi.procedure.Procedure
-
- getArguments() - Method in class com.facebook.presto.spi.relation.CallExpression
-
- getArguments() - Method in class com.facebook.presto.spi.relation.LambdaDefinitionExpression
-
- getArguments() - Method in class com.facebook.presto.spi.relation.SpecialFormExpression
-
- getArgumentTypes() - Method in class com.facebook.presto.spi.function.FunctionMetadata
-
- getArgumentTypes() - Method in class com.facebook.presto.spi.function.Signature
-
- getArgumentTypes() - Method in class com.facebook.presto.spi.function.SqlFunctionId
-
- getArgumentTypes() - Method in class com.facebook.presto.spi.relation.LambdaDefinitionExpression
-
- getAssignedQueries() - Method in class com.facebook.presto.spi.memory.ClusterMemoryPoolInfo
-
- getAssignments() - Method in class com.facebook.presto.spi.plan.ProjectNode
-
- getAssignments() - Method in class com.facebook.presto.spi.plan.TableScanNode
-
Get the mapping from symbols to columns
- getAssignUniqueIdProperties(PlanNode) - Method in interface com.facebook.presto.spi.plan.LogicalPropertiesProvider
-
- getAuthenticationToken(Slice) - Method in interface com.facebook.presto.spi.security.TokenAuthenticator
-
- getAverage() - Method in class com.facebook.presto.spi.eventlistener.ResourceDistribution
-
- getAverageFullGcSec() - Method in class com.facebook.presto.spi.eventlistener.StageGcStatistics
-
- getBaseTableColumns() - Method in class com.facebook.presto.spi.ConnectorMaterializedViewDefinition.ColumnMapping
-
- getBaseTables() - Method in class com.facebook.presto.spi.ConnectorMaterializedViewDefinition
-
- getBaseTablesOnOuterJoinSide() - Method in class com.facebook.presto.spi.ConnectorMaterializedViewDefinition
-
- getBlock(int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getBlockedNodes() - Method in class com.facebook.presto.spi.memory.ClusterMemoryPoolInfo
-
- getBlockedWall() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getBlockEncodings() - Method in interface com.facebook.presto.spi.Plugin
-
- getBlockEncodingSerde() - Method in interface com.facebook.presto.spi.connector.ConnectorContext
-
- getBlockUnchecked(int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getBody() - Method in class com.facebook.presto.spi.function.SqlInvokedFunction
-
- getBody() - Method in class com.facebook.presto.spi.relation.LambdaDefinitionExpression
-
- getBoolean(int, int) - Method in interface com.facebook.presto.spi.function.WindowIndex
-
Gets a value as a boolean.
- getBoolean(int) - Method in interface com.facebook.presto.spi.RecordCursor
-
- getBucket(Page, int) - Method in interface com.facebook.presto.spi.BucketFunction
-
Gets the bucket for the tuple at the specified position.
- getBucketCount(ConnectorTransactionHandle, ConnectorSession, ConnectorPartitioningHandle) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeNodePartitioningProvider
-
- getBucketCount() - Method in class com.facebook.presto.spi.connector.ConnectorBucketNodeMap
-
- getBucketCount(ConnectorTransactionHandle, ConnectorSession, ConnectorPartitioningHandle) - Method in interface com.facebook.presto.spi.connector.ConnectorNodePartitioningProvider
-
- getBucketFunction(ConnectorTransactionHandle, ConnectorSession, ConnectorPartitioningHandle, List<Type>, int) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeNodePartitioningProvider
-
- getBucketFunction(ConnectorTransactionHandle, ConnectorSession, ConnectorPartitioningHandle, List<Type>, int) - Method in interface com.facebook.presto.spi.connector.ConnectorNodePartitioningProvider
-
- getBucketNodeMap(ConnectorTransactionHandle, ConnectorSession, ConnectorPartitioningHandle, List<Node>) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeNodePartitioningProvider
-
- getBucketNodeMap(ConnectorTransactionHandle, ConnectorSession, ConnectorPartitioningHandle, List<Node>) - Method in interface com.facebook.presto.spi.connector.ConnectorNodePartitioningProvider
-
- getByte(int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getByteUnchecked(int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getCall() - Method in class com.facebook.presto.spi.plan.AggregationNode.Aggregation
-
- getCapabilities() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getCatalog() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getCatalog() - Method in class com.facebook.presto.spi.prerequisites.QueryPrerequisitesContext
-
- getCatalogName() - Method in class com.facebook.presto.spi.CatalogSchemaTableName
-
- getCatalogName() - Method in class com.facebook.presto.spi.ConnectorId
-
- getCatalogName() - Method in class com.facebook.presto.spi.eventlistener.QueryInputMetadata
-
- getCatalogName() - Method in class com.facebook.presto.spi.eventlistener.QueryOutputMetadata
-
- getCatalogSchemaName() - Method in interface com.facebook.presto.spi.function.FunctionHandle
-
- getCatalogSchemaName() - Method in class com.facebook.presto.spi.function.SqlFunctionHandle
-
- getCatalogSessionProperties(SessionConfigurationContext) - Method in interface com.facebook.presto.spi.session.SessionPropertyConfigurationManager
-
- getChecksum() - Method in class com.facebook.presto.spi.page.SerializedPage
-
- getClientInfo() - Method in interface com.facebook.presto.spi.ConnectorSession
-
- getClientInfo() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getClientInfo() - Method in class com.facebook.presto.spi.resourceGroups.SelectionCriteria
-
- getClientInfo() - Method in class com.facebook.presto.spi.security.AccessControlContext
-
- getClientInfo() - Method in class com.facebook.presto.spi.session.SessionConfigurationContext
-
- getClientInfo() - Method in class com.facebook.presto.spi.storage.TempDataOperationContext
-
- getClientTags() - Method in interface com.facebook.presto.spi.ConnectorSession
-
- getClientTags() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getClientTags() - Method in class com.facebook.presto.spi.session.SessionConfigurationContext
-
- getClientTags() - Method in class com.facebook.presto.spi.storage.TempDataOperationContext
-
- getClusterTtl(List<NodeTtl>) - Method in interface com.facebook.presto.spi.ttl.ClusterTtlProvider
-
- getClusterTtlProviderFactories() - Method in interface com.facebook.presto.spi.Plugin
-
- getCode() - Method in enum com.facebook.presto.spi.ErrorCause
-
- getCode() - Method in class com.facebook.presto.spi.WarningCode
-
- getColumn() - Method in class com.facebook.presto.spi.ConstantProperty
-
- getColumn() - Method in class com.facebook.presto.spi.SortingProperty
-
- getColumn() - Method in class com.facebook.presto.spi.SourceLocation
-
- getColumnAccessPermissionCheckingTime() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getColumnHandleClass() - Method in interface com.facebook.presto.spi.ConnectorHandleResolver
-
- getColumnHandles(ConnectorSession, ConnectorTableHandle) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getColumnHandles(ConnectorSession, ConnectorTableHandle) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Gets all of the columns on the specified table, or an empty map if the columns can not be enumerated.
- getColumnMappings() - Method in class com.facebook.presto.spi.ConnectorMaterializedViewDefinition
-
- getColumnMappingsAsMap() - Method in class com.facebook.presto.spi.ConnectorMaterializedViewDefinition
-
- getColumnMetadata(ConnectorSession, ConnectorTableHandle, ColumnHandle) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getColumnMetadata(ConnectorSession, ConnectorTableHandle, ColumnHandle) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Gets the metadata for the specified table column.
- getColumnName() - Method in exception com.facebook.presto.spi.ColumnNotFoundException
-
- getColumnName() - Method in class com.facebook.presto.spi.ConnectorMaterializedViewDefinition.TableColumn
-
- getColumnName() - Method in class com.facebook.presto.spi.statistics.ColumnStatisticMetadata
-
- getColumnNames() - Method in class com.facebook.presto.spi.MaterializedViewStatus.MaterializedDataPredicates
-
- getColumnProperties() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getColumns() - Method in class com.facebook.presto.spi.ConnectorTableLayout
-
The columns from the original table provided by this layout.
- getColumns() - Method in class com.facebook.presto.spi.ConnectorTableMetadata
-
- getColumns() - Method in class com.facebook.presto.spi.ConstantProperty
-
- getColumns() - Method in class com.facebook.presto.spi.constraints.TableConstraint
-
- getColumns() - Method in class com.facebook.presto.spi.DiscretePredicates
-
- getColumns() - Method in class com.facebook.presto.spi.eventlistener.QueryInputMetadata
-
- getColumns() - Method in class com.facebook.presto.spi.GroupingProperty
-
- getColumns() - Method in interface com.facebook.presto.spi.LocalProperty
-
- getColumns() - Method in class com.facebook.presto.spi.SortingProperty
-
- getColumnStatistics() - Method in class com.facebook.presto.spi.statistics.ComputedStatistics
-
- getColumnStatistics() - Method in class com.facebook.presto.spi.statistics.TableStatistics
-
- getColumnStatistics() - Method in class com.facebook.presto.spi.statistics.TableStatisticsMetadata
-
- getColumnTypes() - Method in class com.facebook.presto.spi.InMemoryRecordSet
-
- getColumnTypes() - Method in interface com.facebook.presto.spi.RecordSet
-
- getCombineFunction() - Method in class com.facebook.presto.spi.function.aggregation.AggregationMetadata
-
- getComment() - Method in class com.facebook.presto.spi.ColumnMetadata
-
- getComment() - Method in class com.facebook.presto.spi.ConnectorTableMetadata
-
- getCommonPartitioningHandle(ConnectorSession, ConnectorPartitioningHandle, ConnectorPartitioningHandle) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getCommonPartitioningHandle(ConnectorSession, ConnectorPartitioningHandle, ConnectorPartitioningHandle) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Deprecated.
- getCompletedBytes() - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorPageSink
-
- getCompletedBytes() - Method in interface com.facebook.presto.spi.ConnectorPageSink
-
Gets the number of output bytes written by this page source so far.
- getCompletedBytes() - Method in interface com.facebook.presto.spi.ConnectorPageSource
-
Gets the number of input bytes processed by this page source so far.
- getCompletedBytes() - Method in class com.facebook.presto.spi.FixedPageSource
-
- getCompletedBytes() - Method in interface com.facebook.presto.spi.RecordCursor
-
- getCompletedBytes() - Method in class com.facebook.presto.spi.RecordPageSource
-
- getCompletedDataSizeBytes() - Method in class com.facebook.presto.spi.eventlistener.SplitStatistics
-
- getCompletedPositions() - Method in interface com.facebook.presto.spi.ConnectorPageSource
-
Gets the number of input rows processed by this page source so far.
- getCompletedPositions() - Method in class com.facebook.presto.spi.eventlistener.SplitStatistics
-
- getCompletedPositions() - Method in class com.facebook.presto.spi.FixedPageSource
-
- getCompletedPositions() - Method in class com.facebook.presto.spi.RecordPageSource
-
- getCompletedReadTime() - Method in class com.facebook.presto.spi.eventlistener.SplitStatistics
-
- getCompletedSplits() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getConfidence() - Method in class com.facebook.presto.spi.statistics.PlanStatistics
-
- getConfidencePercentage() - Method in class com.facebook.presto.spi.ttl.ConfidenceBasedTtlInfo
-
- getConnectorFactories() - Method in interface com.facebook.presto.spi.Plugin
-
- getConnectorHandle() - Method in class com.facebook.presto.spi.TableHandle
-
- getConnectorId() - Method in class com.facebook.presto.spi.TableHandle
-
- getConnectorInfo() - Method in class com.facebook.presto.spi.eventlistener.QueryInputMetadata
-
- getConnectorMetadataUpdateHandleSerde() - Method in interface com.facebook.presto.spi.connector.ConnectorTypeSerdeProvider
-
creates and returns the metadata update handle serde
- getConnectorMetadataUpdaterProvider() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getConnectorOutputMetadata() - Method in class com.facebook.presto.spi.eventlistener.QueryOutputMetadata
-
- getConnectorPlanOptimizerProvider() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getConnectorProperties() - Method in class com.facebook.presto.spi.prerequisites.QueryPrerequisitesContext
-
- getConnectorTypeSerdeProvider() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getContext() - Method in class com.facebook.presto.spi.eventlistener.QueryCompletedEvent
-
- getContext() - Method in class com.facebook.presto.spi.eventlistener.QueryCreatedEvent
-
- getContext() - Method in class com.facebook.presto.spi.resourceGroups.SelectionContext
-
- getCount() - Method in class com.facebook.presto.spi.plan.LimitNode
-
Get the limit `N` number of results to return.
- getCount() - Method in class com.facebook.presto.spi.plan.TopNNode
-
- getCpuDistribution() - Method in class com.facebook.presto.spi.eventlistener.StageStatistics
-
- getCpuQuotaGenerationMillisPerSecond() - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroup
-
- getCpuTime() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getCpuTime() - Method in class com.facebook.presto.spi.eventlistener.SplitStatistics
-
- getCpuTime() - Method in class com.facebook.presto.spi.session.ResourceEstimates
-
- getCpuTimeLimit() - Method in class com.facebook.presto.spi.resourceGroups.ResourceGroupQueryLimits
-
- getCreateTime() - Method in class com.facebook.presto.spi.eventlistener.QueryCompletedEvent
-
- getCreateTime() - Method in class com.facebook.presto.spi.eventlistener.QueryCreatedEvent
-
- getCreateTime() - Method in class com.facebook.presto.spi.eventlistener.SplitCompletedEvent
-
- getCumulativeMemory() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getCumulativeTotalMemory() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getCurrentConstraint() - Method in class com.facebook.presto.spi.plan.TableScanNode
-
A TupleDomain that represents a predicate that every row this TableScan node
produces is guaranteed to satisfy.
- getCurrentNode() - Method in interface com.facebook.presto.spi.NodeManager
-
- getCursor() - Method in class com.facebook.presto.spi.RecordPageSource
-
- getDataSize() - Method in class com.facebook.presto.spi.statistics.ColumnStatistics
-
- getDefaultProperties() - Method in interface com.facebook.presto.spi.plan.LogicalPropertiesProvider
-
- getDefaultValue() - Method in class com.facebook.presto.spi.procedure.Procedure.Argument
-
Argument default value in type's stack representation.
- getDefaultValue() - Method in class com.facebook.presto.spi.session.PropertyMetadata
-
Gets the default value for this property.
- getDelegationCheckResult() - Method in class com.facebook.presto.spi.security.AuthorizedIdentity
-
- getDescription() - Method in interface com.facebook.presto.spi.function.SqlFunction
-
- getDescription() - Method in class com.facebook.presto.spi.function.SqlInvokedFunction
-
- getDescription() - Method in class com.facebook.presto.spi.session.PropertyMetadata
-
Description for the end user.
- getDeterminism() - Method in class com.facebook.presto.spi.function.RoutineCharacteristics
-
- getDeterminismEvaluator() - Method in interface com.facebook.presto.spi.relation.RowExpressionService
-
- getDirectColumnMappingsAsMap() - Method in class com.facebook.presto.spi.ConnectorMaterializedViewDefinition
-
- getDiscretePredicates() - Method in class com.facebook.presto.spi.ConnectorTableLayout
-
A collection of discrete predicates describing the data in this layout.
- getDispatchingTime() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getDisplayName() - Method in class com.facebook.presto.spi.relation.CallExpression
-
- getDistinctLimitProperties(DistinctLimitNode) - Method in interface com.facebook.presto.spi.plan.LogicalPropertiesProvider
-
- getDistinctValuesCount() - Method in class com.facebook.presto.spi.statistics.ColumnStatistics
-
- getDistinctVariables() - Method in class com.facebook.presto.spi.plan.DistinctLimitNode
-
- getDistinctVariables() - Method in class com.facebook.presto.spi.plan.MarkDistinctNode
-
- getDistribution() - Method in interface com.facebook.presto.spi.SystemTable
-
- getDomainTranslator() - Method in interface com.facebook.presto.spi.relation.RowExpressionService
-
- getDouble(int, int) - Method in interface com.facebook.presto.spi.function.WindowIndex
-
Gets a value as a double.
- getDouble(int) - Method in interface com.facebook.presto.spi.RecordCursor
-
- getDynamicFilter() - Method in class com.facebook.presto.spi.TableHandle
-
- getDynamicFilterPredicate() - Method in class com.facebook.presto.spi.SplitContext
-
- getEncodingName() - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getEndTime() - Method in class com.facebook.presto.spi.eventlistener.QueryCompletedEvent
-
- getEndTime() - Method in class com.facebook.presto.spi.eventlistener.SplitCompletedEvent
-
- getEnforcedConstraint() - Method in class com.facebook.presto.spi.plan.TableScanNode
-
A TupleDomain that represents a predicate that has been successfully pushed into
this TableScan node.
- getEnvironment() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getEnvironment() - Method in interface com.facebook.presto.spi.NodeManager
-
- getEnvironment() - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroupConfigurationManagerContext
-
- getEnvironment() - Method in interface com.facebook.presto.spi.resourceGroups.SessionPropertyConfigurationManagerContext
-
- getErrorCode() - Method in class com.facebook.presto.spi.eventlistener.QueryFailureInfo
-
- getErrorCode() - Method in exception com.facebook.presto.spi.PrestoException
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getEstimatedSize() - Method in interface com.facebook.presto.spi.function.AccumulatorState
-
- getEstimatedSize() - Method in interface com.facebook.presto.spi.function.aggregation.Accumulator
-
- getEstimatedSize() - Method in interface com.facebook.presto.spi.function.aggregation.GroupedAccumulator
-
- getEventListenerFactories() - Method in interface com.facebook.presto.spi.Plugin
-
- getExecutionStartTime() - Method in class com.facebook.presto.spi.eventlistener.QueryCompletedEvent
-
- getExecutionTime() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getExecutionTime() - Method in class com.facebook.presto.spi.session.ResourceEstimates
-
- getExecutionTimeLimit() - Method in class com.facebook.presto.spi.resourceGroups.ResourceGroupQueryLimits
-
- getExpandedQuery() - Method in class com.facebook.presto.spi.eventlistener.QueryCompletedEvent
-
- getExpiryEpochSecond() - Method in class com.facebook.presto.spi.ttl.ConfidenceBasedTtlInfo
-
- getExpiryInstant() - Method in class com.facebook.presto.spi.ttl.ConfidenceBasedTtlInfo
-
- getExpression() - Method in class com.facebook.presto.spi.function.LongVariableConstraint
-
- getExpressionOptimizer() - Method in interface com.facebook.presto.spi.relation.RowExpressionService
-
- getExpressions() - Method in class com.facebook.presto.spi.plan.Assignments
-
- getExtraAuthenticators() - Method in class com.facebook.presto.spi.security.ConnectorIdentity
-
- getExtraAuthenticators() - Method in class com.facebook.presto.spi.security.Identity
-
- getExtraCredentials() - Method in class com.facebook.presto.spi.security.ConnectorIdentity
-
- getExtraCredentials() - Method in class com.facebook.presto.spi.security.Identity
-
- getExtraInfo() - Method in class com.facebook.presto.spi.ColumnMetadata
-
- getFactory() - Method in class com.facebook.presto.spi.function.aggregation.AggregationMetadata.AccumulatorStateDescriptor
-
- getFailedTasks() - Method in class com.facebook.presto.spi.eventlistener.QueryCompletedEvent
-
- getFailureHost() - Method in class com.facebook.presto.spi.eventlistener.QueryFailureInfo
-
- getFailureInfo() - Method in class com.facebook.presto.spi.eventlistener.QueryCompletedEvent
-
- getFailureInfo() - Method in class com.facebook.presto.spi.eventlistener.SplitCompletedEvent
-
- getFailureMessage() - Method in class com.facebook.presto.spi.eventlistener.QueryFailureInfo
-
- getFailureMessage() - Method in class com.facebook.presto.spi.eventlistener.SplitFailureInfo
-
- getFailuresJson() - Method in class com.facebook.presto.spi.eventlistener.QueryFailureInfo
-
- getFailureTask() - Method in class com.facebook.presto.spi.eventlistener.QueryFailureInfo
-
- getFailureType() - Method in class com.facebook.presto.spi.eventlistener.QueryFailureInfo
-
- getFailureType() - Method in class com.facebook.presto.spi.eventlistener.SplitFailureInfo
-
- getField() - Method in class com.facebook.presto.spi.relation.InputReferenceExpression
-
- getFilter() - Method in class com.facebook.presto.spi.plan.AggregationNode.Aggregation
-
- getFilterProperties(FilterNode) - Method in interface com.facebook.presto.spi.plan.LogicalPropertiesProvider
-
- getFilterStatsCalculatorService() - Method in interface com.facebook.presto.spi.connector.ConnectorContext
-
- getFinalType() - Method in interface com.facebook.presto.spi.function.aggregation.Accumulator
-
- getFinalType() - Method in interface com.facebook.presto.spi.function.aggregation.GroupedAccumulator
-
- getFinalType() - Method in interface com.facebook.presto.spi.function.JavaAggregationFunctionImplementation
-
- getFinishAllocation() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getFinishCalls() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getFinishCpu() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getFinishWall() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getFirstDynamicSegmentPosition() - Method in class com.facebook.presto.spi.resourceGroups.SelectionContext
-
- getFixedMapping() - Method in class com.facebook.presto.spi.connector.ConnectorBucketNodeMap
-
- getForm() - Method in class com.facebook.presto.spi.relation.SpecialFormExpression
-
- getFreeBytes() - Method in class com.facebook.presto.spi.memory.MemoryPoolInfo
-
- getFullGcTasks() - Method in class com.facebook.presto.spi.eventlistener.StageGcStatistics
-
- getFunctionHandle(Optional<? extends FunctionNamespaceTransactionHandle>, Signature) - Method in interface com.facebook.presto.spi.function.FunctionNamespaceManager
-
- getFunctionHandle() - Method in class com.facebook.presto.spi.function.RemoteScalarFunctionImplementation
-
- getFunctionHandle() - Method in class com.facebook.presto.spi.function.SqlInvokedFunction
-
- getFunctionHandle() - Method in class com.facebook.presto.spi.plan.AggregationNode.Aggregation
-
- getFunctionHandle() - Method in class com.facebook.presto.spi.relation.CallExpression
-
- getFunctionHandleClass() - Method in interface com.facebook.presto.spi.function.FunctionHandleResolver
-
- getFunctionHandleClass() - Method in class com.facebook.presto.spi.function.SqlFunctionHandle.Resolver
-
- getFunctionId() - Method in class com.facebook.presto.spi.function.SqlFunctionHandle
-
- getFunctionId() - Method in class com.facebook.presto.spi.function.SqlInvokedFunction
-
- getFunctionKind() - Method in class com.facebook.presto.spi.function.FunctionMetadata
-
- getFunctionMetadata(FunctionHandle) - Method in interface com.facebook.presto.spi.function.FunctionMetadataManager
-
- getFunctionMetadata(FunctionHandle) - Method in interface com.facebook.presto.spi.function.FunctionNamespaceManager
-
- getFunctionMetadataManager() - Method in interface com.facebook.presto.spi.connector.ConnectorContext
-
- getFunctionName() - Method in class com.facebook.presto.spi.function.SqlFunctionId
-
- getFunctionNamespaceManagerFactories() - Method in interface com.facebook.presto.spi.Plugin
-
- getFunctions(Optional<? extends FunctionNamespaceTransactionHandle>, QualifiedObjectName) - Method in interface com.facebook.presto.spi.function.FunctionNamespaceManager
-
- getFunctions() - Method in interface com.facebook.presto.spi.Plugin
-
- getGcStatistics() - Method in class com.facebook.presto.spi.eventlistener.StageStatistics
-
- getGetOutputAllocation() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getGetOutputCalls() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getGetOutputCpu() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getGetOutputWall() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getGlobalGroupingSets() - Method in class com.facebook.presto.spi.plan.AggregationNode
-
- getGlobalGroupingSets() - Method in class com.facebook.presto.spi.plan.AggregationNode.GroupingSetDescriptor
-
- getGrantee() - Method in class com.facebook.presto.spi.security.GrantInfo
-
- getGrantee() - Method in class com.facebook.presto.spi.security.RoleGrant
-
- getGrantor() - Method in class com.facebook.presto.spi.security.GrantInfo
-
- getGroupCount() - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getGroupedAccumulatorClass() - Method in interface com.facebook.presto.spi.function.JavaAggregationFunctionImplementation
-
- getGroupedStateClass() - Method in interface com.facebook.presto.spi.function.AccumulatorStateFactory
-
- getGroupId(int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getGroupIdVariable() - Method in class com.facebook.presto.spi.plan.AggregationNode
-
- getGroupingColumns() - Method in class com.facebook.presto.spi.statistics.ComputedStatistics
-
- getGroupingColumns() - Method in class com.facebook.presto.spi.statistics.TableStatisticsMetadata
-
- getGroupingKeys() - Method in class com.facebook.presto.spi.plan.AggregationNode
-
- getGroupingKeys() - Method in class com.facebook.presto.spi.plan.AggregationNode.GroupingSetDescriptor
-
- getGroupingSetCount() - Method in class com.facebook.presto.spi.plan.AggregationNode
-
- getGroupingSetCount() - Method in class com.facebook.presto.spi.plan.AggregationNode.GroupingSetDescriptor
-
- getGroupingSets() - Method in class com.facebook.presto.spi.plan.AggregationNode
-
- getGroupingValues() - Method in class com.facebook.presto.spi.statistics.ComputedStatistics
-
- getHandle() - Method in class com.facebook.presto.spi.ConnectorTableLayout
-
- getHandleResolver() - Method in interface com.facebook.presto.spi.connector.ConnectorFactory
-
- getHandleResolver() - Method in interface com.facebook.presto.spi.function.FunctionNamespaceManagerFactory
-
- getHardConcurrencyLimit() - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroup
-
- getHardCpuLimit() - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroup
-
- getHash() - Method in class com.facebook.presto.spi.plan.PlanNodeWithHash
-
- getHash() - Method in class com.facebook.presto.spi.statistics.HistoryBasedSourceInfo
-
- getHashVariable() - Method in class com.facebook.presto.spi.plan.AggregationNode
-
- getHashVariable() - Method in class com.facebook.presto.spi.plan.DistinctLimitNode
-
- getHashVariable() - Method in class com.facebook.presto.spi.plan.MarkDistinctNode
-
- getHistoryBasedPlanStatisticsProviders() - Method in interface com.facebook.presto.spi.Plugin
-
- getHost() - Method in interface com.facebook.presto.spi.Node
-
- getHost() - Method in class com.facebook.presto.spi.ttl.NodeInfo
-
- getHostAndPort() - Method in interface com.facebook.presto.spi.Node
-
- getHostText() - Method in class com.facebook.presto.spi.HostAddress
-
Returns the portion of this HostAddress instance that should
represent the hostname or IPv4/IPv6 literal.
- getHttpUri() - Method in interface com.facebook.presto.spi.Node
-
- getId() - Method in class com.facebook.presto.spi.function.SqlFunctionId
-
- getId() - Method in class com.facebook.presto.spi.memory.MemoryPoolId
-
- getId() - Method in class com.facebook.presto.spi.plan.PlanNode
-
- getId() - Method in class com.facebook.presto.spi.plan.PlanNodeId
-
- getId() - Method in class com.facebook.presto.spi.QueryId
-
- getId() - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroup
-
- getId() - Method in class com.facebook.presto.spi.statistics.PlanStatisticsWithSourceInfo
-
- getIdentifier(Optional<ConnectorSplit>, PlanCanonicalizationStrategy) - Method in interface com.facebook.presto.spi.ConnectorTableLayoutHandle
-
Identifier is used to identify if the table layout is providing the same set of data.
- getIdentity() - Method in interface com.facebook.presto.spi.ConnectorSession
-
- getIdentity() - Method in class com.facebook.presto.spi.storage.TempDataOperationContext
-
- getImplementation() - Method in class com.facebook.presto.spi.function.SqlInvokedScalarFunctionImplementation
-
- getImplementationType() - Method in class com.facebook.presto.spi.function.FunctionMetadata
-
- getImplementationType() - Method in class com.facebook.presto.spi.function.RemoteScalarFunctionImplementation
-
- getImplementationType() - Method in interface com.facebook.presto.spi.function.SqlFunctionExecutor
-
- getIndex(ConnectorTransactionHandle, ConnectorSession, ConnectorIndexHandle, List<ColumnHandle>, List<ColumnHandle>) - Method in interface com.facebook.presto.spi.connector.ConnectorIndexProvider
-
- getIndexHandle() - Method in class com.facebook.presto.spi.ConnectorResolvedIndex
-
- getIndexHandleClass() - Method in interface com.facebook.presto.spi.ConnectorHandleResolver
-
- getIndexProvider() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getInfiniteTtl() - Static method in class com.facebook.presto.spi.ttl.ConfidenceBasedTtlInfo
-
- getInfo(ConnectorTableLayoutHandle) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getInfo(ConnectorTableLayoutHandle) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Return the connector-specific metadata for the specified table layout.
- getInfo() - Method in interface com.facebook.presto.spi.connector.ConnectorOutputMetadata
-
- getInfo() - Method in interface com.facebook.presto.spi.ConnectorSplit
-
Deprecated.
- getInfo() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getInfoMap() - Method in interface com.facebook.presto.spi.ConnectorSplit
-
- getInputDataSize() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getInputFunction() - Method in class com.facebook.presto.spi.function.aggregation.AggregationMetadata
-
- getInputPositions() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getInputs() - Method in class com.facebook.presto.spi.eventlistener.QueryIOMetadata
-
- getInputTableStatistics() - Method in class com.facebook.presto.spi.statistics.HistoricalPlanStatisticsEntry
-
- getInputTableStatistics() - Method in class com.facebook.presto.spi.statistics.HistoryBasedSourceInfo
-
- getInsertLayout(ConnectorSession, ConnectorTableHandle) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getInsertLayout(ConnectorSession, ConnectorTableHandle) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Get the physical layout for a inserting into an existing table.
- getInsertTableHandleClass() - Method in interface com.facebook.presto.spi.ConnectorHandleResolver
-
- getInstance() - Static method in class com.facebook.presto.spi.statistics.EmptyPlanStatisticsProvider
-
- getInt(int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getIntermediateType() - Method in interface com.facebook.presto.spi.function.aggregation.Accumulator
-
- getIntermediateType() - Method in interface com.facebook.presto.spi.function.aggregation.GroupedAccumulator
-
- getIntermediateType() - Method in interface com.facebook.presto.spi.function.JavaAggregationFunctionImplementation
-
- getIntUnchecked(int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getInvocationConvention() - Method in interface com.facebook.presto.spi.function.JavaScalarFunctionImplementation
-
- getIoMetadata() - Method in class com.facebook.presto.spi.eventlistener.QueryCompletedEvent
-
- getJavaType() - Method in class com.facebook.presto.spi.session.PropertyMetadata
-
Java type of this property.
- getJmxExport() - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroup
-
- getJoinProperties(PlanNode) - Method in interface com.facebook.presto.spi.plan.LogicalPropertiesProvider
-
- getJsonLengthLimitExceeded() - Method in class com.facebook.presto.spi.eventlistener.QueryOutputMetadata
-
- getJsonPlan() - Method in class com.facebook.presto.spi.eventlistener.QueryMetadata
-
- getKind() - Method in class com.facebook.presto.spi.function.Signature
-
- getLambda() - Method in interface com.facebook.presto.spi.function.aggregation.LambdaProvider
-
- getLambdaInterfaces() - Method in class com.facebook.presto.spi.function.aggregation.AggregationMetadata
-
- getLanguage() - Method in class com.facebook.presto.spi.function.FunctionMetadata
-
- getLanguage() - Method in class com.facebook.presto.spi.function.RemoteScalarFunctionImplementation
-
- getLanguage() - Method in class com.facebook.presto.spi.function.RoutineCharacteristics
-
- getLanguage() - Method in class com.facebook.presto.spi.function.RoutineCharacteristics.Language
-
- getLargestMemoryQuery() - Method in class com.facebook.presto.spi.memory.ClusterMemoryPoolInfo
-
- getLastRunsStatistics() - Method in class com.facebook.presto.spi.statistics.HistoricalPlanStatistics
-
- getLastSegment() - Method in class com.facebook.presto.spi.resourceGroups.ResourceGroupId
-
- getLayout() - Method in class com.facebook.presto.spi.TableHandle
-
- getLimit() - Method in class com.facebook.presto.spi.plan.DistinctLimitNode
-
- getLimitProperties(LimitNode) - Method in interface com.facebook.presto.spi.plan.LogicalPropertiesProvider
-
- getLine() - Method in class com.facebook.presto.spi.SourceLocation
-
- getLoadedBlock() - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getLocale() - Method in interface com.facebook.presto.spi.ConnectorSession
-
- getLocality() - Method in class com.facebook.presto.spi.plan.ProjectNode
-
- getLocalProperties() - Method in class com.facebook.presto.spi.ConnectorTableLayout
-
Properties describing the layout of the data (grouping/sorting) within each partition
- getLogicalPlanOptimizers() - Method in interface com.facebook.presto.spi.connector.ConnectorPlanOptimizerProvider
-
The plan optimizers to be applied before having the notion of distribution.
- getLong(int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getLong(int, int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getLong(int, int) - Method in interface com.facebook.presto.spi.function.WindowIndex
-
Gets a value as a long.
- getLong(int) - Method in interface com.facebook.presto.spi.RecordCursor
-
- getLongUnchecked(int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getLongUnchecked(int, int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getLongVariableConstraints() - Method in class com.facebook.presto.spi.function.Signature
-
- getMap() - Method in class com.facebook.presto.spi.plan.Assignments
-
- getMarkerVariable() - Method in class com.facebook.presto.spi.plan.MarkDistinctNode
-
- getMask() - Method in class com.facebook.presto.spi.plan.AggregationNode.Aggregation
-
- getMaterializedView(ConnectorSession, SchemaTableName) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getMaterializedView(ConnectorSession, SchemaTableName) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Gets the materialized view data for the specified materialized view name.
- getMaterializedViewState() - Method in class com.facebook.presto.spi.MaterializedViewStatus
-
- getMaterializedViewStatus(ConnectorSession, SchemaTableName) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getMaterializedViewStatus(ConnectorSession, SchemaTableName, TupleDomain<String>) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getMaterializedViewStatus(ConnectorSession, SchemaTableName, TupleDomain<String>) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Get the materialized view status to inform the engine how much data has been materialized in the view
- getMaterializedViewStatus(ConnectorSession, SchemaTableName) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
- getMax() - Method in class com.facebook.presto.spi.eventlistener.ResourceDistribution
-
- getMax() - Method in class com.facebook.presto.spi.statistics.DoubleRange
-
- getMaxBytes() - Method in class com.facebook.presto.spi.memory.MemoryPoolInfo
-
- getMaxFullGcSec() - Method in class com.facebook.presto.spi.eventlistener.StageGcStatistics
-
- getMaxIndex() - Method in interface com.facebook.presto.spi.PageIndexer
-
Returns maximum index value returned.
- getMaxQueuedQueries() - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroup
-
- getMemoryDistribution() - Method in class com.facebook.presto.spi.eventlistener.StageStatistics
-
- getMemoryPoolInfo() - Method in class com.facebook.presto.spi.memory.ClusterMemoryPoolInfo
-
- getMemoryPoolManager() - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroupConfigurationManagerContext
-
- getMessage() - Method in exception com.facebook.presto.spi.PrestoException
-
- getMessage() - Method in class com.facebook.presto.spi.PrestoWarning
-
- getMetadata(ConnectorTransactionHandle) - Method in interface com.facebook.presto.spi.connector.Connector
-
Guaranteed to be called at most once per transaction.
- getMetadata() - Method in class com.facebook.presto.spi.eventlistener.QueryCompletedEvent
-
- getMetadata() - Method in class com.facebook.presto.spi.eventlistener.QueryCreatedEvent
-
- getMetadata() - Method in class com.facebook.presto.spi.eventlistener.QueryUpdatedEvent
-
- getMetadataUpdateHandleClass() - Method in interface com.facebook.presto.spi.ConnectorHandleResolver
-
- getMetadataUpdater() - Method in interface com.facebook.presto.spi.connector.ConnectorMetadataUpdaterProvider
-
Create and return metadata updater that handles metadata requests/responses.
- getMetadataUpdater() - Method in class com.facebook.presto.spi.PageSinkContext
-
- getMetadataUpdateResults(List<ConnectorMetadataUpdateHandle>, QueryId) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getMetadataUpdateResults(List<ConnectorMetadataUpdateHandle>, QueryId) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Handles metadata update requests and sends the results back to worker
- getMethodHandle() - Method in interface com.facebook.presto.spi.function.JavaScalarFunctionImplementation
-
- getMethodHandle() - Method in class com.facebook.presto.spi.procedure.Procedure
-
- getMin() - Method in class com.facebook.presto.spi.eventlistener.ResourceDistribution
-
- getMin() - Method in class com.facebook.presto.spi.statistics.DoubleRange
-
- getMinFullGcSec() - Method in class com.facebook.presto.spi.eventlistener.StageGcStatistics
-
- getName() - Method in class com.facebook.presto.spi.ColumnMetadata
-
- getName() - Method in interface com.facebook.presto.spi.connector.ConnectorFactory
-
- getName() - Method in class com.facebook.presto.spi.ConnectorViewDefinition
-
- getName() - Method in class com.facebook.presto.spi.constraints.TableConstraint
-
- getName() - Method in interface com.facebook.presto.spi.eventlistener.EventListenerFactory
-
- getName() - Method in class com.facebook.presto.spi.function.aggregation.AggregationMetadata
-
- getName() - Method in class com.facebook.presto.spi.function.FunctionMetadata
-
- getName() - Method in interface com.facebook.presto.spi.function.FunctionNamespaceManagerFactory
-
- getName() - Method in class com.facebook.presto.spi.function.LongVariableConstraint
-
- getName() - Method in class com.facebook.presto.spi.function.Parameter
-
- getName() - Method in class com.facebook.presto.spi.function.Signature
-
- getName() - Method in class com.facebook.presto.spi.function.TypeVariableConstraint
-
- getName() - Method in interface com.facebook.presto.spi.prerequisites.QueryPrerequisitesFactory
-
- getName() - Method in class com.facebook.presto.spi.procedure.Procedure.Argument
-
- getName() - Method in class com.facebook.presto.spi.procedure.Procedure
-
- getName() - Method in class com.facebook.presto.spi.relation.VariableReferenceExpression
-
- getName() - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroupConfigurationManagerFactory
-
- getName() - Method in interface com.facebook.presto.spi.security.PasswordAuthenticatorFactory
-
- getName() - Method in class com.facebook.presto.spi.security.PrestoPrincipal
-
- getName() - Method in interface com.facebook.presto.spi.security.SystemAccessControlFactory
-
- getName() - Method in class com.facebook.presto.spi.session.PropertyMetadata
-
Name of the property.
- getName() - Method in interface com.facebook.presto.spi.session.SessionPropertyConfigurationManagerFactory
-
- getName() - Method in class com.facebook.presto.spi.statistics.EmptyPlanStatisticsProvider
-
- getName() - Method in interface com.facebook.presto.spi.statistics.HistoryBasedPlanStatisticsProvider
-
- getName() - Method in interface com.facebook.presto.spi.storage.TempStorageFactory
-
- getName() - Method in interface com.facebook.presto.spi.ttl.ClusterTtlProviderFactory
-
- getName() - Method in interface com.facebook.presto.spi.ttl.NodeTtlFetcherFactory
-
- getName() - Method in class com.facebook.presto.spi.WarningCode
-
- getNameSuffix() - Method in class com.facebook.presto.spi.function.Signature
-
- getNewTableLayout(ConnectorSession, ConnectorTableMetadata) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getNewTableLayout(ConnectorSession, ConnectorTableMetadata) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Get the physical layout for a new table.
- getNewTracer() - Method in interface com.facebook.presto.spi.tracing.TracerProvider
-
- getNextBatch(ConnectorPartitionHandle, int) - Method in interface com.facebook.presto.spi.ConnectorSplitSource
-
- getNextBatch(ConnectorPartitionHandle, int) - Method in class com.facebook.presto.spi.FixedSplitSource
-
- getNextId() - Method in class com.facebook.presto.spi.plan.PlanNodeIdAllocator
-
- getNextPage() - Method in interface com.facebook.presto.spi.ConnectorPageSource
-
Gets the next page of data.
- getNextPage() - Method in class com.facebook.presto.spi.FixedPageSource
-
- getNextPage() - Method in class com.facebook.presto.spi.RecordPageSource
-
- getNodeIdentifier() - Method in interface com.facebook.presto.spi.Node
-
- getNodeIdentifier() - Method in class com.facebook.presto.spi.ttl.NodeInfo
-
- getNodeManager() - Method in interface com.facebook.presto.spi.connector.ConnectorContext
-
- getNodeManager() - Method in class com.facebook.presto.spi.storage.TempStorageContext
-
- getNodePartitioningProvider() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getNodeSelectionStrategy() - Method in class com.facebook.presto.spi.connector.ConnectorBucketNodeMap
-
- getNodeSelectionStrategy() - Method in interface com.facebook.presto.spi.ConnectorSplit
-
Indicate the node affinity of a Split
1.
- getNodeTtlFetcherFactories() - Method in interface com.facebook.presto.spi.Plugin
-
- getNullCallClause() - Method in class com.facebook.presto.spi.function.AlterRoutineCharacteristics
-
- getNullCallClause() - Method in class com.facebook.presto.spi.function.RoutineCharacteristics
-
- getNullsFraction() - Method in class com.facebook.presto.spi.statistics.ColumnStatistics
-
- getObject(int, int) - Method in interface com.facebook.presto.spi.function.WindowIndex
-
Gets an object value.
- getObject(int) - Method in interface com.facebook.presto.spi.RecordCursor
-
- getOffsetBase() - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getOperatorId() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getOperatorStatistics() - Method in class com.facebook.presto.spi.eventlistener.QueryCompletedEvent
-
- getOperatorType() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getOperatorType() - Method in class com.facebook.presto.spi.function.FunctionMetadata
-
- getOrder() - Method in class com.facebook.presto.spi.SortingProperty
-
- getOrderBy() - Method in class com.facebook.presto.spi.plan.AggregationNode.Aggregation
-
- getOrderBy() - Method in class com.facebook.presto.spi.plan.OrderingScheme
-
- getOrderByVariables() - Method in class com.facebook.presto.spi.plan.OrderingScheme
-
- getOrdering(VariableReferenceExpression) - Method in class com.facebook.presto.spi.plan.OrderingScheme
-
- getOrderingScheme() - Method in class com.facebook.presto.spi.plan.TopNNode
-
- getOrderingsMap() - Method in class com.facebook.presto.spi.plan.OrderingScheme
-
Sort order of ORDER BY variables.
- getOriginalSql() - Method in class com.facebook.presto.spi.ConnectorMaterializedViewDefinition
-
- getOutput() - Method in class com.facebook.presto.spi.eventlistener.QueryIOMetadata
-
- getOutputBytes() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getOutputDataSize() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getOutputFunction() - Method in class com.facebook.presto.spi.function.aggregation.AggregationMetadata
-
- getOutputPositions() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getOutputRows() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getOutputs() - Method in class com.facebook.presto.spi.plan.Assignments
-
- getOutputSize() - Method in class com.facebook.presto.spi.statistics.PlanStatistics
-
- getOutputTableHandleClass() - Method in interface com.facebook.presto.spi.ConnectorHandleResolver
-
- getOutputType() - Method in class com.facebook.presto.spi.function.aggregation.AggregationMetadata
-
- getOutputVariables() - Method in class com.facebook.presto.spi.plan.AggregationNode
-
- getOutputVariables() - Method in class com.facebook.presto.spi.plan.DistinctLimitNode
-
- getOutputVariables() - Method in class com.facebook.presto.spi.plan.FilterNode
-
- getOutputVariables() - Method in class com.facebook.presto.spi.plan.LimitNode
-
- getOutputVariables() - Method in class com.facebook.presto.spi.plan.MarkDistinctNode
-
- getOutputVariables() - Method in class com.facebook.presto.spi.plan.PlanNode
-
The output from the upstream PlanNodes.
- getOutputVariables() - Method in class com.facebook.presto.spi.plan.ProjectNode
-
- getOutputVariables() - Method in class com.facebook.presto.spi.plan.SetOperationNode
-
- getOutputVariables() - Method in class com.facebook.presto.spi.plan.TableScanNode
-
- getOutputVariables() - Method in class com.facebook.presto.spi.plan.TopNNode
-
- getOutputVariables() - Method in class com.facebook.presto.spi.plan.ValuesNode
-
- getOwner() - Method in class com.facebook.presto.spi.ConnectorMaterializedViewDefinition
-
- getOwner() - Method in class com.facebook.presto.spi.ConnectorViewDefinition
-
- getP25() - Method in class com.facebook.presto.spi.eventlistener.ResourceDistribution
-
- getP50() - Method in class com.facebook.presto.spi.eventlistener.ResourceDistribution
-
- getP75() - Method in class com.facebook.presto.spi.eventlistener.ResourceDistribution
-
- getP90() - Method in class com.facebook.presto.spi.eventlistener.ResourceDistribution
-
- getP95() - Method in class com.facebook.presto.spi.eventlistener.ResourceDistribution
-
- getP99() - Method in class com.facebook.presto.spi.eventlistener.ResourceDistribution
-
- getPageCodecMarkers() - Method in class com.facebook.presto.spi.page.SerializedPage
-
- getPageIndexerFactory() - Method in interface com.facebook.presto.spi.connector.ConnectorContext
-
- getPageSinkProvider() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getPageSorter() - Method in interface com.facebook.presto.spi.connector.ConnectorContext
-
- getPageSourceProvider() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getParameters() - Method in class com.facebook.presto.spi.function.SqlInvokedFunction
-
- getParameterType() - Method in class com.facebook.presto.spi.function.aggregation.AggregationMetadata.ParameterMetadata
-
- getParameterTypes() - Method in interface com.facebook.presto.spi.function.JavaAggregationFunctionImplementation
-
- getParametricTypes() - Method in interface com.facebook.presto.spi.Plugin
-
- getParent() - Method in class com.facebook.presto.spi.resourceGroups.ResourceGroupId
-
- getPartitionColumns() - Method in class com.facebook.presto.spi.connector.ConnectorPartitioningMetadata
-
- getPartitionColumns() - Method in class com.facebook.presto.spi.ConnectorNewTableLayout
-
- getPartitioning() - Method in class com.facebook.presto.spi.ConnectorNewTableLayout
-
- getPartitioningColumns() - Method in class com.facebook.presto.spi.ConnectorTablePartitioning
-
The columns used to partition the table across the worker nodes.
- getPartitioningHandle() - Method in class com.facebook.presto.spi.connector.ConnectorPartitioningMetadata
-
- getPartitioningHandle() - Method in class com.facebook.presto.spi.ConnectorTablePartitioning
-
A handle to the partitioning scheme used to divide the table across worker nodes.
- getPartitioningHandleClass() - Method in interface com.facebook.presto.spi.ConnectorHandleResolver
-
- getPartitioningHandleForExchange(ConnectorSession, int, List<Type>) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getPartitioningHandleForExchange(ConnectorSession, int, List<Type>) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Provides partitioning handle for exchange.
- getPartitionsFromBaseTables() - Method in class com.facebook.presto.spi.MaterializedViewStatus
-
- getPasswordAuthenticatorFactories() - Method in interface com.facebook.presto.spi.Plugin
-
- getPayload() - Method in class com.facebook.presto.spi.eventlistener.QueryMetadata
-
- getPayload() - Method in class com.facebook.presto.spi.eventlistener.SplitCompletedEvent
-
- getPeakMemory() - Method in class com.facebook.presto.spi.session.ResourceEstimates
-
- getPeakNodeTotalMemory() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getPeakRunningTasks() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getPeakSystemMemoryReservation() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getPeakTaskMemory() - Method in class com.facebook.presto.spi.session.ResourceEstimates
-
- getPeakTaskTotalMemory() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getPeakTaskUserMemory() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getPeakTotalMemoryReservation() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getPeakTotalNonRevocableMemoryBytes() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getPeakUserMemoryBytes() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getPeakUserMemoryReservation() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getPendingMetadataUpdateRequests() - Method in interface com.facebook.presto.spi.connector.ConnectorMetadataUpdater
-
Gets the pending metadata update requests that are to be sent to the coordinator.
- getPerQueryLimits() - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroup
-
- getPhysicalPlanOptimizers() - Method in interface com.facebook.presto.spi.connector.ConnectorPlanOptimizerProvider
-
The plan optimizers to be applied after having the notion of distribution.
- getPhysicalWrittenDataSize() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getPhysicalWrittenDataSize() - Method in class com.facebook.presto.spi.eventlistener.StageStatistics
-
- getPipelineId() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getPlan() - Method in class com.facebook.presto.spi.eventlistener.QueryMetadata
-
- getPlanningTime() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getPlanNode() - Method in class com.facebook.presto.spi.plan.PlanNodeWithHash
-
- getPlanNodeId() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getPlanStatistics() - Method in class com.facebook.presto.spi.statistics.HistoricalPlanStatisticsEntry
-
- getPlanStatistics() - Method in class com.facebook.presto.spi.statistics.PlanStatisticsWithSourceInfo
-
- getPlanStatisticsRead() - Method in class com.facebook.presto.spi.eventlistener.QueryCompletedEvent
-
- getPlanStatisticsWritten() - Method in class com.facebook.presto.spi.eventlistener.QueryCompletedEvent
-
- getPort() - Method in class com.facebook.presto.spi.HostAddress
-
Get the current port number, failing if no port is defined.
- getPortOrDefault(int) - Method in class com.facebook.presto.spi.HostAddress
-
Returns the current port number, with a default if no port is defined.
- getPositionCount() - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getPositionCount() - Method in class com.facebook.presto.spi.page.SerializedPage
-
- getPositionsSizeInBytes(boolean[], int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getPredicate() - Method in class com.facebook.presto.spi.ConnectorTableLayout
-
A TupleDomain that represents a predicate that every row this TableScan node
produces is guaranteed to satisfy.
- getPredicate() - Method in class com.facebook.presto.spi.plan.FilterNode
-
Get the predicate (a RowExpression of boolean type) of the FilterNode.
- getPredicateCompiler() - Method in interface com.facebook.presto.spi.relation.RowExpressionService
-
- getPredicateDisjuncts() - Method in class com.facebook.presto.spi.MaterializedViewStatus.MaterializedDataPredicates
-
- getPredicates() - Method in class com.facebook.presto.spi.DiscretePredicates
-
- getPreferredNodes(NodeProvider) - Method in interface com.facebook.presto.spi.ConnectorSplit
-
Provide a list of preferred nodes for scheduler to pick.
- getPreferredShuffleLayoutForInsert(ConnectorSession, ConnectorTableHandle) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getPreferredShuffleLayoutForInsert(ConnectorSession, ConnectorTableHandle) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
A connector can have preferred shuffle layout for table write.
- getPreferredShuffleLayoutForNewTable(ConnectorSession, ConnectorTableMetadata) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getPreferredShuffleLayoutForNewTable(ConnectorSession, ConnectorTableMetadata) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
A connector can have preferred shuffle layout for table write.
- getPreGroupedVariables() - Method in class com.facebook.presto.spi.plan.AggregationNode
-
- getPreparedQuery() - Method in class com.facebook.presto.spi.eventlistener.QueryMetadata
-
- getPrincipal() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getPrincipal() - Method in class com.facebook.presto.spi.security.ConnectorIdentity
-
- getPrincipal() - Method in class com.facebook.presto.spi.security.Identity
-
- getPrivilege() - Method in class com.facebook.presto.spi.security.PrivilegeInfo
-
- getPrivilegeInfo() - Method in class com.facebook.presto.spi.security.GrantInfo
-
- getProcedures() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getProcessedInputDataSize() - Method in class com.facebook.presto.spi.eventlistener.StageStatistics
-
- getProjectProperties(ProjectNode) - Method in interface com.facebook.presto.spi.plan.LogicalPropertiesProvider
-
- getProperties() - Method in class com.facebook.presto.spi.ColumnMetadata
-
- getProperties() - Method in class com.facebook.presto.spi.ConnectorTableMetadata
-
- getProperty(String, Class<T>) - Method in interface com.facebook.presto.spi.ConnectorSession
-
- getQuery() - Method in class com.facebook.presto.spi.eventlistener.QueryMetadata
-
- getQuery() - Method in class com.facebook.presto.spi.prerequisites.QueryPrerequisitesContext
-
- getQueryHash() - Method in class com.facebook.presto.spi.eventlistener.QueryMetadata
-
- getQueryId() - Method in interface com.facebook.presto.spi.ConnectorSession
-
- getQueryId() - Method in class com.facebook.presto.spi.eventlistener.QueryMetadata
-
- getQueryId() - Method in class com.facebook.presto.spi.eventlistener.SplitCompletedEvent
-
- getQueryId() - Method in class com.facebook.presto.spi.security.AccessControlContext
-
- getQueryId() - Method in class com.facebook.presto.spi.storage.TempDataOperationContext
-
- getQueryMemoryAllocations() - Method in class com.facebook.presto.spi.memory.MemoryPoolInfo
-
- getQueryMemoryReservations() - Method in class com.facebook.presto.spi.memory.MemoryPoolInfo
-
- getQueryMemoryRevocableReservations() - Method in class com.facebook.presto.spi.memory.MemoryPoolInfo
-
- getQueryPrerequisitesFactories() - Method in interface com.facebook.presto.spi.Plugin
-
- getQueryState() - Method in class com.facebook.presto.spi.eventlistener.QueryMetadata
-
- getQueryType() - Method in class com.facebook.presto.spi.eventlistener.QueryCompletedEvent
-
- getQueryType() - Method in class com.facebook.presto.spi.resourceGroups.SelectionCriteria
-
- getQueryType() - Method in class com.facebook.presto.spi.session.SessionConfigurationContext
-
- getQueuedTime() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getQueuedTime() - Method in class com.facebook.presto.spi.eventlistener.SplitStatistics
-
- getRange() - Method in class com.facebook.presto.spi.statistics.ColumnStatistics
-
- getRawInputDataSize() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getRawInputDataSize() - Method in class com.facebook.presto.spi.eventlistener.StageStatistics
-
- getRawInputPositions() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getRawValue() - Method in class com.facebook.presto.spi.SplitWeight
-
- getReadTimeNanos() - Method in interface com.facebook.presto.spi.ConnectorPageSource
-
Gets the wall time this page source spent reading data from the input.
- getReadTimeNanos() - Method in class com.facebook.presto.spi.FixedPageSource
-
- getReadTimeNanos() - Method in interface com.facebook.presto.spi.RecordCursor
-
- getReadTimeNanos() - Method in class com.facebook.presto.spi.RecordPageSource
-
- getReasonForSelect() - Method in class com.facebook.presto.spi.security.AuthorizedIdentity
-
- getReasonForSelect() - Method in class com.facebook.presto.spi.security.ConnectorIdentity
-
- getReasonForSelect() - Method in class com.facebook.presto.spi.security.Identity
-
- getRecordSet(ConnectorTransactionHandle, ConnectorSession, ConnectorSplit, List<? extends ColumnHandle>) - Method in interface com.facebook.presto.spi.connector.ConnectorRecordSetProvider
-
- getRecordSetProvider() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getReferencedMaterializedViews(ConnectorSession, SchemaTableName) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getReferencedMaterializedViews(ConnectorSession, SchemaTableName) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Gets the referenced materialized views for a give table
- getRefreshInterval() - Method in interface com.facebook.presto.spi.ttl.NodeTtlFetcher
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getRemainingExpression() - Method in class com.facebook.presto.spi.relation.DomainTranslator.ExtractionResult
-
- getRemainingPredicate() - Method in class com.facebook.presto.spi.ConnectorTableLayout
-
Returns the remaining predicates after the tuple domain push down in getTableLayout().
- getRemoteClientAddress() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getRemoteHost() - Method in exception com.facebook.presto.spi.PrestoTransportException
-
- getRequiredFunctionHandle() - Method in class com.facebook.presto.spi.function.SqlInvokedFunction
-
- getRequiredVersion() - Method in class com.facebook.presto.spi.function.SqlInvokedFunction
-
- getRequiredWorkerNodes() - Method in interface com.facebook.presto.spi.NodeManager
-
- getReservedBytes() - Method in class com.facebook.presto.spi.memory.MemoryPoolInfo
-
- getReservedRevocableBytes() - Method in class com.facebook.presto.spi.memory.MemoryPoolInfo
-
- getResourceEstimates() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getResourceEstimates() - Method in class com.facebook.presto.spi.resourceGroups.SelectionCriteria
-
- getResourceGroupConfigurationManagerFactories() - Method in interface com.facebook.presto.spi.Plugin
-
- getResourceGroupId() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getResourceGroupId() - Method in class com.facebook.presto.spi.resourceGroups.SelectionContext
-
- getResourceGroupId() - Method in class com.facebook.presto.spi.session.SessionConfigurationContext
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.page.PagesSerde
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.page.SerializedPage
-
- getRetriedCpuTime() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getRetriedCpuTime() - Method in class com.facebook.presto.spi.eventlistener.StageStatistics
-
- getReturnConvention() - Method in class com.facebook.presto.spi.function.InvocationConvention
-
- getReturnType() - Method in class com.facebook.presto.spi.function.FunctionMetadata
-
- getReturnType() - Method in class com.facebook.presto.spi.function.Signature
-
- getRevocableMemoryReservation() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getRole() - Method in class com.facebook.presto.spi.security.ConnectorIdentity
-
- getRole() - Method in class com.facebook.presto.spi.security.SelectedRole
-
- getRoleName() - Method in class com.facebook.presto.spi.security.RoleGrant
-
- getRoles() - Method in class com.facebook.presto.spi.security.Identity
-
- getRoot() - Method in class com.facebook.presto.spi.resourceGroups.ResourceGroupId
-
- getRoutineCharacteristics() - Method in class com.facebook.presto.spi.function.SqlInvokedFunction
-
- getRowCount() - Method in class com.facebook.presto.spi.statistics.PlanStatistics
-
- getRowCount() - Method in class com.facebook.presto.spi.statistics.TableStatistics
-
- getRowExpressionService() - Method in interface com.facebook.presto.spi.connector.ConnectorContext
-
- getRows() - Method in class com.facebook.presto.spi.plan.ValuesNode
-
- getRunningQueries() - Method in class com.facebook.presto.spi.memory.ClusterMemoryPoolInfo
-
- getRuntimeOptimizedStages() - Method in class com.facebook.presto.spi.eventlistener.QueryMetadata
-
- getRuntimeStats() - Method in interface com.facebook.presto.spi.ConnectorPageSource
-
Returns the stats of this page source accumulated so far.
- getRuntimeStats() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getRuntimeStats() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getScalarFunctionImplementation(FunctionHandle) - Method in interface com.facebook.presto.spi.function.FunctionNamespaceManager
-
- getSchedulingPolicy() - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroup
-
- getSchedulingWeight() - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroup
-
- getSchema() - Method in class com.facebook.presto.spi.ConnectorMaterializedViewDefinition
-
- getSchema() - Method in interface com.facebook.presto.spi.ConnectorSession
-
- getSchema() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getSchema() - Method in class com.facebook.presto.spi.eventlistener.QueryInputMetadata
-
- getSchema() - Method in class com.facebook.presto.spi.eventlistener.QueryOutputMetadata
-
- getSchema() - Method in class com.facebook.presto.spi.prerequisites.QueryPrerequisitesContext
-
- getSchema() - Method in class com.facebook.presto.spi.procedure.Procedure
-
- getSchemaName() - Method in exception com.facebook.presto.spi.SchemaNotFoundException
-
- getSchemaName() - Method in class com.facebook.presto.spi.SchemaTableName
-
- getSchemaName() - Method in class com.facebook.presto.spi.SchemaTablePrefix
-
- getSchemaProperties() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getSchemaTableName() - Method in class com.facebook.presto.spi.CatalogSchemaTableName
-
- getSchemaTableName() - Method in class com.facebook.presto.spi.security.GrantInfo
-
- getSegments() - Method in class com.facebook.presto.spi.resourceGroups.ResourceGroupId
-
- getSelectedUser() - Method in class com.facebook.presto.spi.security.ConnectorIdentity
-
- getSelectedUser() - Method in class com.facebook.presto.spi.security.Identity
-
- getSemanticAnalyzingTime() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getSemiJoinProperties(PlanNode) - Method in interface com.facebook.presto.spi.plan.LogicalPropertiesProvider
-
- getSerializedCommitOutput() - Method in class com.facebook.presto.spi.eventlistener.QueryInputMetadata
-
- getSerializedCommitOutput() - Method in class com.facebook.presto.spi.eventlistener.QueryOutputMetadata
-
- getSerializedCommitOutputForRead(SchemaTableName) - Method in interface com.facebook.presto.spi.connector.ConnectorCommitHandle
-
- getSerializedCommitOutputForWrite(SchemaTableName) - Method in interface com.facebook.presto.spi.connector.ConnectorCommitHandle
-
- getSerializedStorageHandle() - Method in class com.facebook.presto.spi.storage.SerializedStorageHandle
-
- getSerializedType() - Method in interface com.facebook.presto.spi.function.AccumulatorStateSerializer
-
- getSerializer() - Method in class com.facebook.presto.spi.function.aggregation.AggregationMetadata.AccumulatorStateDescriptor
-
- getServerAddress() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getServerVersion() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getSessionFunctions() - Method in interface com.facebook.presto.spi.ConnectorSession
-
- getSessionProperties() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getSessionProperties() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getSessionPropertyConfigurationManagerFactories() - Method in interface com.facebook.presto.spi.Plugin
-
- getShort(int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getShortUnchecked(int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getSignature() - Method in interface com.facebook.presto.spi.function.SqlFunction
-
- getSignature() - Method in class com.facebook.presto.spi.function.SqlInvokedFunction
-
- getSingleStateClass() - Method in interface com.facebook.presto.spi.function.AccumulatorStateFactory
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getSingleValueBlock(int, int) - Method in interface com.facebook.presto.spi.function.WindowIndex
-
Gets a value stored as a
Block.
- getSizeInBytes() - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.page.PagesSerde
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.page.SerializedPage
-
- getSlice(int, int, int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getSlice(int, int) - Method in interface com.facebook.presto.spi.function.WindowIndex
-
Gets a value as a Slice.
- getSlice() - Method in class com.facebook.presto.spi.page.SerializedPage
-
- getSlice(int) - Method in interface com.facebook.presto.spi.RecordCursor
-
- getSliceLength(int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getSliceLengthUnchecked(int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getSliceUnchecked(int, int, int) - Method in class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- getSoftConcurrencyLimit() - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroup
-
- getSoftCpuLimit() - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroup
-
- getSoftMemoryLimit() - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroup
-
- getSortOrder() - Method in class com.facebook.presto.spi.plan.Ordering
-
- getSortProperties(PlanNode) - Method in interface com.facebook.presto.spi.plan.LogicalPropertiesProvider
-
- getSource() - Method in interface com.facebook.presto.spi.ConnectorSession
-
- getSource() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getSource() - Method in class com.facebook.presto.spi.plan.AggregationNode
-
- getSource() - Method in class com.facebook.presto.spi.plan.DistinctLimitNode
-
- getSource() - Method in class com.facebook.presto.spi.plan.FilterNode
-
FilterNode only expects a single upstream PlanNode.
- getSource() - Method in class com.facebook.presto.spi.plan.LimitNode
-
LimitNode only expects a single upstream PlanNode.
- getSource() - Method in class com.facebook.presto.spi.plan.MarkDistinctNode
-
- getSource() - Method in class com.facebook.presto.spi.plan.ProjectNode
-
- getSource() - Method in class com.facebook.presto.spi.plan.TopNNode
-
- getSource() - Method in class com.facebook.presto.spi.resourceGroups.SelectionCriteria
-
- getSource() - Method in class com.facebook.presto.spi.security.AccessControlContext
-
- getSource() - Method in class com.facebook.presto.spi.session.SessionConfigurationContext
-
- getSource() - Method in class com.facebook.presto.spi.storage.TempDataOperationContext
-
- getSourceInfo() - Method in class com.facebook.presto.spi.statistics.PlanStatisticsWithSourceInfo
-
- getSourceLocation() - Method in class com.facebook.presto.spi.plan.PlanNode
-
- getSourceLocation() - Method in class com.facebook.presto.spi.relation.RowExpression
-
- getSources() - Method in class com.facebook.presto.spi.plan.AggregationNode
-
- getSources() - Method in class com.facebook.presto.spi.plan.DistinctLimitNode
-
- getSources() - Method in class com.facebook.presto.spi.plan.FilterNode
-
- getSources() - Method in class com.facebook.presto.spi.plan.LimitNode
-
- getSources() - Method in class com.facebook.presto.spi.plan.MarkDistinctNode
-
- getSources() - Method in class com.facebook.presto.spi.plan.PlanNode
-
Get the upstream PlanNodes (i.e., children) of the current PlanNode.
- getSources() - Method in class com.facebook.presto.spi.plan.ProjectNode
-
- getSources() - Method in class com.facebook.presto.spi.plan.SetOperationNode
-
- getSources() - Method in class com.facebook.presto.spi.plan.TableScanNode
-
- getSources() - Method in class com.facebook.presto.spi.plan.TopNNode
-
- getSources() - Method in class com.facebook.presto.spi.plan.ValuesNode
-
- getSpilledBytes() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getSpilledDataSize() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getSplitBucketFunction(ConnectorTransactionHandle, ConnectorSession, ConnectorPartitioningHandle) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeNodePartitioningProvider
-
- getSplitBucketFunction(ConnectorTransactionHandle, ConnectorSession, ConnectorPartitioningHandle) - Method in interface com.facebook.presto.spi.connector.ConnectorNodePartitioningProvider
-
- getSplitClass() - Method in interface com.facebook.presto.spi.ConnectorHandleResolver
-
- getSplitIdentifier() - Method in interface com.facebook.presto.spi.ConnectorSplit
-
- getSplitManager() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getSplits(ConnectorTransactionHandle, ConnectorSession, ConnectorTableLayoutHandle, ConnectorSplitManager.SplitSchedulingContext) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorSplitManager
-
- getSplits(ConnectorTransactionHandle, ConnectorSession, ConnectorTableLayoutHandle, ConnectorSplitManager.SplitSchedulingContext) - Method in interface com.facebook.presto.spi.connector.ConnectorSplitManager
-
- getSplits() - Method in class com.facebook.presto.spi.ConnectorSplitSource.ConnectorSplitBatch
-
- getSplitSchedulingStrategy() - Method in class com.facebook.presto.spi.connector.ConnectorSplitManager.SplitSchedulingContext
-
- getSplitSizeInBytes() - Method in interface com.facebook.presto.spi.ConnectorSplit
-
- getSplitWeight() - Method in interface com.facebook.presto.spi.ConnectorSplit
-
- getSqlFunctionProperties() - Method in interface com.facebook.presto.spi.ConnectorSession
-
- getSqlType() - Method in class com.facebook.presto.spi.function.aggregation.AggregationMetadata.ParameterMetadata
-
- getSqlType() - Method in class com.facebook.presto.spi.session.PropertyMetadata
-
SQL type of the property.
- getStageExecutionId() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getStageExecutionId() - Method in class com.facebook.presto.spi.eventlistener.SplitCompletedEvent
-
- getStageExecutionId() - Method in class com.facebook.presto.spi.eventlistener.StageGcStatistics
-
- getStageExecutionId() - Method in class com.facebook.presto.spi.eventlistener.StageStatistics
-
- getStageId() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getStageId() - Method in class com.facebook.presto.spi.eventlistener.SplitCompletedEvent
-
- getStageId() - Method in class com.facebook.presto.spi.eventlistener.StageGcStatistics
-
- getStageId() - Method in class com.facebook.presto.spi.eventlistener.StageStatistics
-
- getStageStatistics() - Method in class com.facebook.presto.spi.eventlistener.QueryCompletedEvent
-
- getStandardFunctionResolution() - Method in interface com.facebook.presto.spi.connector.ConnectorContext
-
- getStartTime() - Method in interface com.facebook.presto.spi.ConnectorSession
-
- getStartTime() - Method in class com.facebook.presto.spi.eventlistener.SplitCompletedEvent
-
- getStateInterface() - Method in class com.facebook.presto.spi.function.aggregation.AggregationMetadata.AccumulatorStateDescriptor
-
- getStatistics() - Method in class com.facebook.presto.spi.eventlistener.QueryCompletedEvent
-
- getStatistics() - Method in class com.facebook.presto.spi.eventlistener.QueryInputMetadata
-
- getStatistics() - Method in class com.facebook.presto.spi.eventlistener.SplitCompletedEvent
-
- getStatisticsCollectionMetadata(ConnectorSession, ConnectorTableMetadata) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getStatisticsCollectionMetadata(ConnectorSession, ConnectorTableMetadata) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Describe statistics that must be collected during a statistics collection
- getStatisticsCollectionMetadataForWrite(ConnectorSession, ConnectorTableMetadata) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getStatisticsCollectionMetadataForWrite(ConnectorSession, ConnectorTableMetadata) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Describes statistics that must be collected during a write.
- getStatisticType() - Method in class com.facebook.presto.spi.statistics.ColumnStatisticMetadata
-
- getStats(List<PlanNodeWithHash>) - Method in class com.facebook.presto.spi.statistics.EmptyPlanStatisticsProvider
-
- getStats(List<PlanNodeWithHash>) - Method in interface com.facebook.presto.spi.statistics.HistoryBasedPlanStatisticsProvider
-
Given a list of plan node hashes, returns historical statistics for them.
- getStatsEquivalentPlanNode() - Method in class com.facebook.presto.spi.plan.PlanNode
-
- getStep() - Method in class com.facebook.presto.spi.plan.AggregationNode
-
- getStep() - Method in class com.facebook.presto.spi.plan.LimitNode
-
- getStep() - Method in class com.facebook.presto.spi.plan.TopNNode
-
- getStorageCapabilities() - Method in interface com.facebook.presto.spi.storage.TempStorage
-
- getStreamPartitioningColumns() - Method in class com.facebook.presto.spi.ConnectorTableLayout
-
The partitioning for the table streams.
- getSummary() - Method in class com.facebook.presto.spi.Constraint
-
- getSumSquaredInputPositions() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getSystemAccessControlFactories() - Method in interface com.facebook.presto.spi.Plugin
-
- getSystemMemoryReservation() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getSystemMemoryUsage() - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorPageSink
-
- getSystemMemoryUsage() - Method in interface com.facebook.presto.spi.ConnectorPageSink
-
Get the total memory that needs to be reserved in the general memory pool.
- getSystemMemoryUsage() - Method in interface com.facebook.presto.spi.ConnectorPageSource
-
Get the total memory that needs to be reserved in the general memory pool.
- getSystemMemoryUsage() - Method in class com.facebook.presto.spi.FixedPageSource
-
- getSystemMemoryUsage() - Method in interface com.facebook.presto.spi.RecordCursor
-
- getSystemMemoryUsage() - Method in class com.facebook.presto.spi.RecordPageSource
-
- getSystemProperties() - Method in class com.facebook.presto.spi.prerequisites.QueryPrerequisitesContext
-
- getSystemSessionProperties(SessionConfigurationContext) - Method in interface com.facebook.presto.spi.session.SessionPropertyConfigurationManager
-
- getSystemTable(ConnectorSession, SchemaTableName) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getSystemTable(ConnectorSession, SchemaTableName) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Returns the system table for the specified table name, if one exists.
- getSystemTables() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getTable() - Method in class com.facebook.presto.spi.ConnectorMaterializedViewDefinition
-
- getTable() - Method in class com.facebook.presto.spi.ConnectorTableMetadata
-
- getTable() - Method in class com.facebook.presto.spi.eventlistener.QueryInputMetadata
-
- getTable() - Method in class com.facebook.presto.spi.eventlistener.QueryOutputMetadata
-
- getTable() - Method in class com.facebook.presto.spi.plan.TableScanNode
-
Get the table handle provided by connector
- getTableConstraints() - Method in class com.facebook.presto.spi.ConnectorTableMetadata
-
- getTableConstraints() - Method in class com.facebook.presto.spi.plan.TableScanNode
-
Get table constraints defined by connector
- getTableHandle(ConnectorSession, SchemaTableName) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getTableHandle(ConnectorSession, SchemaTableName) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Returns a table handle for the specified table name, or null if the connector does not contain the table.
- getTableHandleClass() - Method in interface com.facebook.presto.spi.ConnectorHandleResolver
-
- getTableHandleForStatisticsCollection(ConnectorSession, SchemaTableName, Map<String, Object>) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getTableHandleForStatisticsCollection(ConnectorSession, SchemaTableName, Map<String, Object>) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Returns a table handle for the specified table name, or null if the connector does not contain the table.
- getTableLayout(ConnectorSession, ConnectorTableLayoutHandle) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getTableLayout(ConnectorSession, ConnectorTableLayoutHandle) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
- getTableLayout() - Method in class com.facebook.presto.spi.ConnectorTableLayoutResult
-
- getTableLayoutFilterCoverage(ConnectorTableLayoutHandle, Set<String>) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getTableLayoutFilterCoverage(ConnectorTableLayoutHandle, Set<String>) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
- getTableLayoutHandleClass() - Method in interface com.facebook.presto.spi.ConnectorHandleResolver
-
- getTableLayouts(ConnectorSession, ConnectorTableHandle, Constraint<ColumnHandle>, Optional<Set<ColumnHandle>>) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getTableLayouts(ConnectorSession, ConnectorTableHandle, Constraint<ColumnHandle>, Optional<Set<ColumnHandle>>) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Return a list of table layouts that satisfy the given constraint.
- getTableMetadata(ConnectorSession, ConnectorTableHandle) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getTableMetadata(ConnectorSession, ConnectorTableHandle) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Return the metadata for the specified table handle.
- getTableMetadata() - Method in interface com.facebook.presto.spi.SystemTable
-
- getTableName() - Method in exception com.facebook.presto.spi.ColumnNotFoundException
-
- getTableName() - Method in class com.facebook.presto.spi.ConnectorMaterializedViewDefinition.TableColumn
-
- getTableName() - Method in class com.facebook.presto.spi.SchemaTableName
-
- getTableName() - Method in class com.facebook.presto.spi.SchemaTablePrefix
-
- getTableName() - Method in exception com.facebook.presto.spi.TableNotFoundException
-
- getTablePartitioning() - Method in class com.facebook.presto.spi.ConnectorTableLayout
-
The partitioning of the table across the worker nodes.
- getTableProperties() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getTableScanProperties(TableScanNode) - Method in interface com.facebook.presto.spi.plan.LogicalPropertiesProvider
-
- getTableStatistics(ConnectorSession, ConnectorTableHandle, Optional<ConnectorTableLayoutHandle>, List<ColumnHandle>, Constraint<ColumnHandle>) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getTableStatistics(ConnectorSession, ConnectorTableHandle, Optional<ConnectorTableLayoutHandle>, List<ColumnHandle>, Constraint<ColumnHandle>) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Get statistics for table for given columns and filtering constraint.
- getTableStatistics() - Method in class com.facebook.presto.spi.statistics.ComputedStatistics
-
- getTableStatistics() - Method in class com.facebook.presto.spi.statistics.TableStatisticsMetadata
-
- getTag() - Method in class com.facebook.presto.spi.memory.MemoryAllocation
-
- getTags() - Method in class com.facebook.presto.spi.resourceGroups.SelectionCriteria
-
- getTaskId() - Method in class com.facebook.presto.spi.eventlistener.SplitCompletedEvent
-
- getTasks() - Method in class com.facebook.presto.spi.eventlistener.StageGcStatistics
-
- getTasks() - Method in class com.facebook.presto.spi.eventlistener.StageStatistics
-
- getTempStorageFactories() - Method in interface com.facebook.presto.spi.Plugin
-
- getTimeToFirstByte() - Method in class com.facebook.presto.spi.eventlistener.SplitStatistics
-
- getTimeToLastByte() - Method in class com.facebook.presto.spi.eventlistener.SplitStatistics
-
- getTopNProperties(TopNNode) - Method in interface com.facebook.presto.spi.plan.LogicalPropertiesProvider
-
- getTotal() - Method in class com.facebook.presto.spi.eventlistener.ResourceDistribution
-
- getTotalBlockedTime() - Method in class com.facebook.presto.spi.eventlistener.StageStatistics
-
- getTotalBytes() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getTotalCpuTime() - Method in class com.facebook.presto.spi.eventlistener.StageStatistics
-
- getTotalDrivers() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getTotalFullGcSec() - Method in class com.facebook.presto.spi.eventlistener.StageGcStatistics
-
- getTotalMemoryLimit() - Method in class com.facebook.presto.spi.resourceGroups.ResourceGroupQueryLimits
-
- getTotalRows() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getTotalScheduledTime() - Method in class com.facebook.presto.spi.eventlistener.StageStatistics
-
- getTotalSize() - Method in class com.facebook.presto.spi.statistics.TableStatistics
-
- getTracerId() - Method in class com.facebook.presto.spi.tracing.NoopTracer
-
- getTracerId() - Method in interface com.facebook.presto.spi.tracing.Tracer
-
- getTraceToken() - Method in interface com.facebook.presto.spi.ConnectorSession
-
- getTracingId() - Method in class com.facebook.presto.spi.eventlistener.QueryMetadata
-
- getTransaction() - Method in class com.facebook.presto.spi.TableHandle
-
- getTransactionHandleClass() - Method in interface com.facebook.presto.spi.ConnectorHandleResolver
-
- getTransactionId() - Method in class com.facebook.presto.spi.eventlistener.QueryMetadata
-
- getTtlInfo() - Method in class com.facebook.presto.spi.ttl.NodeTtl
-
- getTtlInfo(Set<NodeInfo>) - Method in interface com.facebook.presto.spi.ttl.NodeTtlFetcher
-
- getTtlPredictionInstant() - Method in class com.facebook.presto.spi.ttl.NodeTtl
-
- getTupleDomain() - Method in class com.facebook.presto.spi.relation.DomainTranslator.ExtractionResult
-
- getType() - Method in class com.facebook.presto.spi.ColumnMetadata
-
- getType() - Method in class com.facebook.presto.spi.function.Parameter
-
- getType() - Method in class com.facebook.presto.spi.procedure.Procedure.Argument
-
- getType(int) - Method in interface com.facebook.presto.spi.RecordCursor
-
- getType() - Method in class com.facebook.presto.spi.relation.CallExpression
-
- getType() - Method in class com.facebook.presto.spi.relation.ConstantExpression
-
- getType() - Method in class com.facebook.presto.spi.relation.InputReferenceExpression
-
- getType() - Method in class com.facebook.presto.spi.relation.LambdaDefinitionExpression
-
- getType() - Method in class com.facebook.presto.spi.relation.RowExpression
-
- getType() - Method in class com.facebook.presto.spi.relation.SpecialFormExpression
-
- getType() - Method in class com.facebook.presto.spi.relation.VariableReferenceExpression
-
- getType() - Method in class com.facebook.presto.spi.security.PrestoPrincipal
-
- getType() - Method in class com.facebook.presto.spi.security.SelectedRole
-
- getTypeManager() - Method in interface com.facebook.presto.spi.connector.ConnectorContext
-
- getTypeManager() - Method in class com.facebook.presto.spi.function.FunctionNamespaceManagerContext
-
- getTypes() - Method in interface com.facebook.presto.spi.Plugin
-
- getTypeVariableConstraints() - Method in class com.facebook.presto.spi.function.Signature
-
- getUncompressedSizeInBytes() - Method in class com.facebook.presto.spi.page.SerializedPage
-
- getUnenforcedConstraint() - Method in class com.facebook.presto.spi.ConnectorTableLayoutResult
-
- getUnresolvedTupleDomain() - Method in class com.facebook.presto.spi.ConnectorResolvedIndex
-
- getUpdateRowIdColumnHandle(ConnectorSession, ConnectorTableHandle) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getUpdateRowIdColumnHandle(ConnectorSession, ConnectorTableHandle) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Get the column handle that will generate row IDs for the delete operation.
- getUri() - Method in class com.facebook.presto.spi.eventlistener.QueryMetadata
-
- getUser() - Method in interface com.facebook.presto.spi.ConnectorSession
-
- getUser() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getUser() - Method in class com.facebook.presto.spi.resourceGroups.SelectionCriteria
-
- getUser() - Method in class com.facebook.presto.spi.security.ConnectorIdentity
-
- getUser() - Method in class com.facebook.presto.spi.security.Identity
-
- getUser() - Method in class com.facebook.presto.spi.session.SessionConfigurationContext
-
- getUserAgent() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getUserDefinedType(QualifiedObjectName) - Method in interface com.facebook.presto.spi.function.FunctionNamespaceManager
-
- getUserMemoryReservation() - Method in class com.facebook.presto.spi.eventlistener.OperatorStatistics
-
- getUserName() - Method in class com.facebook.presto.spi.security.AuthorizedIdentity
-
- getValidationCpuNanos() - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorPageSink
-
- getValidationCpuNanos() - Method in interface com.facebook.presto.spi.ConnectorPageSink
-
ConnectorPageSink can provide optional validation to check
the data is correctly consumed by connector (e.g.
- getValidRefreshColumns() - Method in class com.facebook.presto.spi.ConnectorMaterializedViewDefinition
-
- getValue() - Method in enum com.facebook.presto.spi.NodeState
-
- getValue() - Method in class com.facebook.presto.spi.relation.ConstantExpression
-
- getValue() - Method in enum com.facebook.presto.spi.resourceGroups.ResourceGroupState
-
- getValue() - Method in enum com.facebook.presto.spi.resourceGroups.SchedulingPolicy
-
- getValue() - Method in enum com.facebook.presto.spi.security.SelectedRole.Type
-
- getValue() - Method in class com.facebook.presto.spi.statistics.Estimate
-
- getValue() - Method in enum com.facebook.presto.spi.transaction.IsolationLevel
-
- getValueBlock() - Method in class com.facebook.presto.spi.relation.ConstantExpression
-
- getValueInputMetadata() - Method in class com.facebook.presto.spi.function.aggregation.AggregationMetadata
-
- getValuesNodeLabel() - Method in class com.facebook.presto.spi.plan.ValuesNode
-
- getValuesProperties(ValuesNode) - Method in interface com.facebook.presto.spi.plan.LogicalPropertiesProvider
-
- getVariable() - Method in class com.facebook.presto.spi.plan.Ordering
-
- getVariableMapping() - Method in class com.facebook.presto.spi.plan.SetOperationNode
-
- getVariables() - Method in class com.facebook.presto.spi.plan.Assignments
-
- getVariadicBound() - Method in class com.facebook.presto.spi.function.TypeVariableConstraint
-
- getVersion() - Method in class com.facebook.presto.spi.function.FunctionMetadata
-
- getVersion() - Method in class com.facebook.presto.spi.function.SqlFunctionHandle
-
- getVersion() - Method in class com.facebook.presto.spi.function.SqlInvokedFunction
-
- getVersion() - Method in interface com.facebook.presto.spi.Node
-
- getViewColumn() - Method in class com.facebook.presto.spi.ConnectorMaterializedViewDefinition.ColumnMapping
-
- getViewData() - Method in class com.facebook.presto.spi.ConnectorViewDefinition
-
- getViewName() - Method in exception com.facebook.presto.spi.MaterializedViewNotFoundException
-
- getViewName() - Method in exception com.facebook.presto.spi.ViewNotFoundException
-
- getViews(ConnectorSession, SchemaTablePrefix) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getViews(ConnectorSession, SchemaTablePrefix) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Gets the view data for views that match the specified table prefix.
- getVisibility() - Method in interface com.facebook.presto.spi.function.SqlFunction
-
- getVisibility() - Method in class com.facebook.presto.spi.function.SqlInvokedFunction
-
- getWaitingForPrerequisitesTime() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getWaitingForResourcesTime() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getWallTime() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getWallTime() - Method in class com.facebook.presto.spi.eventlistener.SplitStatistics
-
- getWarningCode() - Method in class com.facebook.presto.spi.PrestoWarning
-
- getWarningCollector() - Method in class com.facebook.presto.spi.connector.ConnectorSplitManager.SplitSchedulingContext
-
- getWarningCollector() - Method in interface com.facebook.presto.spi.ConnectorSession
-
- getWarnings() - Method in class com.facebook.presto.spi.eventlistener.QueryCompletedEvent
-
- getWarnings() - Method in interface com.facebook.presto.spi.WarningCollector
-
- getWithHierarchy() - Method in class com.facebook.presto.spi.security.GrantInfo
-
- getWorkerNodes() - Method in interface com.facebook.presto.spi.NodeManager
-
- getWrittenIntermediateBytes() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getWrittenOutputBytes() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getWrittenOutputRows() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- globalAggregation() - Static method in class com.facebook.presto.spi.plan.AggregationNode
-
- GrantInfo - Class in com.facebook.presto.spi.security
-
- GrantInfo(PrivilegeInfo, PrestoPrincipal, SchemaTableName, Optional<PrestoPrincipal>, Optional<Boolean>) - Constructor for class com.facebook.presto.spi.security.GrantInfo
-
- grantRoles(ConnectorSession, Set<String>, Set<PrestoPrincipal>, boolean, Optional<PrestoPrincipal>) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- grantRoles(ConnectorSession, Set<String>, Set<PrestoPrincipal>, boolean, Optional<PrestoPrincipal>) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Grants the specified roles to the specified grantees
- grantTablePrivileges(ConnectorSession, SchemaTableName, Set<Privilege>, PrestoPrincipal, boolean) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- grantTablePrivileges(ConnectorSession, SchemaTableName, Set<Privilege>, PrestoPrincipal, boolean) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Grants the specified privilege to the specified user on the specified table
- GroupByIdBlock - Class in com.facebook.presto.spi.function.aggregation
-
- GroupByIdBlock(long, Block) - Constructor for class com.facebook.presto.spi.function.aggregation.GroupByIdBlock
-
- GroupedAccumulator - Interface in com.facebook.presto.spi.function.aggregation
-
- GroupedAccumulatorState - Interface in com.facebook.presto.spi.function
-
- GroupingProperty<E> - Class in com.facebook.presto.spi
-
- GroupingProperty(Collection<E>) - Constructor for class com.facebook.presto.spi.GroupingProperty
-
- GroupingSetDescriptor(List<VariableReferenceExpression>, int, Set<Integer>) - Constructor for class com.facebook.presto.spi.plan.AggregationNode.GroupingSetDescriptor
-
- groupingSets(List<VariableReferenceExpression>, int, Set<Integer>) - Static method in class com.facebook.presto.spi.plan.AggregationNode
-
- validateId(String) - Static method in class com.facebook.presto.spi.QueryId
-
- valueOf(String) - Static method in enum com.facebook.presto.spi.connector.ConnectorCapabilities
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.connector.ConnectorSplitManager.SplitSchedulingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.connector.EmptyConnectorCommitHandle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.ErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.function.aggregation.AggregationMetadata.ParameterMetadata.ParameterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.function.FunctionImplementationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.function.FunctionKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.function.InvocationConvention.InvocationArgumentConvention
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.function.InvocationConvention.InvocationReturnConvention
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.function.RoutineCharacteristics.Determinism
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.function.RoutineCharacteristics.NullCallClause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.function.SqlFunctionVisibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.MaterializedViewStatus.MaterializedViewState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.NodeState
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.facebook.presto.spi.NodeState
-
Recover NodeState from the ordinal.
- valueOf(String) - Static method in enum com.facebook.presto.spi.page.PageCodecMarker
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.plan.AggregationNode.Step
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.plan.LimitNode.Step
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.plan.ProjectNode.Locality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.plan.TopNNode.Step
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class com.facebook.presto.spi.QueryId
-
- valueOf(String) - Static method in enum com.facebook.presto.spi.relation.ExpressionOptimizer.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.relation.SpecialFormExpression.Form
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.resourceGroups.ResourceGroupState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.resourceGroups.SchedulingPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.schedule.NodeSelectionStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class com.facebook.presto.spi.SchemaTableName
-
- valueOf(String) - Static method in enum com.facebook.presto.spi.security.PrincipalType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.security.Privilege
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.security.SelectedRole.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class com.facebook.presto.spi.security.SelectedRole
-
- valueOf(String) - Static method in enum com.facebook.presto.spi.StandardErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.StandardWarningCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.statistics.ColumnStatisticType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.statistics.TableStatisticType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.storage.StorageCapabilities
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.SystemTable.Distribution
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.TableLayoutFilterCoverage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.transaction.IsolationLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.facebook.presto.spi.connector.ConnectorCapabilities
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.connector.ConnectorSplitManager.SplitSchedulingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.connector.EmptyConnectorCommitHandle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.ErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.function.aggregation.AggregationMetadata.ParameterMetadata.ParameterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.function.FunctionImplementationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.function.FunctionKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.function.InvocationConvention.InvocationArgumentConvention
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.function.InvocationConvention.InvocationReturnConvention
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.function.RoutineCharacteristics.Determinism
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.function.RoutineCharacteristics.NullCallClause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.function.SqlFunctionVisibility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.MaterializedViewStatus.MaterializedViewState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.NodeState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.page.PageCodecMarker
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.plan.AggregationNode.Step
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.plan.LimitNode.Step
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.plan.ProjectNode.Locality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.plan.TopNNode.Step
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.relation.ExpressionOptimizer.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.relation.SpecialFormExpression.Form
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.resourceGroups.ResourceGroupState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.resourceGroups.SchedulingPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.schedule.NodeSelectionStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.security.PrincipalType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.security.Privilege
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.security.SelectedRole.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.StandardErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.StandardWarningCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.statistics.ColumnStatisticType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.statistics.TableStatisticType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.storage.StorageCapabilities
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.SystemTable.Distribution
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.TableLayoutFilterCoverage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.presto.spi.transaction.IsolationLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValuesNode - Class in com.facebook.presto.spi.plan
-
- ValuesNode(Optional<SourceLocation>, PlanNodeId, List<VariableReferenceExpression>, List<List<RowExpression>>, Optional<String>) - Constructor for class com.facebook.presto.spi.plan.ValuesNode
-
- ValuesNode(Optional<SourceLocation>, PlanNodeId, Optional<PlanNode>, List<VariableReferenceExpression>, List<List<RowExpression>>, Optional<String>) - Constructor for class com.facebook.presto.spi.plan.ValuesNode
-
- ValueWindowFunction - Class in com.facebook.presto.spi.function
-
- ValueWindowFunction() - Constructor for class com.facebook.presto.spi.function.ValueWindowFunction
-
- VariableAllocator - Interface in com.facebook.presto.spi
-
- VariableReferenceExpression - Class in com.facebook.presto.spi.relation
-
- VariableReferenceExpression(Optional<SourceLocation>, String, Type) - Constructor for class com.facebook.presto.spi.relation.VariableReferenceExpression
-
- ViewNotFoundException - Exception in com.facebook.presto.spi
-
- ViewNotFoundException(SchemaTableName) - Constructor for exception com.facebook.presto.spi.ViewNotFoundException
-
- ViewNotFoundException(SchemaTableName, String) - Constructor for exception com.facebook.presto.spi.ViewNotFoundException
-
- ViewNotFoundException(SchemaTableName, Throwable) - Constructor for exception com.facebook.presto.spi.ViewNotFoundException
-
- ViewNotFoundException(SchemaTableName, String, Throwable) - Constructor for exception com.facebook.presto.spi.ViewNotFoundException
-
- visitAggregation(AggregationNode, C) - Method in class com.facebook.presto.spi.plan.PlanVisitor
-
- visitCall(CallExpression, C) - Method in interface com.facebook.presto.spi.relation.RowExpressionVisitor
-
- visitConstant(ConstantExpression, C) - Method in interface com.facebook.presto.spi.relation.RowExpressionVisitor
-
- visitDistinctLimit(DistinctLimitNode, C) - Method in class com.facebook.presto.spi.plan.PlanVisitor
-
- visitExcept(ExceptNode, C) - Method in class com.facebook.presto.spi.plan.PlanVisitor
-
- visitFilter(FilterNode, C) - Method in class com.facebook.presto.spi.plan.PlanVisitor
-
- visitInputReference(InputReferenceExpression, C) - Method in interface com.facebook.presto.spi.relation.RowExpressionVisitor
-
- visitIntersect(IntersectNode, C) - Method in class com.facebook.presto.spi.plan.PlanVisitor
-
- visitLambda(LambdaDefinitionExpression, C) - Method in interface com.facebook.presto.spi.relation.RowExpressionVisitor
-
- visitLimit(LimitNode, C) - Method in class com.facebook.presto.spi.plan.PlanVisitor
-
- visitMarkDistinct(MarkDistinctNode, C) - Method in class com.facebook.presto.spi.plan.PlanVisitor
-
- visitPlan(PlanNode, ConnectorPlanRewriter.RewriteContext<C>) - Method in class com.facebook.presto.spi.ConnectorPlanRewriter
-
- visitPlan(PlanNode, C) - Method in class com.facebook.presto.spi.plan.PlanVisitor
-
The default behavior to perform when visiting a PlanNode
- visitProject(ProjectNode, C) - Method in class com.facebook.presto.spi.plan.PlanVisitor
-
- visitSpecialForm(SpecialFormExpression, C) - Method in interface com.facebook.presto.spi.relation.RowExpressionVisitor
-
- visitTableScan(TableScanNode, C) - Method in class com.facebook.presto.spi.plan.PlanVisitor
-
- visitTopN(TopNNode, C) - Method in class com.facebook.presto.spi.plan.PlanVisitor
-
- visitUnion(UnionNode, C) - Method in class com.facebook.presto.spi.plan.PlanVisitor
-
- visitValues(ValuesNode, C) - Method in class com.facebook.presto.spi.plan.PlanVisitor
-
- visitVariableReference(VariableReferenceExpression, C) - Method in interface com.facebook.presto.spi.relation.RowExpressionVisitor
-