- CallExpression - Class in com.facebook.presto.spi.relation
-
- CallExpression(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
-
- canCoerce(Type, Type) - Method in interface com.facebook.presto.spi.type.TypeManager
-
- CatalogSchemaName - Class in com.facebook.presto.spi
-
- CatalogSchemaName(String, String) - Constructor for class com.facebook.presto.spi.CatalogSchemaName
-
- 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
-
- CHAR - Static variable in class com.facebook.presto.spi.type.StandardTypes
-
- Chars - Class in com.facebook.presto.spi.type
-
- CharType - Class in com.facebook.presto.spi.type
-
- checkCanAccessCatalog(Identity, String) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to access the specified catalog
- checkCanAddColumn(ConnectorTransactionHandle, ConnectorIdentity, 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, 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, String, Optional<PrestoPrincipal>) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
- checkCanCreateSchema(ConnectorTransactionHandle, ConnectorIdentity, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, String) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
- checkCanDropSchema(ConnectorTransactionHandle, ConnectorIdentity, 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, 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, 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, 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, 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, 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, Set<String>, Set<PrestoPrincipal>, boolean, Optional<PrestoPrincipal>, String) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
- checkCanGrantTablePrivilege(ConnectorTransactionHandle, ConnectorIdentity, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, Set<String>, Set<PrestoPrincipal>, boolean, Optional<PrestoPrincipal>, String) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
- checkCanRevokeTablePrivilege(ConnectorTransactionHandle, ConnectorIdentity, 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, 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, SchemaTableName, Set<String>) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to select from the specified columns in a relation.
- checkCanSelectFromColumns(Identity, 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, 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, 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, String, String) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
- checkCanSetSystemSessionProperty(Identity, String) - Method in interface com.facebook.presto.spi.security.SystemAccessControl
-
Check if identity is allowed to set the specified system property.
- checkCanSetUser(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, 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, 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, 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) - Method in interface com.facebook.presto.spi.connector.ConnectorAccessControl
-
Check if identity is allowed to execute SHOW SCHEMAS in a catalog.
- checkCanShowSchemas(Identity, 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, 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, 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.
- checkConnectorSupports(IsolationLevel, IsolationLevel) - Static method in enum com.facebook.presto.spi.transaction.IsolationLevel
-
- checkOverflow(BigInteger) - Static method in class com.facebook.presto.spi.type.Decimals
-
- checkReadablePosition(int) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- 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
-
- closeEntry() - Method in class com.facebook.presto.spi.block.ArrayBlockBuilder
-
- closeEntry() - Method in interface com.facebook.presto.spi.block.BlockBuilder
-
Write a byte to the current entry;
- closeEntry() - Method in class com.facebook.presto.spi.block.ByteArrayBlockBuilder
-
- closeEntry() - Method in class com.facebook.presto.spi.block.Int128ArrayBlockBuilder
-
- closeEntry() - Method in class com.facebook.presto.spi.block.IntArrayBlockBuilder
-
- closeEntry() - Method in class com.facebook.presto.spi.block.LongArrayBlockBuilder
-
- closeEntry() - Method in class com.facebook.presto.spi.block.MapBlockBuilder
-
- closeEntry() - Method in class com.facebook.presto.spi.block.RowBlockBuilder
-
- closeEntry() - Method in class com.facebook.presto.spi.block.ShortArrayBlockBuilder
-
- closeEntry() - Method in class com.facebook.presto.spi.block.SingleArrayBlockWriter
-
- closeEntry() - Method in class com.facebook.presto.spi.block.SingleMapBlockWriter
-
- closeEntry() - Method in class com.facebook.presto.spi.block.SingleRowBlockWriter
-
- closeEntry() - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- closeEntryStrict() - Method in class com.facebook.presto.spi.block.MapBlockBuilder
-
This method will check duplicate keys and close entry.
- ClusterMemoryPoolManager - Interface in com.facebook.presto.spi.memory
-
- coerceTypeBase(Type, String) - Method in interface com.facebook.presto.spi.type.TypeManager
-
- ColumnarArray - Class in com.facebook.presto.spi.block
-
- ColumnarMap - Class in com.facebook.presto.spi.block
-
- ColumnarRow - Class in com.facebook.presto.spi.block
-
- ColumnDomain(C, Domain) - Constructor for class com.facebook.presto.spi.predicate.TupleDomain.ColumnDomain
-
- ColumnHandle - Interface in com.facebook.presto.spi
-
- 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
-
- 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
-
- columnWiseUnion(TupleDomain<T>, TupleDomain<T>, TupleDomain<T>...) - Static method in class com.facebook.presto.spi.predicate.TupleDomain
-
- columnWiseUnion(List<TupleDomain<T>>) - Static method in class com.facebook.presto.spi.predicate.TupleDomain
-
Returns a TupleDomain in which corresponding column Domains are unioned together.
- com.facebook.presto.spi - package com.facebook.presto.spi
-
- com.facebook.presto.spi.block - package com.facebook.presto.spi.block
-
- 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.eventlistener - package com.facebook.presto.spi.eventlistener
-
- com.facebook.presto.spi.function - package com.facebook.presto.spi.function
-
- com.facebook.presto.spi.memory - package com.facebook.presto.spi.memory
-
- com.facebook.presto.spi.predicate - package com.facebook.presto.spi.predicate
-
- 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.security - package com.facebook.presto.spi.security
-
- com.facebook.presto.spi.session - package com.facebook.presto.spi.session
-
- com.facebook.presto.spi.statistics - package com.facebook.presto.spi.statistics
-
- com.facebook.presto.spi.transaction - package com.facebook.presto.spi.transaction
-
- com.facebook.presto.spi.type - package com.facebook.presto.spi.type
-
- 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.
- compact() - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- compact() - Method in class com.facebook.presto.spi.Page
-
- 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
-
- compare(Slice, Slice) - Static method in class com.facebook.presto.spi.type.UnscaledDecimal128Arithmetic
-
- compare(long, long, long, long) - Static method in class com.facebook.presto.spi.type.UnscaledDecimal128Arithmetic
-
- compareAbsolute(Slice, Slice) - Static method in class com.facebook.presto.spi.type.UnscaledDecimal128Arithmetic
-
- compareBlockValue(Type, Block, int, Block, int) - Method in enum com.facebook.presto.spi.block.SortOrder
-
Compares the values at the specified positions.
- compareChars(Slice, Slice) - Static method in class com.facebook.presto.spi.type.Chars
-
- compareTo(int, int, int, Block, int, int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleArrayBlock
-
- compareTo(int, int, int, Block, int, int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleMapBlock
-
- compareTo(int, int, int, Block, int, int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleRowBlock
-
- compareTo(int, int, int, Block, int, int, int) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- compareTo(int, int, int, Block, int, int, int) - Method in interface com.facebook.presto.spi.block.Block
-
Compares the byte sequences at offset in the value at position
to the byte sequence at otherOffset in the value at otherPosition
in otherBlock.
- compareTo(int, int, int, Block, int, int, int) - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- compareTo(int, int, int, Block, int, int, int) - Method in class com.facebook.presto.spi.block.LazyBlock
-
- compareTo(int, int, int, Block, int, int, int) - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- compareTo(Marker) - Method in class com.facebook.presto.spi.predicate.Marker
-
- compareTo(Block, int, Block, int) - Method in class com.facebook.presto.spi.type.AbstractIntType
-
- compareTo(Block, int, Block, int) - Method in class com.facebook.presto.spi.type.AbstractLongType
-
- compareTo(Block, int, Block, int) - Method in class com.facebook.presto.spi.type.AbstractType
-
- compareTo(Block, int, Block, int) - Method in class com.facebook.presto.spi.type.ArrayType
-
- compareTo(Block, int, Block, int) - Method in class com.facebook.presto.spi.type.BooleanType
-
- compareTo(Block, int, Block, int) - Method in class com.facebook.presto.spi.type.CharType
-
- compareTo(Block, int, Block, int) - Method in class com.facebook.presto.spi.type.DoubleType
-
- compareTo(Block, int, Block, int) - Method in class com.facebook.presto.spi.type.FunctionType
-
- compareTo(Block, int, Block, int) - Method in class com.facebook.presto.spi.type.RealType
-
- compareTo(Block, int, Block, int) - Method in class com.facebook.presto.spi.type.RowType
-
- compareTo(Block, int, Block, int) - Method in class com.facebook.presto.spi.type.SmallintType
-
- compareTo(SqlVarbinary) - Method in class com.facebook.presto.spi.type.SqlVarbinary
-
- compareTo(Block, int, Block, int) - Method in class com.facebook.presto.spi.type.TimestampWithTimeZoneType
-
- compareTo(Block, int, Block, int) - Method in class com.facebook.presto.spi.type.TimeWithTimeZoneType
-
- compareTo(Block, int, Block, int) - Method in class com.facebook.presto.spi.type.TinyintType
-
- compareTo(Block, int, Block, int) - Method in interface com.facebook.presto.spi.type.Type
-
Compare the values in the specified block at the specified positions equal.
- compareTo(Block, int, Block, int) - Method in class com.facebook.presto.spi.type.VarbinaryType
-
- compareTo(Block, int, Block, int) - Method in class com.facebook.presto.spi.type.VarcharType
-
- compareUnsigned(long, long, long, long) - Static method in class com.facebook.presto.spi.type.UnscaledDecimal128Arithmetic
-
- comparisonFunction(OperatorType, Type, Type) - Method in interface com.facebook.presto.spi.function.StandardFunctionResolution
-
- complement() - Method in class com.facebook.presto.spi.predicate.AllOrNoneValueSet
-
- complement() - Method in class com.facebook.presto.spi.predicate.Domain
-
- complement() - Method in class com.facebook.presto.spi.predicate.EquatableValueSet
-
- complement() - Method in class com.facebook.presto.spi.predicate.SortedRangeSet
-
- complement() - Method in interface com.facebook.presto.spi.predicate.ValueSet
-
- compose(MethodHandle, MethodHandle) - Static method in class com.facebook.presto.spi.block.MethodHandleUtil
-
- compose(MethodHandle, MethodHandle, MethodHandle) - Static method in class com.facebook.presto.spi.block.MethodHandleUtil
-
- ComputedStatistics - Class in com.facebook.presto.spi.statistics
-
- ComputedStatistics.Builder - Class in com.facebook.presto.spi.statistics
-
- 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
-
- ConnectorContext - Interface in com.facebook.presto.spi.connector
-
- ConnectorFactory - Interface in com.facebook.presto.spi.connector
-
- ConnectorHandleResolver - Interface in com.facebook.presto.spi
-
- ConnectorIdentity - Class in com.facebook.presto.spi.security
-
- ConnectorIdentity(String, Optional<Principal>, Optional<SelectedRole>) - 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
-
- ConnectorMetadata - Interface in com.facebook.presto.spi.connector
-
- 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
-
- 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.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
-
- 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
-
- 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
-
- 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(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
-
- consume(Consumer<Ranges>, Consumer<DiscreteValues>, Consumer<AllOrNone>) - Method in interface com.facebook.presto.spi.predicate.ValuesProcessor
-
- contains(Domain) - Method in class com.facebook.presto.spi.predicate.Domain
-
- contains(Range) - Method in class com.facebook.presto.spi.predicate.Range
-
- contains(TupleDomain<T>) - Method in class com.facebook.presto.spi.predicate.TupleDomain
-
Returns true only if the this TupleDomain contains all possible tuples that would be allowable by
the other TupleDomain.
- contains(ValueSet) - Method in interface com.facebook.presto.spi.predicate.ValueSet
-
- containsValue(Object) - Method in class com.facebook.presto.spi.predicate.AllOrNoneValueSet
-
- containsValue(Object) - Method in class com.facebook.presto.spi.predicate.EquatableValueSet
-
- containsValue(Object) - Method in class com.facebook.presto.spi.predicate.SortedRangeSet
-
- containsValue(Object) - Method in interface com.facebook.presto.spi.predicate.ValueSet
-
- Convention - Annotation Type in com.facebook.presto.spi.function
-
- copyOf(Type, List<Range>) - Static method in class com.facebook.presto.spi.predicate.SortedRangeSet
-
- copyOf(Type, Collection<Object>) - Static method in interface com.facebook.presto.spi.predicate.ValueSet
-
- copyOfRanges(Type, Collection<Range>) - Static method in interface com.facebook.presto.spi.predicate.ValueSet
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.AbstractArrayBlock
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.AbstractMapBlock
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.AbstractRowBlock
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleArrayBlock
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleMapBlock
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleRowBlock
-
- copyPositions(int[], int, int) - Method in interface com.facebook.presto.spi.block.Block
-
Returns a block containing the specified positions.
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.ByteArrayBlock
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.ByteArrayBlockBuilder
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.Int128ArrayBlock
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.Int128ArrayBlockBuilder
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.IntArrayBlock
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.IntArrayBlockBuilder
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.LazyBlock
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.LongArrayBlock
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.LongArrayBlockBuilder
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.ShortArrayBlock
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.ShortArrayBlockBuilder
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.VariableWidthBlock
-
- copyPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.AbstractArrayBlock
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.AbstractMapBlock
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.AbstractRowBlock
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleArrayBlock
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleMapBlock
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleRowBlock
-
- copyRegion(int, int) - Method in interface com.facebook.presto.spi.block.Block
-
Returns a block starting at the specified position and extends for the
specified length.
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.ByteArrayBlock
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.ByteArrayBlockBuilder
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.Int128ArrayBlock
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.Int128ArrayBlockBuilder
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.IntArrayBlock
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.IntArrayBlockBuilder
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.LazyBlock
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.LongArrayBlock
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.LongArrayBlockBuilder
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.ShortArrayBlock
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.ShortArrayBlockBuilder
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.VariableWidthBlock
-
- copyRegion(int, int) - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- CPU_TIME - Static variable in class com.facebook.presto.spi.session.ResourceEstimates
-
- create(Type, Object, int) - Static method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- 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(ValueSet, boolean) - Static method in class com.facebook.presto.spi.predicate.Domain
-
- create(Type, Object) - Static method in class com.facebook.presto.spi.predicate.EquatableValueSet.ValueEntry
-
- 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
-
- createAuthenticatedPrincipal(String, String) - Method in interface com.facebook.presto.spi.security.PasswordAuthenticator
-
Authenticate the provided user and password.
- createBlockBuilder(BlockBuilderStatus, int, int) - Method in class com.facebook.presto.spi.type.AbstractIntType
-
- createBlockBuilder(BlockBuilderStatus, int) - Method in class com.facebook.presto.spi.type.AbstractIntType
-
- createBlockBuilder(BlockBuilderStatus, int, int) - Method in class com.facebook.presto.spi.type.AbstractLongType
-
- createBlockBuilder(BlockBuilderStatus, int) - Method in class com.facebook.presto.spi.type.AbstractLongType
-
- createBlockBuilder(BlockBuilderStatus, int, int) - Method in class com.facebook.presto.spi.type.AbstractVariableWidthType
-
- createBlockBuilder(BlockBuilderStatus, int) - Method in class com.facebook.presto.spi.type.AbstractVariableWidthType
-
- createBlockBuilder(BlockBuilderStatus, int, int) - Method in class com.facebook.presto.spi.type.ArrayType
-
- createBlockBuilder(BlockBuilderStatus, int) - Method in class com.facebook.presto.spi.type.ArrayType
-
- createBlockBuilder(BlockBuilderStatus, int, int) - Method in class com.facebook.presto.spi.type.BooleanType
-
- createBlockBuilder(BlockBuilderStatus, int) - Method in class com.facebook.presto.spi.type.BooleanType
-
- createBlockBuilder(BlockBuilderStatus, int, int) - Method in class com.facebook.presto.spi.type.DoubleType
-
- createBlockBuilder(BlockBuilderStatus, int) - Method in class com.facebook.presto.spi.type.DoubleType
-
- createBlockBuilder(BlockBuilderStatus, int, int) - Method in class com.facebook.presto.spi.type.FunctionType
-
- createBlockBuilder(BlockBuilderStatus, int) - Method in class com.facebook.presto.spi.type.FunctionType
-
- createBlockBuilder(BlockBuilderStatus, int, int) - Method in class com.facebook.presto.spi.type.MapType
-
- createBlockBuilder(BlockBuilderStatus, int) - Method in class com.facebook.presto.spi.type.MapType
-
- createBlockBuilder(BlockBuilderStatus, int, int) - Method in class com.facebook.presto.spi.type.RowType
-
- createBlockBuilder(BlockBuilderStatus, int) - Method in class com.facebook.presto.spi.type.RowType
-
- createBlockBuilder(BlockBuilderStatus, int, int) - Method in class com.facebook.presto.spi.type.SmallintType
-
- createBlockBuilder(BlockBuilderStatus, int) - Method in class com.facebook.presto.spi.type.SmallintType
-
- createBlockBuilder(BlockBuilderStatus, int, int) - Method in class com.facebook.presto.spi.type.TinyintType
-
- createBlockBuilder(BlockBuilderStatus, int) - Method in class com.facebook.presto.spi.type.TinyintType
-
- createBlockBuilder(BlockBuilderStatus, int, int) - Method in interface com.facebook.presto.spi.type.Type
-
Creates the preferred block builder for this type.
- createBlockBuilder(BlockBuilderStatus, int) - Method in interface com.facebook.presto.spi.type.Type
-
Creates the preferred block builder for this type.
- createBlockBuilderStatus() - Method in class com.facebook.presto.spi.block.PageBuilderStatus
-
- createBlockFromKeyValue(Optional<boolean[]>, int[], Block, Block) - Method in class com.facebook.presto.spi.type.MapType
-
- createBucketNodeMap(int) - Static method in class com.facebook.presto.spi.connector.ConnectorBucketNodeMap
-
- createBucketNodeMap(List<Node>) - Static method in class com.facebook.presto.spi.connector.ConnectorBucketNodeMap
-
- createCharType(long) - Static method in class com.facebook.presto.spi.type.CharType
-
- createConstantExpression(Block, Type) - Static method in class com.facebook.presto.spi.relation.ConstantExpression
-
- createDecimalType(int, int) - Static method in class com.facebook.presto.spi.type.DecimalType
-
- createDecimalType(int) - Static method in class com.facebook.presto.spi.type.DecimalType
-
- createDecimalType() - Static method in class com.facebook.presto.spi.type.DecimalType
-
- createFixedSizeBlockBuilder(int) - Method in class com.facebook.presto.spi.type.AbstractIntType
-
- createFixedSizeBlockBuilder(int) - Method in class com.facebook.presto.spi.type.AbstractLongType
-
- createFixedSizeBlockBuilder(int) - Method in class com.facebook.presto.spi.type.BooleanType
-
- createFixedSizeBlockBuilder(int) - Method in class com.facebook.presto.spi.type.DoubleType
-
- createFixedSizeBlockBuilder(int) - Method in interface com.facebook.presto.spi.type.FixedWidthType
-
Creates a block builder for this type sized to hold the specified number
of positions.
- createFixedSizeBlockBuilder(int) - Method in class com.facebook.presto.spi.type.SmallintType
-
- createFixedSizeBlockBuilder(int) - Method in class com.facebook.presto.spi.type.TinyintType
-
- createGroupedState() - Method in interface com.facebook.presto.spi.function.AccumulatorStateFactory
-
Return value is also guaranteed to implement GroupedAccumulatorState
- createMapBlockInternal(int, int, Optional<boolean[]>, int[], Block, Block, AbstractMapBlock.HashTables, Type, MethodHandle, MethodHandle, MethodHandle) - Static method in class com.facebook.presto.spi.block.MapBlock
-
Create a map block directly without per element validations.
- createMapBlockInternal(TypeManager, Type, int, int, Optional<boolean[]>, int[], Block, Block, AbstractMapBlock.HashTables) - Static method in class com.facebook.presto.spi.type.MapType
-
Create a map block directly without per element validations.
- createPageIndexer(List<? extends Type>) - Method in interface com.facebook.presto.spi.PageIndexerFactory
-
- createPageSink(ConnectorTransactionHandle, ConnectorSession, ConnectorOutputTableHandle) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorPageSinkProvider
-
- createPageSink(ConnectorTransactionHandle, ConnectorSession, ConnectorInsertTableHandle) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorPageSinkProvider
-
- createPageSink(ConnectorTransactionHandle, ConnectorSession, ConnectorOutputTableHandle) - Method in interface com.facebook.presto.spi.connector.ConnectorPageSinkProvider
-
- createPageSink(ConnectorTransactionHandle, ConnectorSession, ConnectorInsertTableHandle) - Method in interface com.facebook.presto.spi.connector.ConnectorPageSinkProvider
-
- createPageSource(ConnectorTransactionHandle, ConnectorSession, ConnectorSplit, List<ColumnHandle>) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorPageSourceProvider
-
- createPageSource(ConnectorTransactionHandle, ConnectorSession, ConnectorSplit, List<ColumnHandle>) - 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
-
- 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.
- createType(TypeManager, List<TypeParameter>) - Method in interface com.facebook.presto.spi.type.ParametricType
-
- createType(TypeManager, List<TypeParameter>) - Method in class com.facebook.presto.spi.type.QuantileDigestParametricType
-
- createUnboundedVarcharType() - Static method in class com.facebook.presto.spi.type.VarcharType
-
- createVarcharType(int) - Static method in class com.facebook.presto.spi.type.VarcharType
-
- createView(ConnectorSession, SchemaTableName, String, boolean) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- createView(ConnectorSession, SchemaTableName, String, boolean) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Create the specified view.
- createWithTypeSignature(TypeSignature, List<RowType.Field>) - Static method in class com.facebook.presto.spi.type.RowType
-
- 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.
- GEOMETRY - Static variable in class com.facebook.presto.spi.type.StandardTypes
-
- getAccessControl() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getAddresses() - Method in interface com.facebook.presto.spi.ConnectorSplit
-
- getAllNodes() - Method in interface com.facebook.presto.spi.NodeManager
-
- getAllocation() - Method in class com.facebook.presto.spi.memory.MemoryAllocation
-
- getAllOrNone() - Method in class com.facebook.presto.spi.predicate.AllOrNoneValueSet
-
- 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
-
- 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.relation.LambdaDefinitionExpression
-
- getArgumentTypes() - Method in class com.facebook.presto.spi.type.FunctionType
-
- getAverage() - Method in class com.facebook.presto.spi.eventlistener.StageCpuDistribution
-
- getAverageFullGcSec() - Method in class com.facebook.presto.spi.eventlistener.StageGcStatistics
-
- getBase() - Method in class com.facebook.presto.spi.type.TypeSignature
-
- getBlock() - Method in class com.facebook.presto.spi.block.AbstractSingleArrayBlock
-
- getBlock() - Method in class com.facebook.presto.spi.block.SingleArrayBlockWriter
-
- getBlock(int) - Method in class com.facebook.presto.spi.Page
-
- getBlock() - Method in class com.facebook.presto.spi.predicate.EquatableValueSet.ValueEntry
-
- getBlock() - Method in class com.facebook.presto.spi.predicate.NullableValue.Serializable
-
- getBlockBuilder(int) - Method in class com.facebook.presto.spi.PageBuilder
-
- getBlockEncodings() - Method in interface com.facebook.presto.spi.Plugin
-
- 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
-
- getBoolean(Block, int) - Method in class com.facebook.presto.spi.type.AbstractType
-
- getBoolean(Block, int) - Method in class com.facebook.presto.spi.type.BooleanType
-
- getBoolean(Block, int) - Method in class com.facebook.presto.spi.type.FunctionType
-
- getBoolean(Block, int) - Method in interface com.facebook.presto.spi.type.Type
-
Gets the value at the block position as a boolean.
- getBound() - Method in class com.facebook.presto.spi.predicate.Marker
-
- getBucket(Page, int) - Method in interface com.facebook.presto.spi.BucketFunction
-
Gets the bucket for the tuple at the specified position.
- getBucketCount() - Method in class com.facebook.presto.spi.connector.ConnectorBucketNodeMap
-
- 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) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeNodePartitioningProvider
-
- getBucketNodeMap(ConnectorTransactionHandle, ConnectorSession, ConnectorPartitioningHandle) - Method in interface com.facebook.presto.spi.connector.ConnectorNodePartitioningProvider
-
- getByte(int) - Method in class com.facebook.presto.spi.block.AbstractSingleArrayBlock
-
- getByte(int) - Method in class com.facebook.presto.spi.block.AbstractSingleMapBlock
-
- getByte(int) - Method in class com.facebook.presto.spi.block.AbstractSingleRowBlock
-
- getByte(int) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- getByte(int) - Method in interface com.facebook.presto.spi.block.Block
-
Gets a byte in the value at position.
- getByte(int) - Method in class com.facebook.presto.spi.block.ByteArrayBlock
-
- getByte(int) - Method in class com.facebook.presto.spi.block.ByteArrayBlockBuilder
-
- getByte(int) - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getByte(int) - Method in class com.facebook.presto.spi.block.LazyBlock
-
- getByte(int) - Method in class com.facebook.presto.spi.block.LongArrayBlock
-
Deprecated.
- getByte(int) - Method in class com.facebook.presto.spi.block.LongArrayBlockBuilder
-
Deprecated.
- getByte(int) - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- getBytes() - Method in class com.facebook.presto.spi.type.SqlVarbinary
-
- getCapabilities() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getCatalog() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getCatalogName() - Method in class com.facebook.presto.spi.CatalogSchemaName
-
- getCatalogName() - Method in class com.facebook.presto.spi.CatalogSchemaTableName
-
- 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
-
- getCatalogSessionProperties(SessionConfigurationContext) - Method in interface com.facebook.presto.spi.session.SessionPropertyConfigurationManager
-
- getChannelCount() - Method in class com.facebook.presto.spi.Page
-
- getClientCapabilities() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getClientInfo() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getClientTags() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getClientTags() - Method in class com.facebook.presto.spi.session.SessionConfigurationContext
-
- getCode() - Method in class com.facebook.presto.spi.ErrorCode
-
- 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.predicate.TupleDomain.ColumnDomain
-
- getColumn() - Method in class com.facebook.presto.spi.SortingProperty
-
- getColumnDomains() - Method in class com.facebook.presto.spi.predicate.TupleDomain
-
- 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.
- 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.statistics.ColumnStatisticMetadata
-
- 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.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
-
- 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.
- getCommonSuperType(Type, Type) - Method in interface com.facebook.presto.spi.type.TypeManager
-
- 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 class com.facebook.presto.spi.eventlistener.SplitStatistics
-
- getCompletedReadTime() - Method in class com.facebook.presto.spi.eventlistener.SplitStatistics
-
- getCompletedSplits() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getConnectorFactories() - Method in interface com.facebook.presto.spi.Plugin
-
- getConnectorInfo() - Method in class com.facebook.presto.spi.eventlistener.QueryInputMetadata
-
- getConnectorOutputMetadata() - Method in class com.facebook.presto.spi.eventlistener.QueryOutputMetadata
-
- 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
-
- 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
-
- getCpuTimeDistribution() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- 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
-
- 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
-
- getDays() - Method in class com.facebook.presto.spi.type.SqlDate
-
- getDefaultValue() - Method in class com.facebook.presto.spi.session.PropertyMetadata
-
Gets the default value for this property.
- getDescription() - Method in class com.facebook.presto.spi.session.PropertyMetadata
-
Description for the end user.
- getDetailedMessage(Type, ConnectorSession) - Method in exception com.facebook.presto.spi.block.DuplicateMapKeyException
-
- getDictionary() - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getDictionarySourceId() - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getDiscretePredicates() - Method in class com.facebook.presto.spi.ConnectorTableLayout
-
A collection of discrete predicates describing the data in this layout.
- getDiscreteValues() - Method in class com.facebook.presto.spi.predicate.EquatableValueSet
-
- getDiscreteValues() - Method in interface com.facebook.presto.spi.predicate.ValueSet
-
- getDisplayName() - Method in class com.facebook.presto.spi.relation.CallExpression
-
- getDisplayName() - Method in class com.facebook.presto.spi.type.AbstractType
-
- getDisplayName() - Method in class com.facebook.presto.spi.type.ArrayType
-
- getDisplayName() - Method in class com.facebook.presto.spi.type.CharType
-
- getDisplayName() - Method in class com.facebook.presto.spi.type.FunctionType
-
- getDisplayName() - Method in class com.facebook.presto.spi.type.MapType
-
- getDisplayName() - Method in class com.facebook.presto.spi.type.RowType
-
- getDisplayName() - Method in interface com.facebook.presto.spi.type.Type
-
Returns the name of this type that should be displayed to end-users.
- getDisplayName() - Method in class com.facebook.presto.spi.type.VarcharType
-
- getDistinctValuesCount() - Method in class com.facebook.presto.spi.statistics.ColumnStatistics
-
- getDistribution() - Method in interface com.facebook.presto.spi.SystemTable
-
- getDomain() - Method in class com.facebook.presto.spi.predicate.TupleDomain.ColumnDomain
-
- getDomains() - Method in class com.facebook.presto.spi.predicate.TupleDomain
-
Gets the TupleDomain as a map of each column to its respective Domain.
- 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
-
- getDouble(Block, int) - Method in class com.facebook.presto.spi.type.AbstractType
-
- getDouble(Block, int) - Method in class com.facebook.presto.spi.type.DoubleType
-
- getDouble(Block, int) - Method in class com.facebook.presto.spi.type.FunctionType
-
- getDouble(Block, int) - Method in interface com.facebook.presto.spi.type.Type
-
Gets the value at the block position as a double.
- getElementsBlock() - Method in class com.facebook.presto.spi.block.ColumnarArray
-
- getElementType() - Method in class com.facebook.presto.spi.type.ArrayType
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.AbstractArrayBlock
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.AbstractMapBlock
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.AbstractRowBlock
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.AbstractSingleArrayBlock
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- getEncodingName() - Method in interface com.facebook.presto.spi.block.Block
-
Get the encoding for this block.
- getEncodingName() - Method in class com.facebook.presto.spi.block.ByteArrayBlock
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.ByteArrayBlockBuilder
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.Int128ArrayBlock
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.Int128ArrayBlockBuilder
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.IntArrayBlock
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.IntArrayBlockBuilder
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.LazyBlock
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.LongArrayBlock
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.LongArrayBlockBuilder
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.ShortArrayBlock
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.ShortArrayBlockBuilder
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.SingleMapBlock
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.SingleMapBlockWriter
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.SingleRowBlock
-
- getEncodingName() - Method in class com.facebook.presto.spi.block.SingleRowBlockWriter
-
- getEndTime() - Method in class com.facebook.presto.spi.eventlistener.QueryCompletedEvent
-
- getEndTime() - Method in class com.facebook.presto.spi.eventlistener.SplitCompletedEvent
-
- getEntries() - Method in class com.facebook.presto.spi.predicate.EquatableValueSet
-
- getEntryCount(int) - Method in class com.facebook.presto.spi.block.ColumnarMap
-
- 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.block.AbstractArrayBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.block.AbstractMapBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.block.AbstractRowBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.block.AbstractSingleArrayBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.block.AbstractSingleMapBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.block.AbstractSingleRowBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- getEstimatedDataSizeForStats(int) - Method in interface com.facebook.presto.spi.block.Block
-
Returns the estimated in memory data size for stats of position.
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.block.ByteArrayBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.block.ByteArrayBlockBuilder
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.block.Int128ArrayBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.block.Int128ArrayBlockBuilder
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.block.IntArrayBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.block.IntArrayBlockBuilder
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.block.LazyBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.block.LongArrayBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.block.LongArrayBlockBuilder
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.block.ShortArrayBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.spi.block.ShortArrayBlockBuilder
-
- getEstimatedSize() - Method in interface com.facebook.presto.spi.function.AccumulatorState
-
- 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.session.ResourceEstimates
-
- getExpression() - Method in class com.facebook.presto.spi.function.LongVariableConstraint
-
- getExtraInfo() - Method in class com.facebook.presto.spi.ColumnMetadata
-
- 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(int) - Method in class com.facebook.presto.spi.block.ColumnarRow
-
Gets the specified field for all rows as a column.
- getField() - Method in class com.facebook.presto.spi.relation.InputReferenceExpression
-
- getFieldBlockBuilder(int) - Method in class com.facebook.presto.spi.block.SingleRowBlockWriter
-
Obtains the field BlockBuilder.
- getFieldBlockOffset(int) - Method in class com.facebook.presto.spi.block.AbstractRowBlock
-
- getFieldBlockOffsets() - Method in class com.facebook.presto.spi.block.AbstractRowBlock
-
- getFieldBlockOffsets() - Method in class com.facebook.presto.spi.block.RowBlock
-
- getFieldBlockOffsets() - Method in class com.facebook.presto.spi.block.RowBlockBuilder
-
- getFieldCount() - Method in class com.facebook.presto.spi.block.ColumnarRow
-
- getFieldName() - Method in class com.facebook.presto.spi.type.NamedTypeSignature
-
- getFields() - Method in class com.facebook.presto.spi.type.RowType
-
- getFixedMapping() - Method in class com.facebook.presto.spi.connector.ConnectorBucketNodeMap
-
- getFixedSize() - Method in class com.facebook.presto.spi.type.AbstractIntType
-
- getFixedSize() - Method in class com.facebook.presto.spi.type.AbstractLongType
-
- getFixedSize() - Method in class com.facebook.presto.spi.type.BooleanType
-
- getFixedSize() - Method in class com.facebook.presto.spi.type.DoubleType
-
- getFixedSize() - Method in interface com.facebook.presto.spi.type.FixedWidthType
-
Gets the size of a value of this type is bytes.
- getFixedSize() - Method in class com.facebook.presto.spi.type.SmallintType
-
- getFixedSize() - Method in class com.facebook.presto.spi.type.TinyintType
-
- 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() - Method in class com.facebook.presto.spi.relation.CallExpression
-
- getFunctionKind() - Method in class com.facebook.presto.spi.function.FunctionMetadata
-
- getFunctionMetadata(FunctionHandle) - Method in interface com.facebook.presto.spi.function.FunctionMetadataManager
-
- getFunctionMetadataManager() - Method in interface com.facebook.presto.spi.connector.ConnectorContext
-
- getFunctionName() - Method in enum com.facebook.presto.spi.function.OperatorType
-
- getFunctions() - Method in interface com.facebook.presto.spi.Plugin
-
- 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
-
- getGroupedStateClass() - Method in interface com.facebook.presto.spi.function.AccumulatorStateFactory
-
- getGroupingColumns() - Method in class com.facebook.presto.spi.statistics.ComputedStatistics
-
- getGroupingColumns() - Method in class com.facebook.presto.spi.statistics.TableStatisticsMetadata
-
- 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
-
- getHardConcurrencyLimit() - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroup
-
- getHardCpuLimit() - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroup
-
- getHashTables() - Method in class com.facebook.presto.spi.block.AbstractMapBlock
-
- getHashTables() - Method in class com.facebook.presto.spi.block.MapBlock
-
- getHashTables() - Method in class com.facebook.presto.spi.block.MapBlockBuilder
-
- getHigh() - Method in class com.facebook.presto.spi.predicate.Range
-
- getHost() - Method in interface com.facebook.presto.spi.Node
-
- 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(int) - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getId() - Method in class com.facebook.presto.spi.memory.MemoryPoolId
-
- 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.type.TimeZoneKey
-
- getIdentity() - Method in interface com.facebook.presto.spi.ConnectorSession
-
- getIndex(ConnectorTransactionHandle, ConnectorSession, ConnectorIndexHandle, List<ColumnHandle>, List<ColumnHandle>) - Method in interface com.facebook.presto.spi.connector.ConnectorIndexProvider
-
- getIndex() - Method in class com.facebook.presto.spi.Subfield.LongSubscript
-
- getIndex() - Method in class com.facebook.presto.spi.Subfield.StringSubscript
-
- 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
-
- 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
-
- getInputs() - Method in class com.facebook.presto.spi.eventlistener.QueryIOMetadata
-
- 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.Subfield.AllSubscripts
-
- getInstanceSizeInBytes() - Method in class com.facebook.presto.spi.block.AbstractMapBlock.HashTables
-
- getInt(int) - Method in class com.facebook.presto.spi.block.AbstractSingleArrayBlock
-
- getInt(int) - Method in class com.facebook.presto.spi.block.AbstractSingleMapBlock
-
- getInt(int) - Method in class com.facebook.presto.spi.block.AbstractSingleRowBlock
-
- getInt(int) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- getInt(int) - Method in interface com.facebook.presto.spi.block.Block
-
Gets a little endian int in the value at position.
- getInt(int) - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getInt(int) - Method in class com.facebook.presto.spi.block.IntArrayBlock
-
- getInt(int) - Method in class com.facebook.presto.spi.block.IntArrayBlockBuilder
-
- getInt(int) - Method in class com.facebook.presto.spi.block.LazyBlock
-
- getInt(int) - Method in class com.facebook.presto.spi.block.LongArrayBlock
-
Deprecated.
- getInt(int) - Method in class com.facebook.presto.spi.block.LongArrayBlockBuilder
-
Deprecated.
- getInt(int) - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- getInt(Slice, int) - Static method in class com.facebook.presto.spi.type.UnscaledDecimal128Arithmetic
-
- 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.
- getJavaType() - Method in class com.facebook.presto.spi.type.AbstractType
-
- getJavaType() - Method in class com.facebook.presto.spi.type.FunctionType
-
- getJavaType() - Method in interface com.facebook.presto.spi.type.Type
-
Gets the Java class type used to represent this value on the stack during
expression execution.
- getJmxExport() - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroup
-
- getJsonLengthLimitExceeded() - Method in class com.facebook.presto.spi.eventlistener.QueryOutputMetadata
-
- getJsonPlan() - Method in class com.facebook.presto.spi.eventlistener.QueryMetadata
-
- getKey() - Method in class com.facebook.presto.spi.type.TimeZoneKey
-
- getKeysBlock() - Method in class com.facebook.presto.spi.block.ColumnarMap
-
- getKeyType() - Method in class com.facebook.presto.spi.type.MapType
-
- getKind() - Method in class com.facebook.presto.spi.function.Signature
-
- getKind() - Method in class com.facebook.presto.spi.type.TypeParameter
-
- getKind() - Method in class com.facebook.presto.spi.type.TypeSignatureParameter
-
- getLastSegment() - Method in class com.facebook.presto.spi.resourceGroups.ResourceGroupId
-
- getLeastSignificantBits() - Method in class com.facebook.presto.spi.block.DictionaryId
-
- getLength(int) - Method in class com.facebook.presto.spi.block.ColumnarArray
-
- getLength() - Method in class com.facebook.presto.spi.type.CharType
-
- getLength() - Method in class com.facebook.presto.spi.type.VarcharType
-
Deprecated.
- getLengthSafe() - Method in class com.facebook.presto.spi.type.VarcharType
-
- getLoadedBlock() - Method in class com.facebook.presto.spi.block.ArrayBlock
-
- getLoadedBlock() - Method in interface com.facebook.presto.spi.block.Block
-
Returns a block that assures all data is in memory.
- getLoadedBlock() - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getLoadedBlock() - Method in class com.facebook.presto.spi.block.LazyBlock
-
- getLoadedBlock() - Method in class com.facebook.presto.spi.block.MapBlock
-
- getLoadedBlock() - Method in class com.facebook.presto.spi.block.RowBlock
-
- getLoadedBlock() - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- getLoadedBlock() - Method in class com.facebook.presto.spi.block.SingleMapBlock
-
- getLoadedBlock() - Method in class com.facebook.presto.spi.block.SingleRowBlock
-
- getLoadedPage() - Method in class com.facebook.presto.spi.Page
-
Returns a page that assures all data is in memory.
- getLocale() - Method in interface com.facebook.presto.spi.ConnectorSession
-
- getLocalProperties() - Method in class com.facebook.presto.spi.ConnectorTableLayout
-
Properties describing the layout of the data (grouping/sorting) within each partition
- getLogicalSizeInBytes() - Method in interface com.facebook.presto.spi.block.Block
-
Returns the size of the block contents, regardless of internal representation.
- getLogicalSizeInBytes() - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getLogicalSizeInBytes() - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- getLogicalSizeInBytes() - Method in class com.facebook.presto.spi.Page
-
- getLong(int) - Method in class com.facebook.presto.spi.block.AbstractSingleArrayBlock
-
- getLong(int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleArrayBlock
-
- getLong(int) - Method in class com.facebook.presto.spi.block.AbstractSingleMapBlock
-
- getLong(int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleMapBlock
-
- getLong(int) - Method in class com.facebook.presto.spi.block.AbstractSingleRowBlock
-
- getLong(int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleRowBlock
-
- getLong(int) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- getLong(int, int) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- getLong(int) - Method in interface com.facebook.presto.spi.block.Block
-
Gets a little endian long in the value at position.
- getLong(int, int) - Method in interface com.facebook.presto.spi.block.Block
-
Gets a little endian long at offset in the value at position.
- getLong(int) - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getLong(int, int) - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getLong(int, int) - Method in class com.facebook.presto.spi.block.Int128ArrayBlock
-
- getLong(int, int) - Method in class com.facebook.presto.spi.block.Int128ArrayBlockBuilder
-
- getLong(int) - Method in class com.facebook.presto.spi.block.LazyBlock
-
- getLong(int, int) - Method in class com.facebook.presto.spi.block.LazyBlock
-
- getLong(int) - Method in class com.facebook.presto.spi.block.LongArrayBlock
-
- getLong(int) - Method in class com.facebook.presto.spi.block.LongArrayBlockBuilder
-
- getLong(int) - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- getLong(int, int) - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- 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
-
- getLong(Block, int) - Method in class com.facebook.presto.spi.type.AbstractIntType
-
- getLong(Block, int) - Method in class com.facebook.presto.spi.type.AbstractLongType
-
- getLong(Block, int) - Method in class com.facebook.presto.spi.type.AbstractType
-
- getLong(Block, int) - Method in class com.facebook.presto.spi.type.FunctionType
-
- getLong(Block, int) - Method in class com.facebook.presto.spi.type.SmallintType
-
- getLong(Block, int) - Method in class com.facebook.presto.spi.type.TinyintType
-
- getLong(Block, int) - Method in interface com.facebook.presto.spi.type.Type
-
Gets the value at the block position as a long.
- getLong(Slice, int) - Static method in class com.facebook.presto.spi.type.UnscaledDecimal128Arithmetic
-
- getLongLiteral() - Method in class com.facebook.presto.spi.type.TypeParameter
-
- getLongLiteral() - Method in class com.facebook.presto.spi.type.TypeSignatureParameter
-
- getLongVariableConstraints() - Method in class com.facebook.presto.spi.function.Signature
-
- getLow() - Method in class com.facebook.presto.spi.predicate.Range
-
- getMapIsNull() - Method in class com.facebook.presto.spi.block.AbstractMapBlock
-
- getMapIsNull() - Method in class com.facebook.presto.spi.block.MapBlock
-
- getMapIsNull() - Method in class com.facebook.presto.spi.block.MapBlockBuilder
-
- getMax() - Method in class com.facebook.presto.spi.eventlistener.StageCpuDistribution
-
- 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.
- getMaxPageSizeInBytes() - Method in class com.facebook.presto.spi.block.BlockBuilderStatus
-
- getMaxPageSizeInBytes() - Method in class com.facebook.presto.spi.block.PageBuilderStatus
-
- getMaxQueuedQueries() - Method in interface com.facebook.presto.spi.resourceGroups.ResourceGroup
-
- 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
-
- getMethodHandle() - Method in class com.facebook.presto.spi.procedure.Procedure
-
- getMillis() - Method in class com.facebook.presto.spi.type.SqlTime
-
- getMillis() - Method in class com.facebook.presto.spi.type.SqlTimestamp
-
- getMillisUtc() - Method in class com.facebook.presto.spi.type.SqlTime
-
Deprecated.
- getMillisUtc() - Method in class com.facebook.presto.spi.type.SqlTimestamp
-
Deprecated.
- getMillisUtc() - Method in class com.facebook.presto.spi.type.SqlTimestampWithTimeZone
-
- getMillisUtc() - Method in class com.facebook.presto.spi.type.SqlTimeWithTimeZone
-
- getMin() - Method in class com.facebook.presto.spi.eventlistener.StageCpuDistribution
-
- getMin() - Method in class com.facebook.presto.spi.statistics.DoubleRange
-
- getMinFullGcSec() - Method in class com.facebook.presto.spi.eventlistener.StageGcStatistics
-
- getMostSignificantBits() - Method in class com.facebook.presto.spi.block.DictionaryId
-
- getName() - Method in class com.facebook.presto.spi.block.ArrayBlockEncoding
-
- getName() - Method in interface com.facebook.presto.spi.block.BlockEncoding
-
Gets the unique name of this encoding.
- getName() - Method in class com.facebook.presto.spi.block.ByteArrayBlockEncoding
-
- getName() - Method in class com.facebook.presto.spi.block.DictionaryBlockEncoding
-
- getName() - Method in class com.facebook.presto.spi.block.Int128ArrayBlockEncoding
-
- getName() - Method in class com.facebook.presto.spi.block.IntArrayBlockEncoding
-
- getName() - Method in class com.facebook.presto.spi.block.LazyBlockEncoding
-
- getName() - Method in class com.facebook.presto.spi.block.LongArrayBlockEncoding
-
- getName() - Method in class com.facebook.presto.spi.block.MapBlockEncoding
-
- getName() - Method in class com.facebook.presto.spi.block.RowBlockEncoding
-
- getName() - Method in class com.facebook.presto.spi.block.RunLengthBlockEncoding
-
- getName() - Method in class com.facebook.presto.spi.block.ShortArrayBlockEncoding
-
- getName() - Method in class com.facebook.presto.spi.block.SingleMapBlockEncoding
-
- getName() - Method in class com.facebook.presto.spi.block.SingleRowBlockEncoding
-
- getName() - Method in class com.facebook.presto.spi.block.VariableWidthBlockEncoding
-
- 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.ErrorCode
-
- getName() - Method in interface com.facebook.presto.spi.eventlistener.EventListenerFactory
-
- getName() - Method in class com.facebook.presto.spi.function.FunctionMetadata
-
- getName() - Method in class com.facebook.presto.spi.function.LongVariableConstraint
-
- getName() - Method in class com.facebook.presto.spi.function.Signature
-
- getName() - Method in class com.facebook.presto.spi.function.TypeVariableConstraint
-
- 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 class com.facebook.presto.spi.security.BasicPrincipal
-
- 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.Subfield.NestedField
-
- getName() - Method in class com.facebook.presto.spi.type.NamedType
-
- getName() - Method in class com.facebook.presto.spi.type.NamedTypeSignature
-
- getName() - Method in interface com.facebook.presto.spi.type.ParametricType
-
- getName() - Method in class com.facebook.presto.spi.type.QuantileDigestParametricType
-
- getName() - Method in class com.facebook.presto.spi.type.RowFieldName
-
- getName() - Method in class com.facebook.presto.spi.type.RowType.Field
-
- getName() - Method in class com.facebook.presto.spi.WarningCode
-
- getNamedType() - Method in class com.facebook.presto.spi.type.TypeParameter
-
- getNamedTypeSignature() - Method in class com.facebook.presto.spi.type.TypeSignatureParameter
-
- 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.
- getNextBatch(ConnectorPartitionHandle, int) - Method in interface com.facebook.presto.spi.ConnectorSplitSource
-
- getNextBatch(ConnectorPartitionHandle, int) - Method in class com.facebook.presto.spi.FixedSplitSource
-
- 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
-
- getNodeManager() - Method in interface com.facebook.presto.spi.connector.ConnectorContext
-
- getNodePartitioningProvider() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getNullableSingleValue() - Method in class com.facebook.presto.spi.predicate.Domain
-
- getNullsFraction() - Method in class com.facebook.presto.spi.statistics.ColumnStatistics
-
- getObject(int, Class<T>) - Method in class com.facebook.presto.spi.block.AbstractArrayBlock
-
- getObject(int, Class<T>) - Method in class com.facebook.presto.spi.block.AbstractMapBlock
-
- getObject(int, Class<T>) - Method in class com.facebook.presto.spi.block.AbstractRowBlock
-
- getObject(int, Class<T>) - Method in class com.facebook.presto.spi.block.AbstractSingleArrayBlock
-
- getObject(int, Class<T>) - Method in class com.facebook.presto.spi.block.AbstractSingleMapBlock
-
- getObject(int, Class<T>) - Method in class com.facebook.presto.spi.block.AbstractSingleRowBlock
-
- getObject(int, Class<T>) - Method in interface com.facebook.presto.spi.block.Block
-
Gets an object in the value at position.
- getObject(int, Class<T>) - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getObject(int, Class<T>) - Method in class com.facebook.presto.spi.block.LazyBlock
-
- getObject(int, Class<T>) - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- 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
-
- getObject(Block, int) - Method in class com.facebook.presto.spi.type.AbstractType
-
- getObject(Block, int) - Method in class com.facebook.presto.spi.type.ArrayType
-
- getObject() - Method in class com.facebook.presto.spi.type.DecimalParseResult
-
- getObject(Block, int) - Method in class com.facebook.presto.spi.type.FunctionType
-
- getObject(Block, int) - Method in class com.facebook.presto.spi.type.MapType
-
- getObject(Block, int) - Method in class com.facebook.presto.spi.type.RowType
-
- getObject(Block, int) - Method in interface com.facebook.presto.spi.type.Type
-
Gets the value at the block position as an Object.
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.ArrayType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.BigintType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.BooleanType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.CharType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.DateType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.DoubleType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.FunctionType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.HyperLogLogType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.IntegerType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.MapType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.P4HyperLogLogType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.QuantileDigestType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.RealType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.RowType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.SmallintType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.TimestampType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.TimestampWithTimeZoneType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.TimeType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.TimeWithTimeZoneType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.TinyintType
-
- getObjectValue(ConnectorSession, Block, int) - Method in interface com.facebook.presto.spi.type.Type
-
Gets an object representation of the type value in the block
position.
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.VarbinaryType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.VarcharType
-
- getOffset() - Method in class com.facebook.presto.spi.block.SingleMapBlock
-
- getOffsetBase() - Method in class com.facebook.presto.spi.block.AbstractArrayBlock
-
- getOffsetBase() - Method in class com.facebook.presto.spi.block.AbstractMapBlock
-
offset is entry-based, not position-based.
- getOffsetBase() - Method in class com.facebook.presto.spi.block.AbstractRowBlock
-
- getOffsetBase() - Method in class com.facebook.presto.spi.block.ArrayBlock
-
- getOffsetBase() - Method in class com.facebook.presto.spi.block.ArrayBlockBuilder
-
- getOffsetBase() - Method in class com.facebook.presto.spi.block.MapBlock
-
- getOffsetBase() - Method in class com.facebook.presto.spi.block.MapBlockBuilder
-
- getOffsetBase() - Method in class com.facebook.presto.spi.block.RowBlock
-
- getOffsetBase() - Method in class com.facebook.presto.spi.block.RowBlockBuilder
-
- getOffsets() - Method in class com.facebook.presto.spi.block.AbstractArrayBlock
-
- getOffsets() - Method in class com.facebook.presto.spi.block.AbstractMapBlock
-
offset is entry-based, not position-based.
- getOffsets() - Method in class com.facebook.presto.spi.block.ArrayBlock
-
- getOffsets() - Method in class com.facebook.presto.spi.block.ArrayBlockBuilder
-
- getOffsets() - Method in class com.facebook.presto.spi.block.MapBlock
-
- getOffsets() - Method in class com.facebook.presto.spi.block.MapBlockBuilder
-
- getOperator() - Method in enum com.facebook.presto.spi.function.OperatorType
-
- getOperatorSummaries() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getOperatorType() - Method in class com.facebook.presto.spi.function.FunctionMetadata
-
- getOrder() - Method in class com.facebook.presto.spi.SortingProperty
-
- getOrderedRanges() - Method in interface com.facebook.presto.spi.predicate.Ranges
-
- getOrderedRanges() - Method in class com.facebook.presto.spi.predicate.SortedRangeSet
-
- getOutput() - Method in class com.facebook.presto.spi.eventlistener.QueryIOMetadata
-
- getOutputBytes() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getOutputRows() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getOutputTableHandleClass() - Method in interface com.facebook.presto.spi.ConnectorHandleResolver
-
- getOwner() - Method in class com.facebook.presto.spi.ConnectorViewDefinition
-
- getP25() - Method in class com.facebook.presto.spi.eventlistener.StageCpuDistribution
-
- getP50() - Method in class com.facebook.presto.spi.eventlistener.StageCpuDistribution
-
- getP75() - Method in class com.facebook.presto.spi.eventlistener.StageCpuDistribution
-
- getP90() - Method in class com.facebook.presto.spi.eventlistener.StageCpuDistribution
-
- getP95() - Method in class com.facebook.presto.spi.eventlistener.StageCpuDistribution
-
- getP99() - Method in class com.facebook.presto.spi.eventlistener.StageCpuDistribution
-
- 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
-
- getParameterizedType(String, List<TypeSignatureParameter>) - Method in interface com.facebook.presto.spi.type.TypeManager
-
Gets the type with the specified base type, and the given parameters, or null if not found.
- getParameters() - Method in class com.facebook.presto.spi.type.TypeSignature
-
- getParametricTypes() - Method in interface com.facebook.presto.spi.Plugin
-
- getParametricTypes() - Method in interface com.facebook.presto.spi.type.TypeManager
-
Gets all registered parametric types.
- getParametrizedVarcharSignature(String) - Static method in class com.facebook.presto.spi.type.VarcharType
-
- 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.
- getPasswordAuthenticatorFactories() - Method in interface com.facebook.presto.spi.Plugin
-
- getPath() - Method in class com.facebook.presto.spi.Subfield
-
- 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
-
- getPeakTaskTotalMemory() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getPeakTaskUserMemory() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getPeakTotalNonRevocableMemoryBytes() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getPeakUserMemoryBytes() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getPlan() - Method in class com.facebook.presto.spi.eventlistener.QueryMetadata
-
- 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.block.ArrayBlock
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.ArrayBlockBuilder
-
- getPositionCount() - Method in interface com.facebook.presto.spi.block.Block
-
Returns the number of positions in this block.
- getPositionCount() - Method in class com.facebook.presto.spi.block.ByteArrayBlock
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.ByteArrayBlockBuilder
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.ColumnarArray
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.ColumnarMap
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.ColumnarRow
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.Int128ArrayBlock
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.Int128ArrayBlockBuilder
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.IntArrayBlock
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.IntArrayBlockBuilder
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.LazyBlock
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.LongArrayBlock
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.LongArrayBlockBuilder
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.MapBlock
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.MapBlockBuilder
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.RowBlock
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.RowBlockBuilder
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.ShortArrayBlock
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.ShortArrayBlockBuilder
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.SingleArrayBlockWriter
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.SingleMapBlock
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.SingleMapBlockWriter
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.SingleRowBlock
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.SingleRowBlockWriter
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.VariableWidthBlock
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- getPositionCount() - Method in class com.facebook.presto.spi.Page
-
- getPositionCount() - Method in class com.facebook.presto.spi.PageBuilder
-
- getPositionOffset(int) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- getPositionOffset(int) - Method in class com.facebook.presto.spi.block.VariableWidthBlock
-
- getPositionOffset(int) - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- getPositions(int[], int, int) - Method in interface com.facebook.presto.spi.block.Block
-
Create a new block from the current block by keeping the same elements
only with respect to positions that starts at offset and has length of length.
- getPositions(int[], int, int) - Method in interface com.facebook.presto.spi.block.BlockBuilder
-
Create a new block from the current materialized block by keeping the same elements
only with respect to visiblePositions.
- getPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.LazyBlock
-
- getPositions(int[], int, int) - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- getPositions(int[], int, int) - Method in class com.facebook.presto.spi.Page
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.AbstractArrayBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.AbstractMapBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.AbstractRowBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.AbstractSingleArrayBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.AbstractSingleMapBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.AbstractSingleRowBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in interface com.facebook.presto.spi.block.Block
-
Returns the size of of all positions marked true in the positions array.
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.ByteArrayBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.ByteArrayBlockBuilder
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.Int128ArrayBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.Int128ArrayBlockBuilder
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.IntArrayBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.IntArrayBlockBuilder
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.LazyBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.LongArrayBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.LongArrayBlockBuilder
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.ShortArrayBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.ShortArrayBlockBuilder
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.VariableWidthBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- getPrecision() - Method in class com.facebook.presto.spi.type.DecimalType
-
- getPrecision() - Method in class com.facebook.presto.spi.type.SqlDecimal
-
- 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.
- getPredicates() - Method in class com.facebook.presto.spi.DiscretePredicates
-
- 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
-
- getPrintableValue(ConnectorSession) - Method in class com.facebook.presto.spi.predicate.Marker
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getRangeCount() - Method in interface com.facebook.presto.spi.predicate.Ranges
-
- getRangeCount() - Method in class com.facebook.presto.spi.predicate.SortedRangeSet
-
- getRanges() - Method in class com.facebook.presto.spi.predicate.SortedRangeSet
-
- getRanges() - Method in interface com.facebook.presto.spi.predicate.ValueSet
-
- getRawElementBlock() - Method in class com.facebook.presto.spi.block.AbstractArrayBlock
-
- getRawElementBlock() - Method in class com.facebook.presto.spi.block.ArrayBlock
-
- getRawElementBlock() - Method in class com.facebook.presto.spi.block.ArrayBlockBuilder
-
- getRawFieldBlock(int) - Method in class com.facebook.presto.spi.block.AbstractSingleRowBlock
-
- getRawFieldBlock(int) - Method in class com.facebook.presto.spi.block.SingleRowBlock
-
- getRawFieldBlock(int) - Method in class com.facebook.presto.spi.block.SingleRowBlockWriter
-
- getRawFieldBlocks() - Method in class com.facebook.presto.spi.block.AbstractRowBlock
-
- getRawFieldBlocks() - Method in class com.facebook.presto.spi.block.RowBlock
-
- getRawFieldBlocks() - Method in class com.facebook.presto.spi.block.RowBlockBuilder
-
- getRawKeyBlock() - Method in class com.facebook.presto.spi.block.AbstractMapBlock
-
- getRawKeyBlock() - Method in class com.facebook.presto.spi.block.MapBlock
-
- getRawKeyBlock() - Method in class com.facebook.presto.spi.block.MapBlockBuilder
-
- getRawSlice(int) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- getRawSlice(int) - Method in class com.facebook.presto.spi.block.VariableWidthBlock
-
- getRawSlice(int) - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- getRawValueBlock() - Method in class com.facebook.presto.spi.block.AbstractMapBlock
-
- getRawValueBlock() - Method in class com.facebook.presto.spi.block.MapBlock
-
- getRawValueBlock() - Method in class com.facebook.presto.spi.block.MapBlockBuilder
-
- 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
-
- 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
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.AbstractArrayBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.AbstractMapBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.AbstractRowBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleArrayBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleMapBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleRowBlock
-
- getRegion(int, int) - Method in interface com.facebook.presto.spi.block.Block
-
Returns a block starting at the specified position and extends for the
specified length.
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.ByteArrayBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.ByteArrayBlockBuilder
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.Int128ArrayBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.Int128ArrayBlockBuilder
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.IntArrayBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.IntArrayBlockBuilder
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.LazyBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.LongArrayBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.LongArrayBlockBuilder
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.ShortArrayBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.ShortArrayBlockBuilder
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.VariableWidthBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.Page
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.AbstractArrayBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.AbstractMapBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.AbstractRowBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleArrayBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleMapBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleRowBlock
-
- getRegionSizeInBytes(int, int) - Method in interface com.facebook.presto.spi.block.Block
-
Returns the size of block.getRegion(position, length).
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.ByteArrayBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.ByteArrayBlockBuilder
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.Int128ArrayBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.Int128ArrayBlockBuilder
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.IntArrayBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.IntArrayBlockBuilder
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.LazyBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.LongArrayBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.LongArrayBlockBuilder
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.ShortArrayBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.ShortArrayBlockBuilder
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.VariableWidthBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- getRemainingExpression() - Method in class com.facebook.presto.spi.relation.DomainTranslator.ExtractionResult
-
- getRemoteClientAddress() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getRemoteHost() - Method in exception com.facebook.presto.spi.PrestoTransportException
-
- 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.block.AbstractMapBlock.HashTables
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.ArrayBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.ArrayBlockBuilder
-
- getRetainedSizeInBytes() - Method in interface com.facebook.presto.spi.block.Block
-
Returns the retained size of this block in memory, including over-allocations.
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.ByteArrayBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.ByteArrayBlockBuilder
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.Int128ArrayBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.Int128ArrayBlockBuilder
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.IntArrayBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.IntArrayBlockBuilder
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.LazyBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.LongArrayBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.LongArrayBlockBuilder
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.MapBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.MapBlockBuilder
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.RowBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.RowBlockBuilder
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.ShortArrayBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.ShortArrayBlockBuilder
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.SingleArrayBlockWriter
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.SingleMapBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.SingleMapBlockWriter
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.SingleRowBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.SingleRowBlockWriter
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.VariableWidthBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.Page
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.spi.PageBuilder
-
- 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
-
- getReturnType() - Method in class com.facebook.presto.spi.type.FunctionType
-
- 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
-
- getRootName() - Method in class com.facebook.presto.spi.Subfield
-
- getRowCount() - Method in class com.facebook.presto.spi.statistics.TableStatistics
-
- getRowExpressionService() - Method in interface com.facebook.presto.spi.connector.ConnectorContext
-
- getRowIndex() - Method in class com.facebook.presto.spi.block.SingleRowBlock
-
- getRowIsNull() - Method in class com.facebook.presto.spi.block.AbstractRowBlock
-
- getRowIsNull() - Method in class com.facebook.presto.spi.block.RowBlock
-
- getRowIsNull() - Method in class com.facebook.presto.spi.block.RowBlockBuilder
-
- getScale() - Method in class com.facebook.presto.spi.type.DecimalType
-
- getScale() - Method in class com.facebook.presto.spi.type.SqlDecimal
-
- 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.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.procedure.Procedure
-
- getSchemaName() - Method in class com.facebook.presto.spi.CatalogSchemaName
-
- 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
-
- getSequenceId() - Method in class com.facebook.presto.spi.block.DictionaryId
-
- getSerializable() - Method in class com.facebook.presto.spi.predicate.NullableValue
-
- getSerializedType() - Method in interface com.facebook.presto.spi.function.AccumulatorStateSerializer
-
- getServerAddress() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- getServerVersion() - Method in class com.facebook.presto.spi.eventlistener.QueryContext
-
- 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
-
- getSessionTimeZoneKey() - Method in class com.facebook.presto.spi.type.SqlTime
-
Deprecated.
- getSessionTimeZoneKey() - Method in class com.facebook.presto.spi.type.SqlTimestamp
-
Deprecated.
- getShort(int) - Method in class com.facebook.presto.spi.block.AbstractSingleArrayBlock
-
- getShort(int) - Method in class com.facebook.presto.spi.block.AbstractSingleMapBlock
-
- getShort(int) - Method in class com.facebook.presto.spi.block.AbstractSingleRowBlock
-
- getShort(int) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- getShort(int) - Method in interface com.facebook.presto.spi.block.Block
-
Gets a little endian short at in the value at position.
- getShort(int) - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getShort(int) - Method in class com.facebook.presto.spi.block.LazyBlock
-
- getShort(int) - Method in class com.facebook.presto.spi.block.LongArrayBlock
-
Deprecated.
- getShort(int) - Method in class com.facebook.presto.spi.block.LongArrayBlockBuilder
-
Deprecated.
- getShort(int) - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- getShort(int) - Method in class com.facebook.presto.spi.block.ShortArrayBlock
-
- getShort(int) - Method in class com.facebook.presto.spi.block.ShortArrayBlockBuilder
-
- getSingleStateClass() - Method in interface com.facebook.presto.spi.function.AccumulatorStateFactory
-
- getSingleValue() - Method in class com.facebook.presto.spi.predicate.AllOrNoneValueSet
-
- getSingleValue() - Method in class com.facebook.presto.spi.predicate.Domain
-
- getSingleValue() - Method in class com.facebook.presto.spi.predicate.EquatableValueSet
-
- getSingleValue() - Method in class com.facebook.presto.spi.predicate.Range
-
- getSingleValue() - Method in class com.facebook.presto.spi.predicate.SortedRangeSet
-
- getSingleValue() - Method in interface com.facebook.presto.spi.predicate.ValueSet
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.AbstractArrayBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.AbstractMapBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.AbstractRowBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.AbstractSingleArrayBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.AbstractSingleMapBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.AbstractSingleRowBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- getSingleValueBlock(int) - Method in interface com.facebook.presto.spi.block.Block
-
Gets the value at the specified position as a single element block.
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.ByteArrayBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.ByteArrayBlockBuilder
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.Int128ArrayBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.Int128ArrayBlockBuilder
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.IntArrayBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.IntArrayBlockBuilder
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.LazyBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.LongArrayBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.LongArrayBlockBuilder
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.ShortArrayBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.ShortArrayBlockBuilder
-
- getSingleValueBlock(int, int) - Method in interface com.facebook.presto.spi.function.WindowIndex
-
Gets a value stored as a
Block.
- getSingleValuePage(int) - Method in class com.facebook.presto.spi.Page
-
Gets the values at the specified position as a single element page.
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.ArrayBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.ArrayBlockBuilder
-
- getSizeInBytes() - Method in interface com.facebook.presto.spi.block.Block
-
Returns the size of this block as if it was compacted, ignoring any over-allocations.
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.ByteArrayBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.ByteArrayBlockBuilder
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.Int128ArrayBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.Int128ArrayBlockBuilder
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.IntArrayBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.IntArrayBlockBuilder
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.LazyBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.LongArrayBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.LongArrayBlockBuilder
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.MapBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.MapBlockBuilder
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.PageBuilderStatus
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.RowBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.RowBlockBuilder
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.ShortArrayBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.ShortArrayBlockBuilder
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.SingleArrayBlockWriter
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.SingleMapBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.SingleMapBlockWriter
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.SingleRowBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.SingleRowBlockWriter
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.VariableWidthBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.Page
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.PageBuilder
-
- getSlice(int, int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleArrayBlock
-
- getSlice(int, int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleMapBlock
-
- getSlice(int, int, int) - Method in class com.facebook.presto.spi.block.AbstractSingleRowBlock
-
- getSlice(int, int, int) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- getSlice(int, int, int) - Method in interface com.facebook.presto.spi.block.Block
-
Gets a slice at offset in the value at position.
- getSlice(int, int, int) - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getSlice(int, int, int) - Method in class com.facebook.presto.spi.block.LazyBlock
-
- getSlice(int, int, int) - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- getSlice(int, int) - Method in interface com.facebook.presto.spi.function.WindowIndex
-
Gets a value as a Slice.
- getSlice(int) - Method in interface com.facebook.presto.spi.RecordCursor
-
- getSlice(Block, int) - Method in class com.facebook.presto.spi.type.AbstractIntType
-
- getSlice(Block, int) - Method in class com.facebook.presto.spi.type.AbstractLongType
-
- getSlice(Block, int) - Method in class com.facebook.presto.spi.type.AbstractType
-
- getSlice(Block, int) - Method in class com.facebook.presto.spi.type.ArrayType
-
- getSlice(Block, int) - Method in class com.facebook.presto.spi.type.CharType
-
- getSlice(Block, int) - Method in class com.facebook.presto.spi.type.FunctionType
-
- getSlice(Block, int) - Method in class com.facebook.presto.spi.type.HyperLogLogType
-
- getSlice(Block, int) - Method in class com.facebook.presto.spi.type.P4HyperLogLogType
-
- getSlice(Block, int) - Method in class com.facebook.presto.spi.type.QuantileDigestType
-
- getSlice(Block, int) - Method in interface com.facebook.presto.spi.type.Type
-
Gets the value at the block position as a Slice.
- getSlice(Block, int) - Method in class com.facebook.presto.spi.type.VarbinaryType
-
- getSlice(Block, int) - Method in class com.facebook.presto.spi.type.VarcharType
-
- getSliceLength(int) - Method in class com.facebook.presto.spi.block.AbstractSingleArrayBlock
-
- getSliceLength(int) - Method in class com.facebook.presto.spi.block.AbstractSingleMapBlock
-
- getSliceLength(int) - Method in class com.facebook.presto.spi.block.AbstractSingleRowBlock
-
- getSliceLength(int) - Method in interface com.facebook.presto.spi.block.Block
-
Gets the length of the value at the position.
- getSliceLength(int) - Method in class com.facebook.presto.spi.block.DictionaryBlock
-
- getSliceLength(int) - Method in class com.facebook.presto.spi.block.LazyBlock
-
- getSliceLength(int) - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- getSliceLength(int) - Method in class com.facebook.presto.spi.block.VariableWidthBlock
-
- getSliceLength(int) - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- 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
-
- 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.resourceGroups.SelectionCriteria
-
- getSource() - Method in class com.facebook.presto.spi.session.SessionConfigurationContext
-
- getSpan() - Method in interface com.facebook.presto.spi.predicate.Ranges
-
- getSpan() - Method in class com.facebook.presto.spi.predicate.SortedRangeSet
-
- 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
-
- getSplitManager() - Method in interface com.facebook.presto.spi.connector.Connector
-
- getSplits(ConnectorTransactionHandle, ConnectorSession, ConnectorTableLayoutHandle, ConnectorSplitManager.SplitSchedulingStrategy) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorSplitManager
-
- getSplits(ConnectorTransactionHandle, ConnectorSession, ConnectorTableLayoutHandle, ConnectorSplitManager.SplitSchedulingStrategy) - Method in interface com.facebook.presto.spi.connector.ConnectorSplitManager
-
- getSplits() - Method in class com.facebook.presto.spi.ConnectorSplitSource.ConnectorSplitBatch
-
- getSqlType() - Method in class com.facebook.presto.spi.session.PropertyMetadata
-
SQL type of the property.
- getStageGcStatistics() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getStageId() - Method in class com.facebook.presto.spi.eventlistener.SplitCompletedEvent
-
- getStageId() - Method in class com.facebook.presto.spi.eventlistener.StageCpuDistribution
-
- getStageId() - Method in class com.facebook.presto.spi.eventlistener.StageGcStatistics
-
- 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
-
- getStatistics() - Method in class com.facebook.presto.spi.eventlistener.QueryCompletedEvent
-
- 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
-
- getStreamPartitioningColumns() - Method in class com.facebook.presto.spi.ConnectorTableLayout
-
The partitioning for the table streams.
- getSummary() - Method in class com.facebook.presto.spi.Constraint
-
- getSystemAccessControlFactories() - Method in interface com.facebook.presto.spi.Plugin
-
- 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
-
- 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.ConnectorTableMetadata
-
- getTable() - Method in class com.facebook.presto.spi.eventlistener.QueryInputMetadata
-
- getTable() - Method in class com.facebook.presto.spi.eventlistener.QueryOutputMetadata
-
- 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
-
- 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.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
-
- getTableStatistics(ConnectorSession, ConnectorTableHandle, Constraint<ColumnHandle>) - Method in class com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata
-
- getTableStatistics(ConnectorSession, ConnectorTableHandle, Constraint<ColumnHandle>) - Method in interface com.facebook.presto.spi.connector.ConnectorMetadata
-
Get statistics for table for given 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.StageCpuDistribution
-
- getTasks() - Method in class com.facebook.presto.spi.eventlistener.StageGcStatistics
-
- getTimeToFirstByte() - Method in class com.facebook.presto.spi.eventlistener.SplitStatistics
-
- getTimeToLastByte() - Method in class com.facebook.presto.spi.eventlistener.SplitStatistics
-
- getTimeZoneKey() - Method in interface com.facebook.presto.spi.ConnectorSession
-
- getTimeZoneKey() - Method in class com.facebook.presto.spi.type.SqlTimestampWithTimeZone
-
- getTimeZoneKey() - Method in class com.facebook.presto.spi.type.SqlTimeWithTimeZone
-
- getTimeZoneKey(short) - Static method in class com.facebook.presto.spi.type.TimeZoneKey
-
- getTimeZoneKey(String) - Static method in class com.facebook.presto.spi.type.TimeZoneKey
-
- getTimeZoneKeyForOffset(long) - Static method in class com.facebook.presto.spi.type.TimeZoneKey
-
- getTimeZoneKeys() - Static method in class com.facebook.presto.spi.type.TimeZoneKey
-
- getTotal() - Method in class com.facebook.presto.spi.eventlistener.StageCpuDistribution
-
- getTotalBytes() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getTotalFullGcSec() - Method in class com.facebook.presto.spi.eventlistener.StageGcStatistics
-
- getTotalRows() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getTraceToken() - Method in interface com.facebook.presto.spi.ConnectorSession
-
- getTransactionHandleClass() - Method in interface com.facebook.presto.spi.ConnectorHandleResolver
-
- getTransactionId() - Method in class com.facebook.presto.spi.eventlistener.QueryMetadata
-
- 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.ErrorCode
-
- getType(int) - Method in class com.facebook.presto.spi.PageBuilder
-
- getType() - Method in class com.facebook.presto.spi.predicate.AllOrNoneValueSet
-
- getType() - Method in class com.facebook.presto.spi.predicate.Domain
-
- getType() - Method in class com.facebook.presto.spi.predicate.EquatableValueSet
-
- getType() - Method in class com.facebook.presto.spi.predicate.EquatableValueSet.ValueEntry
-
- getType() - Method in class com.facebook.presto.spi.predicate.Marker
-
- getType() - Method in class com.facebook.presto.spi.predicate.NullableValue
-
- getType() - Method in class com.facebook.presto.spi.predicate.NullableValue.Serializable
-
- getType() - Method in class com.facebook.presto.spi.predicate.Range
-
- getType() - Method in class com.facebook.presto.spi.predicate.SortedRangeSet
-
- getType() - Method in interface com.facebook.presto.spi.predicate.ValueSet
-
- 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
-
- getType() - Method in class com.facebook.presto.spi.type.DecimalParseResult
-
- getType() - Method in class com.facebook.presto.spi.type.NamedType
-
- getType() - Method in class com.facebook.presto.spi.type.RowType.Field
-
- getType(TypeSignature) - Method in interface com.facebook.presto.spi.type.TypeManager
-
Gets the type with the specified signature, or null if not found.
- getType() - Method in class com.facebook.presto.spi.type.TypeParameter
-
- getTypeManager() - Method in interface com.facebook.presto.spi.connector.ConnectorContext
-
- getTypeParameters() - Method in class com.facebook.presto.spi.type.AbstractType
-
- getTypeParameters() - Method in class com.facebook.presto.spi.type.ArrayType
-
- getTypeParameters() - Method in class com.facebook.presto.spi.type.FunctionType
-
- getTypeParameters() - Method in class com.facebook.presto.spi.type.MapType
-
- getTypeParameters() - Method in class com.facebook.presto.spi.type.QuantileDigestType
-
- getTypeParameters() - Method in class com.facebook.presto.spi.type.RowType
-
- getTypeParameters() - Method in interface com.facebook.presto.spi.type.Type
-
For parameterized types returns the list of parameters.
- getTypeParametersAsTypeSignatures() - Method in class com.facebook.presto.spi.type.TypeSignature
-
- getTypes() - Method in interface com.facebook.presto.spi.Plugin
-
- getTypes() - Method in interface com.facebook.presto.spi.type.TypeManager
-
Gets a list of all registered types.
- getTypeSignature() - Method in class com.facebook.presto.spi.type.AbstractType
-
- getTypeSignature() - Method in class com.facebook.presto.spi.type.FunctionType
-
- getTypeSignature() - Method in class com.facebook.presto.spi.type.NamedTypeSignature
-
- getTypeSignature() - Method in interface com.facebook.presto.spi.type.Type
-
Gets the name of this type which must be case insensitive globally unique.
- getTypeSignature() - Method in class com.facebook.presto.spi.type.TypeSignatureParameter
-
- getTypeSignatureOrNamedTypeSignature() - Method in class com.facebook.presto.spi.type.TypeSignatureParameter
-
- getTypeVariableConstraints() - Method in class com.facebook.presto.spi.function.Signature
-
- getUnenforcedConstraint() - Method in class com.facebook.presto.spi.ConnectorTableLayoutResult
-
- getUnresolvedTupleDomain() - Method in class com.facebook.presto.spi.ConnectorResolvedIndex
-
- getUnscaledValue() - Method in class com.facebook.presto.spi.type.SqlDecimal
-
- 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
-
- 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.
- getValue() - Method in class com.facebook.presto.spi.block.RunLengthEncodedBlock
-
- getValue() - Method in class com.facebook.presto.spi.predicate.EquatableValueSet.ValueEntry
-
- getValue() - Method in class com.facebook.presto.spi.predicate.Marker
-
- getValue() - Method in class com.facebook.presto.spi.predicate.NullableValue
-
- getValue() - Method in class com.facebook.presto.spi.relation.ConstantExpression
-
- getValue() - Method in class com.facebook.presto.spi.statistics.Estimate
-
- getValue(ParameterKind, Class<A>) - Method in class com.facebook.presto.spi.type.TypeParameter
-
- getValueBlock() - Method in class com.facebook.presto.spi.predicate.Marker
-
- getValueBlock() - Method in class com.facebook.presto.spi.relation.ConstantExpression
-
- getValueIsNull() - Method in class com.facebook.presto.spi.block.AbstractArrayBlock
-
- getValueIsNull() - Method in class com.facebook.presto.spi.block.ArrayBlock
-
- getValueIsNull() - Method in class com.facebook.presto.spi.block.ArrayBlockBuilder
-
- getValues() - Method in interface com.facebook.presto.spi.predicate.DiscreteValues
-
- getValues() - Method in class com.facebook.presto.spi.predicate.Domain
-
- getValues() - Method in class com.facebook.presto.spi.predicate.EquatableValueSet
-
- getValuesBlock() - Method in class com.facebook.presto.spi.block.ColumnarMap
-
- getValuesProcessor() - Method in class com.facebook.presto.spi.predicate.AllOrNoneValueSet
-
- getValuesProcessor() - Method in class com.facebook.presto.spi.predicate.EquatableValueSet
-
- getValuesProcessor() - Method in class com.facebook.presto.spi.predicate.SortedRangeSet
-
- getValuesProcessor() - Method in interface com.facebook.presto.spi.predicate.ValueSet
-
- getValueType() - Method in class com.facebook.presto.spi.type.MapType
-
- getVariable() - Method in class com.facebook.presto.spi.type.TypeParameter
-
- getVariable() - Method in class com.facebook.presto.spi.type.TypeSignatureParameter
-
- getVariadicBound() - Method in class com.facebook.presto.spi.function.TypeVariableConstraint
-
- getVersion() - Method in interface com.facebook.presto.spi.Node
-
- getViewData() - Method in class com.facebook.presto.spi.ConnectorViewDefinition
-
- 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.
- 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
-
- getWarnings() - Method in class com.facebook.presto.spi.eventlistener.QueryCompletedEvent
-
- getWithHierarchy() - Method in class com.facebook.presto.spi.security.GrantInfo
-
- getWorkerNodes() - Method in interface com.facebook.presto.spi.NodeManager
-
- getWrittenBytes() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getWrittenRows() - Method in class com.facebook.presto.spi.eventlistener.QueryStatistics
-
- getZoneId() - Method in exception com.facebook.presto.spi.type.TimeZoneNotSupportedException
-
- 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
- greaterAdjacent() - Method in class com.facebook.presto.spi.predicate.Marker
-
- greaterThan(Type, Object) - Static method in class com.facebook.presto.spi.predicate.Range
-
- greaterThanOrEqual(Type, Object) - Static method in class com.facebook.presto.spi.predicate.Range
-
- 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
-
- validateId(String) - Static method in class com.facebook.presto.spi.QueryId
-
- ValueEntry(Type, Block) - Constructor for class com.facebook.presto.spi.predicate.EquatableValueSet.ValueEntry
-
- valueOf(String) - Static method in enum com.facebook.presto.spi.block.SortOrder
-
Returns the enum constant of this type with the specified name.
- 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.ErrorType
-
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.OperatorType
-
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(String) - Static method in enum com.facebook.presto.spi.predicate.Marker.Bound
-
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.SpecialFormExpression.Form
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.presto.spi.resourceGroups.QueryType
-
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.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.SystemTable.Distribution
-
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.
- valueOf(String) - Static method in enum com.facebook.presto.spi.type.ParameterKind
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.facebook.presto.spi.block.SortOrder
-
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.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.ErrorType
-
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.OperatorType
-
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.predicate.Marker.Bound
-
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.QueryType
-
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.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.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.transaction.IsolationLevel
-
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.type.ParameterKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValueSet - Interface in com.facebook.presto.spi.predicate
-
- ValuesProcessor - Interface in com.facebook.presto.spi.predicate
-
- ValueWindowFunction - Class in com.facebook.presto.spi.function
-
- ValueWindowFunction() - Constructor for class com.facebook.presto.spi.function.ValueWindowFunction
-
- VARBINARY - Static variable in class com.facebook.presto.spi.type.StandardTypes
-
- VARBINARY - Static variable in class com.facebook.presto.spi.type.VarbinaryType
-
- VarbinaryType - Class in com.facebook.presto.spi.type
-
- VARCHAR - Static variable in class com.facebook.presto.spi.type.StandardTypes
-
- VARCHAR - Static variable in class com.facebook.presto.spi.type.VarcharType
-
- Varchars - Class in com.facebook.presto.spi.type
-
- VarcharType - Class in com.facebook.presto.spi.type
-
- VariableReferenceExpression - Class in com.facebook.presto.spi.relation
-
- VariableReferenceExpression(String, Type) - Constructor for class com.facebook.presto.spi.relation.VariableReferenceExpression
-
- VariableWidthBlock - Class in com.facebook.presto.spi.block
-
- VariableWidthBlock(int, Slice, int[], Optional<boolean[]>) - Constructor for class com.facebook.presto.spi.block.VariableWidthBlock
-
- VariableWidthBlockBuilder - Class in com.facebook.presto.spi.block
-
- VariableWidthBlockBuilder(BlockBuilderStatus, int, int) - Constructor for class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- VariableWidthBlockEncoding - Class in com.facebook.presto.spi.block
-
- VariableWidthBlockEncoding() - Constructor for class com.facebook.presto.spi.block.VariableWidthBlockEncoding
-
- VariableWidthType - Interface in com.facebook.presto.spi.type
-
VariableWidthType is a type that can have a different size for every value.
- 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
-
- visitCall(CallExpression, C) - Method in class com.facebook.presto.spi.relation.DefaultRowExpressionTraversalVisitor
-
- visitCall(CallExpression, C) - Method in interface com.facebook.presto.spi.relation.RowExpressionVisitor
-
- visitConstant(ConstantExpression, C) - Method in class com.facebook.presto.spi.relation.DefaultRowExpressionTraversalVisitor
-
- visitConstant(ConstantExpression, C) - Method in interface com.facebook.presto.spi.relation.RowExpressionVisitor
-
- visitInputReference(InputReferenceExpression, C) - Method in class com.facebook.presto.spi.relation.DefaultRowExpressionTraversalVisitor
-
- visitInputReference(InputReferenceExpression, C) - Method in interface com.facebook.presto.spi.relation.RowExpressionVisitor
-
- visitLambda(LambdaDefinitionExpression, C) - Method in class com.facebook.presto.spi.relation.DefaultRowExpressionTraversalVisitor
-
- visitLambda(LambdaDefinitionExpression, C) - Method in interface com.facebook.presto.spi.relation.RowExpressionVisitor
-
- visitSpecialForm(SpecialFormExpression, C) - Method in class com.facebook.presto.spi.relation.DefaultRowExpressionTraversalVisitor
-
- visitSpecialForm(SpecialFormExpression, C) - Method in interface com.facebook.presto.spi.relation.RowExpressionVisitor
-
- visitVariableReference(VariableReferenceExpression, C) - Method in class com.facebook.presto.spi.relation.DefaultRowExpressionTraversalVisitor
-
- visitVariableReference(VariableReferenceExpression, C) - Method in interface com.facebook.presto.spi.relation.RowExpressionVisitor
-