- getActiveDatasourceNodes(String) - Method in interface com.facebook.presto.spi.NodeManager
-
- getActiveNodes() - Method in interface com.facebook.presto.spi.NodeManager
-
- getAddresses() - Method in interface com.facebook.presto.spi.ConnectorSplit
-
- getBase() - Method in class com.facebook.presto.spi.type.TypeSignature
-
- getBlock(int) - Method in class com.facebook.presto.spi.Page
-
- getBlockBuilder(int) - Method in class com.facebook.presto.spi.PageBuilder
-
- getBlocks() - Method in class com.facebook.presto.spi.Page
-
- 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 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.Marker
-
- getByte(int, int) - Method in class com.facebook.presto.spi.block.AbstractFixedWidthBlock
-
- getByte(int, int) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- getByte(int, int) - Method in interface com.facebook.presto.spi.block.Block
-
Gets a byte at offset in the value at position.
- getBytes() - Method in class com.facebook.presto.spi.type.SqlVarbinary
-
- getChannelCount() - Method in class com.facebook.presto.spi.Page
-
- getCode() - Method in class com.facebook.presto.spi.ErrorCode
-
- getColumnHandle() - Method in class com.facebook.presto.spi.TupleDomain.ColumnDomain
-
- getColumnHandleClass() - Method in class com.facebook.presto.spi.classloader.ClassLoaderSafeConnectorHandleResolver
-
- getColumnHandleClass() - Method in interface com.facebook.presto.spi.ConnectorHandleResolver
-
- getColumnHandles(ConnectorTableHandle) - Method in class com.facebook.presto.spi.classloader.ClassLoaderSafeConnectorMetadata
-
- getColumnHandles(ConnectorTableHandle) - Method in interface com.facebook.presto.spi.ConnectorMetadata
-
Gets all of the columns on the specified table, or an empty map if the columns can not be enumerated.
- getColumnMetadata(ConnectorTableHandle, ConnectorColumnHandle) - Method in class com.facebook.presto.spi.classloader.ClassLoaderSafeConnectorMetadata
-
- getColumnMetadata(ConnectorTableHandle, ConnectorColumnHandle) - Method in interface com.facebook.presto.spi.ConnectorMetadata
-
Gets the metadata for the specified table column.
- getColumnName() - Method in exception com.facebook.presto.spi.ColumnNotFoundException
-
- getColumns() - Method in class com.facebook.presto.spi.ConnectorTableMetadata
-
- getColumnTypes() - Method in class com.facebook.presto.spi.classloader.ClassLoaderSafeRecordSet
-
- 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
-
- 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
-
- getCurrentNode() - Method in interface com.facebook.presto.spi.NodeManager
-
- getCursor() - Method in class com.facebook.presto.spi.RecordPageSource
-
- getDataSourceName() - Method in interface com.facebook.presto.spi.ConnectorSplitSource
-
- getDataSourceName() - Method in class com.facebook.presto.spi.FixedSplitSource
-
- getDisplayName() - Method in class com.facebook.presto.spi.type.AbstractType
-
- getDisplayName() - Method in interface com.facebook.presto.spi.type.Type
-
Returns the name of this type that should be displayed to end-users.
- getDomain() - Method in class com.facebook.presto.spi.TupleDomain.ColumnDomain
-
- getDomains() - Method in class com.facebook.presto.spi.TupleDomain
-
Gets the TupleDomain as a map of each column to its respective Domain.
- getDouble(int, int) - Method in class com.facebook.presto.spi.block.AbstractFixedWidthBlock
-
- getDouble(int, int) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- getDouble(int, int) - Method in interface com.facebook.presto.spi.block.Block
-
Gets a little endian double at offset in the value at position.
- 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 interface com.facebook.presto.spi.type.Type
-
Gets the value at the block position as a double.
- getEncoding() - Method in class com.facebook.presto.spi.block.AbstractFixedWidthBlock
-
- getEncoding() - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- getEncoding() - Method in interface com.facebook.presto.spi.block.Block
-
Get the encoding for this block.
- getEncoding() - Method in class com.facebook.presto.spi.block.LazySliceArrayBlock
-
- getEncoding() - Method in class com.facebook.presto.spi.block.SliceArrayBlock
-
- getErrorCode() - Method in exception com.facebook.presto.spi.PrestoException
-
- getFixedSize() - Method in class com.facebook.presto.spi.block.AbstractFixedWidthBlock
-
- getFixedSize() - Method in class com.facebook.presto.spi.block.FixedWidthBlockEncoding
-
- getFixedSize() - Method in class com.facebook.presto.spi.type.AbstractFixedWidthType
-
- getFixedSize() - Method in interface com.facebook.presto.spi.type.FixedWidthType
-
Gets the size of a value of this type is bytes.
- getFloat(int, int) - Method in class com.facebook.presto.spi.block.AbstractFixedWidthBlock
-
- getFloat(int, int) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- getFloat(int, int) - Method in interface com.facebook.presto.spi.block.Block
-
Gets a little endian float at offset in the value at position.
- getHandleResolver() - Method in interface com.facebook.presto.spi.Connector
-
- getHigh() - Method in class com.facebook.presto.spi.Range
-
- getHostAndPort() - Method in interface com.facebook.presto.spi.Node
-
- getHostText() - Method in class com.facebook.presto.spi.HostAddress
-
Returns the portion of this HostAddress instance that should
represent the hostname or IPv4/IPv6 literal.
- getHttpUri() - Method in interface com.facebook.presto.spi.Node
-
- getId() - Method in class com.facebook.presto.spi.type.TimeZoneKey
-
- getIndex(ConnectorIndexHandle, List<ConnectorColumnHandle>, List<ConnectorColumnHandle>) - Method in class com.facebook.presto.spi.classloader.ClassLoaderSafeConnectorIndexResolver
-
- getIndex(ConnectorIndexHandle, List<ConnectorColumnHandle>, List<ConnectorColumnHandle>) - Method in interface com.facebook.presto.spi.ConnectorIndexResolver
-
- getIndexHandle() - Method in class com.facebook.presto.spi.ConnectorResolvedIndex
-
- getIndexHandleClass() - Method in class com.facebook.presto.spi.classloader.ClassLoaderSafeConnectorHandleResolver
-
- getIndexHandleClass() - Method in interface com.facebook.presto.spi.ConnectorHandleResolver
-
- getIndexResolver() - Method in interface com.facebook.presto.spi.Connector
-
- getInfo() - Method in interface com.facebook.presto.spi.ConnectorSplit
-
- getInsertTableHandleClass() - Method in class com.facebook.presto.spi.classloader.ClassLoaderSafeConnectorHandleResolver
-
- getInsertTableHandleClass() - Method in interface com.facebook.presto.spi.ConnectorHandleResolver
-
- getInt(int, int) - Method in class com.facebook.presto.spi.block.AbstractFixedWidthBlock
-
- getInt(int, int) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- getInt(int, int) - Method in interface com.facebook.presto.spi.block.Block
-
Gets a little endian int at offset in the value at position.
- getJavaType() - Method in class com.facebook.presto.spi.type.AbstractType
-
- 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.
- getKey() - Method in class com.facebook.presto.spi.type.TimeZoneKey
-
- getLength(int) - Method in class com.facebook.presto.spi.block.AbstractFixedWidthBlock
-
- getLength(int) - Method in interface com.facebook.presto.spi.block.Block
-
Gets the length of the value at the position.
- getLength(int) - Method in class com.facebook.presto.spi.block.LazySliceArrayBlock
-
- getLength(int) - Method in class com.facebook.presto.spi.block.SliceArrayBlock
-
- getLength(int) - Method in class com.facebook.presto.spi.block.VariableWidthBlock
-
- getLength(int) - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- getLiteralParameters() - Method in class com.facebook.presto.spi.type.TypeSignature
-
- getLocale() - Method in class com.facebook.presto.spi.ConnectorSession
-
- getLong(int, int) - Method in class com.facebook.presto.spi.block.AbstractFixedWidthBlock
-
- getLong(int, int) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- 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 interface com.facebook.presto.spi.RecordCursor
-
- getLong(Block, int) - Method in class com.facebook.presto.spi.type.AbstractType
-
- getLong(Block, int) - Method in class com.facebook.presto.spi.type.BigintType
-
- getLong(Block, int) - Method in class com.facebook.presto.spi.type.DateType
-
- getLong(Block, int) - Method in class com.facebook.presto.spi.type.IntervalDayTimeType
-
- getLong(Block, int) - Method in class com.facebook.presto.spi.type.IntervalYearMonthType
-
- getLong(Block, int) - Method in class com.facebook.presto.spi.type.TimestampType
-
- getLong(Block, int) - Method in class com.facebook.presto.spi.type.TimestampWithTimeZoneType
-
- getLong(Block, int) - Method in class com.facebook.presto.spi.type.TimeType
-
- getLong(Block, int) - Method in class com.facebook.presto.spi.type.TimeWithTimeZoneType
-
- getLong(Block, int) - Method in interface com.facebook.presto.spi.type.Type
-
Gets the value at the block position as a long.
- getLow() - Method in class com.facebook.presto.spi.Range
-
- getMaxBlockSizeInBytes() - Method in class com.facebook.presto.spi.block.BlockBuilderStatus
-
- getMaxPageSizeInBytes() - Method in class com.facebook.presto.spi.block.BlockBuilderStatus
-
- getMessage() - Method in exception com.facebook.presto.spi.PrestoException
-
- getMetadata() - Method in interface com.facebook.presto.spi.Connector
-
- getMillisAtMidnight() - Method in class com.facebook.presto.spi.type.SqlDate
-
- getMillisUtc() - Method in class com.facebook.presto.spi.type.SqlTime
-
- getMillisUtc() - Method in class com.facebook.presto.spi.type.SqlTimestamp
-
- getMillisUtc() - Method in class com.facebook.presto.spi.type.SqlTimestampWithTimeZone
-
- getMillisUtc() - Method in class com.facebook.presto.spi.type.SqlTimeWithTimeZone
-
- getName() - Method in interface com.facebook.presto.spi.block.BlockEncoding
-
Gets the unique name of this encoding.
- getName() - Method in interface com.facebook.presto.spi.block.BlockEncodingFactory
-
Gets the unique name of this encoding.
- getName() - Method in class com.facebook.presto.spi.block.FixedWidthBlockEncoding.FixedWidthBlockEncodingFactory
-
- getName() - Method in class com.facebook.presto.spi.block.FixedWidthBlockEncoding
-
- getName() - Method in class com.facebook.presto.spi.block.LazySliceArrayBlockEncoding
-
- getName() - Method in class com.facebook.presto.spi.block.LazySliceArrayBlockEncoding.LazySliceArrayBlockEncodingFactory
-
- getName() - Method in class com.facebook.presto.spi.block.SliceArrayBlockEncoding
-
- getName() - Method in class com.facebook.presto.spi.block.SliceArrayBlockEncoding.SliceArrayBlockEncodingFactory
-
- getName() - Method in class com.facebook.presto.spi.block.VariableWidthBlockEncoding
-
- getName() - Method in class com.facebook.presto.spi.block.VariableWidthBlockEncoding.VariableWidthBlockEncodingFactory
-
- getName() - Method in class com.facebook.presto.spi.ColumnMetadata
-
- getName() - Method in interface com.facebook.presto.spi.ConnectorFactory
-
- getName() - Method in class com.facebook.presto.spi.ErrorCode
-
- getNextBatch(int) - Method in interface com.facebook.presto.spi.ConnectorSplitSource
-
- getNextBatch(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
-
- getNullableColumnDomains() - Method in class com.facebook.presto.spi.TupleDomain
-
- getNullableSingleValue() - Method in class com.facebook.presto.spi.Domain
-
- 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.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.HyperLogLogType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.IntervalDayTimeType
-
- getObjectValue(ConnectorSession, Block, int) - Method in class com.facebook.presto.spi.type.IntervalYearMonthType
-
- 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 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
-
- getOrdinalPosition() - Method in class com.facebook.presto.spi.ColumnMetadata
-
- getOutputTableHandleClass() - Method in class com.facebook.presto.spi.classloader.ClassLoaderSafeConnectorHandleResolver
-
- getOutputTableHandleClass() - Method in interface com.facebook.presto.spi.ConnectorHandleResolver
-
- getOwner() - Method in class com.facebook.presto.spi.ConnectorTableMetadata
-
- getPageSourceProvider() - Method in interface com.facebook.presto.spi.Connector
-
- getParameterizedType(String, List<TypeSignature>, List<Object>) - 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
-
- getPartitionId() - Method in interface com.facebook.presto.spi.ConnectorPartition
-
Get the unique id of this partition within the scope of the table.
- getPartitions(ConnectorTableHandle, TupleDomain<ConnectorColumnHandle>) - Method in class com.facebook.presto.spi.classloader.ClassLoaderSafeConnectorSplitManager
-
- getPartitions() - Method in class com.facebook.presto.spi.ConnectorPartitionResult
-
- getPartitions(ConnectorTableHandle, TupleDomain<ConnectorColumnHandle>) - Method in interface com.facebook.presto.spi.ConnectorSplitManager
-
Gets the Partitions for the specified table.
- getPartitionSplits(ConnectorTableHandle, List<ConnectorPartition>) - Method in class com.facebook.presto.spi.classloader.ClassLoaderSafeConnectorSplitManager
-
- getPartitionSplits(ConnectorTableHandle, List<ConnectorPartition>) - Method in interface com.facebook.presto.spi.ConnectorSplitManager
-
Gets the Splits for the specified Partitions in the indicated table.
- 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 interface com.facebook.presto.spi.block.Block
-
Returns the number of positions in this block.
- getPositionCount() - Method in class com.facebook.presto.spi.block.FixedWidthBlock
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.FixedWidthBlockBuilder
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.LazyFixedWidthBlock
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.LazySliceArrayBlock
-
- getPositionCount() - Method in class com.facebook.presto.spi.block.SliceArrayBlock
-
- 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.LazySliceArrayBlock
-
- getPositionOffset(int) - Method in class com.facebook.presto.spi.block.SliceArrayBlock
-
- getPositionOffset(int) - Method in class com.facebook.presto.spi.block.VariableWidthBlock
-
- getPositionOffset(int) - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- getProperties() - Method in class com.facebook.presto.spi.ConnectorSession
-
- getRangeCount() - Method in class com.facebook.presto.spi.SortedRangeSet
-
- getRanges() - Method in class com.facebook.presto.spi.Domain
-
Returns a SortedRangeSet to represent the set of scalar values that are allowed in this Domain.
- getRanges() - Method in class com.facebook.presto.spi.SortedRangeSet
-
- getRawSlice() - Method in class com.facebook.presto.spi.block.AbstractFixedWidthBlock
-
- getRawSlice(int) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- getRawSlice() - Method in class com.facebook.presto.spi.block.FixedWidthBlock
-
- getRawSlice() - Method in class com.facebook.presto.spi.block.FixedWidthBlockBuilder
-
- getRawSlice() - Method in class com.facebook.presto.spi.block.LazyFixedWidthBlock
-
- getRawSlice(int) - Method in class com.facebook.presto.spi.block.LazySliceArrayBlock
-
- getRawSlice(int) - Method in class com.facebook.presto.spi.block.SliceArrayBlock
-
- getRawSlice(int) - Method in class com.facebook.presto.spi.block.VariableWidthBlock
-
- getRawSlice(int) - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- 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(ConnectorSplit, List<? extends ConnectorColumnHandle>) - Method in class com.facebook.presto.spi.classloader.ClassLoaderSafeConnectorRecordSetProvider
-
- getRecordSet(ConnectorSplit, List<? extends ConnectorColumnHandle>) - Method in interface com.facebook.presto.spi.ConnectorRecordSetProvider
-
- getRecordSetProvider() - Method in interface com.facebook.presto.spi.Connector
-
- getRecordSink(ConnectorOutputTableHandle) - Method in class com.facebook.presto.spi.classloader.ClassLoaderSafeConnectorRecordSinkProvider
-
- getRecordSink(ConnectorInsertTableHandle) - Method in class com.facebook.presto.spi.classloader.ClassLoaderSafeConnectorRecordSinkProvider
-
- getRecordSink(ConnectorOutputTableHandle) - Method in interface com.facebook.presto.spi.ConnectorRecordSinkProvider
-
- getRecordSink(ConnectorInsertTableHandle) - Method in interface com.facebook.presto.spi.ConnectorRecordSinkProvider
-
- getRecordSinkProvider() - Method in interface com.facebook.presto.spi.Connector
-
- 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.FixedWidthBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.FixedWidthBlockBuilder
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.LazyFixedWidthBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.LazySliceArrayBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.SliceArrayBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.VariableWidthBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- getSampleWeightColumnHandle(ConnectorTableHandle) - Method in class com.facebook.presto.spi.classloader.ClassLoaderSafeConnectorMetadata
-
- getSampleWeightColumnHandle(ConnectorTableHandle) - Method in interface com.facebook.presto.spi.ConnectorMetadata
-
Returns the handle for the sample weight column, or null if the table does not contain sampled data.
- 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
-
- getSerializableNativeValue() - Method in class com.facebook.presto.spi.Marker
-
- getServices(Class<T>) - Method in interface com.facebook.presto.spi.Plugin
-
- getSessionTimeZoneKey() - Method in class com.facebook.presto.spi.type.SqlDate
-
- getSessionTimeZoneKey() - Method in class com.facebook.presto.spi.type.SqlTime
-
- getSessionTimeZoneKey() - Method in class com.facebook.presto.spi.type.SqlTimestamp
-
- getShort(int, int) - Method in class com.facebook.presto.spi.block.AbstractFixedWidthBlock
-
- getShort(int, int) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- getShort(int, int) - Method in interface com.facebook.presto.spi.block.Block
-
Gets a little endian short at offset in the value at position.
- getSingleValue() - Method in class com.facebook.presto.spi.Domain
-
- getSingleValue() - Method in class com.facebook.presto.spi.Range
-
- getSingleValue() - Method in class com.facebook.presto.spi.SortedRangeSet
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.spi.block.AbstractFixedWidthBlock
-
- 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.
- getSizeInBytes() - Method in interface com.facebook.presto.spi.block.Block
-
Returns the size of this block in memory.
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.BlockBuilderStatus
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.FixedWidthBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.FixedWidthBlockBuilder
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.LazyFixedWidthBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.LazySliceArrayBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.spi.block.SliceArrayBlock
-
- 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.AbstractFixedWidthBlock
-
- 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) - Method in interface com.facebook.presto.spi.RecordCursor
-
- getSlice(Block, int) - Method in class com.facebook.presto.spi.type.AbstractFixedWidthType
-
- getSlice(Block, int) - Method in class com.facebook.presto.spi.type.AbstractType
-
- getSlice(Block, int) - Method in class com.facebook.presto.spi.type.HyperLogLogType
-
- 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
-
- getSpan() - Method in class com.facebook.presto.spi.SortedRangeSet
-
- getSplitClass() - Method in class com.facebook.presto.spi.classloader.ClassLoaderSafeConnectorHandleResolver
-
- getSplitClass() - Method in interface com.facebook.presto.spi.ConnectorHandleResolver
-
- getSplitManager() - Method in interface com.facebook.presto.spi.Connector
-
- getStartTime() - Method in class com.facebook.presto.spi.ConnectorSession
-
- getTable() - Method in class com.facebook.presto.spi.ConnectorTableMetadata
-
- getTableHandle(ConnectorSession, SchemaTableName) - Method in class com.facebook.presto.spi.classloader.ClassLoaderSafeConnectorMetadata
-
- getTableHandle(ConnectorSession, SchemaTableName) - Method in interface com.facebook.presto.spi.ConnectorMetadata
-
Returns a table handle for the specified table name, or null if the connector does not contain the table.
- getTableHandleClass() - Method in class com.facebook.presto.spi.classloader.ClassLoaderSafeConnectorHandleResolver
-
- getTableHandleClass() - Method in interface com.facebook.presto.spi.ConnectorHandleResolver
-
- getTableMetadata(ConnectorTableHandle) - Method in class com.facebook.presto.spi.classloader.ClassLoaderSafeConnectorMetadata
-
- getTableMetadata(ConnectorTableHandle) - Method in interface com.facebook.presto.spi.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
-
- getTimeZoneForKey(TimeZoneKey) - Static method in class com.facebook.presto.spi.type.TimeZoneIndex
-
- getTimeZoneKey() - Method in class 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
-
- getTotalBytes() - Method in interface com.facebook.presto.spi.ConnectorPageSource
-
Gets the total input bytes that will be processed by this page source.
- getTotalBytes() - Method in class com.facebook.presto.spi.FixedPageSource
-
- getTotalBytes() - Method in interface com.facebook.presto.spi.RecordCursor
-
- getTotalBytes() - Method in class com.facebook.presto.spi.RecordPageSource
-
- getTupleDomain() - Method in interface com.facebook.presto.spi.ConnectorPartition
-
Gets the TupleDomain that provides a bound on the tuples within this Partition.
- getType() - Method in class com.facebook.presto.spi.ColumnMetadata
-
- getType() - Method in class com.facebook.presto.spi.Domain
-
- getType() - Method in class com.facebook.presto.spi.Marker
-
- getType() - Method in class com.facebook.presto.spi.Range
-
- getType(int) - Method in interface com.facebook.presto.spi.RecordCursor
-
- getType() - Method in class com.facebook.presto.spi.SerializableNativeValue
-
- getType() - Method in class com.facebook.presto.spi.SortedRangeSet
-
- getType(TypeSignature) - Method in interface com.facebook.presto.spi.type.TypeManager
-
Gets the type with the specified signature, or null if not found.
- getTypeParameters() - Method in class com.facebook.presto.spi.type.AbstractType
-
- getTypeParameters() - Method in interface com.facebook.presto.spi.type.Type
-
For parameterized types returns the list of parameters.
- 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 interface com.facebook.presto.spi.type.Type
-
Gets the name of this type which must be case insensitive globally unique.
- getUndeterminedTupleDomain() - Method in class com.facebook.presto.spi.ConnectorPartitionResult
-
- getUnresolvedTupleDomain() - Method in class com.facebook.presto.spi.ConnectorResolvedIndex
-
- getUser() - Method in class com.facebook.presto.spi.ConnectorSession
-
- getValue() - Method in class com.facebook.presto.spi.Marker
-
- getValue() - Method in class com.facebook.presto.spi.SerializableNativeValue
-
- getViewName() - Method in exception com.facebook.presto.spi.ViewNotFoundException
-
- getViews(ConnectorSession, SchemaTablePrefix) - Method in class com.facebook.presto.spi.classloader.ClassLoaderSafeConnectorMetadata
-
- getViews(ConnectorSession, SchemaTablePrefix) - Method in interface com.facebook.presto.spi.ConnectorMetadata
-
Gets the view data for views that match the specified table prefix.
- getViews(ConnectorSession, SchemaTablePrefix) - Method in class com.facebook.presto.spi.ReadOnlyConnectorMetadata
-
- getZoneId() - Method in exception com.facebook.presto.spi.type.TimeZoneNotSupportedException
-
- greaterAdjacent() - Method in class com.facebook.presto.spi.Marker
-
- greaterThan(Comparable<?>) - Static method in class com.facebook.presto.spi.Range
-
- greaterThanOrEqual(Comparable<?>) - Static method in class com.facebook.presto.spi.Range
-
- withColumnDomains(Map<T, Domain>) - Static method in class com.facebook.presto.spi.TupleDomain
-
- withDefaultPort(int) - Method in class com.facebook.presto.spi.HostAddress
-
Provide a default port if the parsed string contained only a host.
- withFixedValues(Map<T, Comparable<?>>) - Static method in class com.facebook.presto.spi.TupleDomain
-
Convert a map of columns to values into the TupleDomain which requires
those columns to be fixed to those values.
- withNullableFixedValues(Map<T, SerializableNativeValue>) - Static method in class com.facebook.presto.spi.TupleDomain
-
Convert a map of columns to values into the TupleDomain which requires
those columns to be fixed to those values.
- writeBlock(SliceOutput, Block) - Method in interface com.facebook.presto.spi.block.BlockEncoding
-
Write the specified block to the specified output
- writeBlock(SliceOutput, Block) - Method in class com.facebook.presto.spi.block.FixedWidthBlockEncoding
-
- writeBlock(SliceOutput, Block) - Method in class com.facebook.presto.spi.block.LazySliceArrayBlockEncoding
-
- writeBlock(SliceOutput, Block) - Method in class com.facebook.presto.spi.block.SliceArrayBlockEncoding
-
- writeBlock(SliceOutput, Block) - Method in class com.facebook.presto.spi.block.VariableWidthBlockEncoding
-
- writeBlockEncoding(SliceOutput, BlockEncoding) - Method in interface com.facebook.presto.spi.block.BlockEncodingSerde
-
Write a blockEncoding to the output.
- writeBoolean(BlockBuilder, boolean) - Method in class com.facebook.presto.spi.type.AbstractType
-
- writeBoolean(BlockBuilder, boolean) - Method in class com.facebook.presto.spi.type.BooleanType
-
- writeBoolean(BlockBuilder, boolean) - Method in interface com.facebook.presto.spi.type.Type
-
Writes the boolean value into the BlockBuilder.
- writeByte(int) - Method in interface com.facebook.presto.spi.block.BlockBuilder
-
Write a byte to the current entry;
- writeByte(int) - Method in class com.facebook.presto.spi.block.FixedWidthBlockBuilder
-
- writeByte(int) - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- writeBytes(Slice, int, int) - Method in interface com.facebook.presto.spi.block.BlockBuilder
-
Write a byte sequences to the current entry;
- writeBytes(Slice, int, int) - Method in class com.facebook.presto.spi.block.FixedWidthBlockBuilder
-
- writeBytes(Slice, int, int) - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- writeBytesTo(int, int, int, BlockBuilder) - Method in class com.facebook.presto.spi.block.AbstractFixedWidthBlock
-
- writeBytesTo(int, int, int, BlockBuilder) - Method in class com.facebook.presto.spi.block.AbstractVariableWidthBlock
-
- writeBytesTo(int, int, int, BlockBuilder) - Method in interface com.facebook.presto.spi.block.Block
-
Appends the byte sequences at offset in the value at position
to blockBuilder.
- writeDouble(double) - Method in interface com.facebook.presto.spi.block.BlockBuilder
-
Write a double to the current entry;
- writeDouble(double) - Method in class com.facebook.presto.spi.block.FixedWidthBlockBuilder
-
- writeDouble(double) - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- writeDouble(BlockBuilder, double) - Method in class com.facebook.presto.spi.type.AbstractType
-
- writeDouble(BlockBuilder, double) - Method in class com.facebook.presto.spi.type.DoubleType
-
- writeDouble(BlockBuilder, double) - Method in interface com.facebook.presto.spi.type.Type
-
Writes the double value into the BlockBuilder.
- writeEncoding(BlockEncodingSerde, SliceOutput, T) - Method in interface com.facebook.presto.spi.block.BlockEncodingFactory
-
Writes this encoding to the output stream.
- writeEncoding(BlockEncodingSerde, SliceOutput, FixedWidthBlockEncoding) - Method in class com.facebook.presto.spi.block.FixedWidthBlockEncoding.FixedWidthBlockEncodingFactory
-
- writeEncoding(BlockEncodingSerde, SliceOutput, LazySliceArrayBlockEncoding) - Method in class com.facebook.presto.spi.block.LazySliceArrayBlockEncoding.LazySliceArrayBlockEncodingFactory
-
- writeEncoding(BlockEncodingSerde, SliceOutput, SliceArrayBlockEncoding) - Method in class com.facebook.presto.spi.block.SliceArrayBlockEncoding.SliceArrayBlockEncodingFactory
-
- writeEncoding(BlockEncodingSerde, SliceOutput, VariableWidthBlockEncoding) - Method in class com.facebook.presto.spi.block.VariableWidthBlockEncoding.VariableWidthBlockEncodingFactory
-
- writeFloat(float) - Method in interface com.facebook.presto.spi.block.BlockBuilder
-
Write a float to the current entry;
- writeFloat(float) - Method in class com.facebook.presto.spi.block.FixedWidthBlockBuilder
-
- writeFloat(float) - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- writeInt(int) - Method in interface com.facebook.presto.spi.block.BlockBuilder
-
Write a int to the current entry;
- writeInt(int) - Method in class com.facebook.presto.spi.block.FixedWidthBlockBuilder
-
- writeInt(int) - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- writeLong(long) - Method in interface com.facebook.presto.spi.block.BlockBuilder
-
Write a long to the current entry;
- writeLong(long) - Method in class com.facebook.presto.spi.block.FixedWidthBlockBuilder
-
- writeLong(long) - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- writeLong(BlockBuilder, long) - Method in class com.facebook.presto.spi.type.AbstractType
-
- writeLong(BlockBuilder, long) - Method in class com.facebook.presto.spi.type.BigintType
-
- writeLong(BlockBuilder, long) - Method in class com.facebook.presto.spi.type.DateType
-
- writeLong(BlockBuilder, long) - Method in class com.facebook.presto.spi.type.IntervalDayTimeType
-
- writeLong(BlockBuilder, long) - Method in class com.facebook.presto.spi.type.IntervalYearMonthType
-
- writeLong(BlockBuilder, long) - Method in class com.facebook.presto.spi.type.TimestampType
-
- writeLong(BlockBuilder, long) - Method in class com.facebook.presto.spi.type.TimestampWithTimeZoneType
-
- writeLong(BlockBuilder, long) - Method in class com.facebook.presto.spi.type.TimeType
-
- writeLong(BlockBuilder, long) - Method in class com.facebook.presto.spi.type.TimeWithTimeZoneType
-
- writeLong(BlockBuilder, long) - Method in interface com.facebook.presto.spi.type.Type
-
Writes the long value into the BlockBuilder.
- writeShort(int) - Method in interface com.facebook.presto.spi.block.BlockBuilder
-
Write a short to the current entry;
- writeShort(int) - Method in class com.facebook.presto.spi.block.FixedWidthBlockBuilder
-
- writeShort(int) - Method in class com.facebook.presto.spi.block.VariableWidthBlockBuilder
-
- writeSlice(BlockBuilder, Slice) - Method in class com.facebook.presto.spi.type.AbstractType
-
- writeSlice(BlockBuilder, Slice, int, int) - Method in class com.facebook.presto.spi.type.AbstractType
-
- writeSlice(BlockBuilder, Slice) - Method in class com.facebook.presto.spi.type.HyperLogLogType
-
- writeSlice(BlockBuilder, Slice, int, int) - Method in class com.facebook.presto.spi.type.HyperLogLogType
-
- writeSlice(BlockBuilder, Slice) - Method in interface com.facebook.presto.spi.type.Type
-
Writes the Slice value into the BlockBuilder.
- writeSlice(BlockBuilder, Slice, int, int) - Method in interface com.facebook.presto.spi.type.Type
-
Writes the Slice value into the BlockBuilder.
- writeSlice(BlockBuilder, Slice) - Method in class com.facebook.presto.spi.type.VarbinaryType
-
- writeSlice(BlockBuilder, Slice, int, int) - Method in class com.facebook.presto.spi.type.VarbinaryType
-
- writeSlice(BlockBuilder, Slice) - Method in class com.facebook.presto.spi.type.VarcharType
-
- writeSlice(BlockBuilder, Slice, int, int) - Method in class com.facebook.presto.spi.type.VarcharType
-
- writeString(BlockBuilder, String) - Method in class com.facebook.presto.spi.type.VarcharType
-
- writeType(SliceOutput, Type) - Static method in class com.facebook.presto.spi.type.TypeSerde
-