- Base32 - Class in com.facebook.presto.common.type.encoding
-
Provides Base32 encoding and decoding as defined by
RFC 4648.
- Base32() - Constructor for class com.facebook.presto.common.type.encoding.Base32
-
Creates a Base32 codec used for decoding and encoding.
- Base32(byte) - Constructor for class com.facebook.presto.common.type.encoding.Base32
-
Creates a Base32 codec used for decoding and encoding.
- Base32(boolean) - Constructor for class com.facebook.presto.common.type.encoding.Base32
-
Creates a Base32 codec used for decoding and encoding.
- Base32(boolean, byte) - Constructor for class com.facebook.presto.common.type.encoding.Base32
-
Creates a Base32 codec used for decoding and encoding.
- Base32(int) - Constructor for class com.facebook.presto.common.type.encoding.Base32
-
Creates a Base32 codec used for decoding and encoding.
- Base32(int, byte[]) - Constructor for class com.facebook.presto.common.type.encoding.Base32
-
Creates a Base32 codec used for decoding and encoding.
- Base32(int, byte[], boolean) - Constructor for class com.facebook.presto.common.type.encoding.Base32
-
Creates a Base32 / Base32 Hex codec used for decoding and encoding.
- Base32(int, byte[], boolean, byte) - Constructor for class com.facebook.presto.common.type.encoding.Base32
-
Creates a Base32 / Base32 Hex codec used for decoding and encoding.
- BaseNCodec - Class in com.facebook.presto.common.type.encoding
-
Abstract superclass for Base-N encoders and decoders.
- BaseNCodec(int, int, int, int) - Constructor for class com.facebook.presto.common.type.encoding.BaseNCodec
-
Note
lineLength
is rounded down to the nearest multiple of
BaseNCodec.encodedBlockSize
If
chunkSeparatorLength
is zero, then chunking is disabled.
- beginBlockEntry() - Method in class com.facebook.presto.common.block.ArrayBlockBuilder
-
- beginBlockEntry() - Method in interface com.facebook.presto.common.block.BlockBuilder
-
Return a writer to the current entry.
- beginBlockEntry() - Method in class com.facebook.presto.common.block.MapBlockBuilder
-
- beginBlockEntry() - Method in class com.facebook.presto.common.block.RowBlockBuilder
-
- beginBlockEntry() - Method in class com.facebook.presto.common.block.SingleArrayBlockWriter
-
- beginBlockEntry() - Method in class com.facebook.presto.common.block.SingleMapBlockWriter
-
- beginBlockEntry() - Method in class com.facebook.presto.common.block.SingleRowBlockWriter
-
- below(Type, Object) - Static method in class com.facebook.presto.common.predicate.Marker
-
- BIGINT - Static variable in class com.facebook.presto.common.type.BigintType
-
- BIGINT - Static variable in class com.facebook.presto.common.type.StandardTypes
-
- BIGINT_ENUM - Static variable in class com.facebook.presto.common.type.BigintEnumParametricType
-
- BIGINT_ENUM - Static variable in class com.facebook.presto.common.type.StandardTypes
-
- bigIntegerTenToNth(int) - Static method in class com.facebook.presto.common.type.Decimals
-
- BigintEnumParametricType - Class in com.facebook.presto.common.type
-
- BigintEnumType - Class in com.facebook.presto.common.type
-
- BigintEnumType(BigintEnumType.LongEnumMap) - Constructor for class com.facebook.presto.common.type.BigintEnumType
-
- BigintEnumType.LongEnumMap - Class in com.facebook.presto.common.type
-
- BigintType - Class in com.facebook.presto.common.type
-
- BING_TILE - Static variable in class com.facebook.presto.common.type.StandardTypes
-
- Block - Interface in com.facebook.presto.common.block
-
- BlockBuilder - Interface in com.facebook.presto.common.block
-
- BlockBuilderStatus - Class in com.facebook.presto.common.block
-
- BlockEncoding - Interface in com.facebook.presto.common.block
-
- BlockEncodingManager - Class in com.facebook.presto.common.block
-
- BlockEncodingManager() - Constructor for class com.facebook.presto.common.block.BlockEncodingManager
-
- BlockEncodingSerde - Interface in com.facebook.presto.common.block
-
- BlockFlattener - Class in com.facebook.presto.common.block
-
- BlockFlattener(ArrayAllocator) - Constructor for class com.facebook.presto.common.block.BlockFlattener
-
- BlockLease - Interface in com.facebook.presto.common.block
-
Represents a Block backed by a closeable resource.
- BlockSerdeUtil - Class in com.facebook.presto.common.block
-
- blockToNativeValue(Type, Block) - Static method in class com.facebook.presto.common.predicate.Utils
-
- BlockUtil - Class in com.facebook.presto.common.block
-
- BOOLEAN - Static variable in class com.facebook.presto.common.type.BooleanType
-
- BOOLEAN - Static variable in class com.facebook.presto.common.type.StandardTypes
-
- BooleanType - Class in com.facebook.presto.common.type
-
- borrowByteArray(int) - Method in interface com.facebook.presto.common.block.ArrayAllocator
-
- borrowIntArray(int) - Method in interface com.facebook.presto.common.block.ArrayAllocator
-
- build() - Method in class com.facebook.presto.common.block.ArrayBlockBuilder
-
- build() - Method in interface com.facebook.presto.common.block.BlockBuilder
-
Builds the block.
- build() - Method in class com.facebook.presto.common.block.ByteArrayBlockBuilder
-
- build() - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
- build() - Method in class com.facebook.presto.common.block.IntArrayBlockBuilder
-
- build() - Method in class com.facebook.presto.common.block.LongArrayBlockBuilder
-
- build() - Method in class com.facebook.presto.common.block.MapBlockBuilder
-
- build() - Method in class com.facebook.presto.common.block.RowBlockBuilder
-
- build() - Method in class com.facebook.presto.common.block.ShortArrayBlockBuilder
-
- build() - Method in class com.facebook.presto.common.block.SingleArrayBlockWriter
-
- build() - Method in class com.facebook.presto.common.block.SingleMapBlockWriter
-
- build() - Method in class com.facebook.presto.common.block.SingleRowBlockWriter
-
- build() - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- build() - Method in class com.facebook.presto.common.function.SqlFunctionProperties.Builder
-
- build() - Method in class com.facebook.presto.common.PageBuilder
-
- builder() - Static method in class com.facebook.presto.common.function.SqlFunctionProperties
-
- ByteArrayBlock - Class in com.facebook.presto.common.block
-
- ByteArrayBlock(int, Optional<boolean[]>, byte[]) - Constructor for class com.facebook.presto.common.block.ByteArrayBlock
-
- ByteArrayBlockBuilder - Class in com.facebook.presto.common.block
-
- ByteArrayBlockBuilder(BlockBuilderStatus, int) - Constructor for class com.facebook.presto.common.block.ByteArrayBlockBuilder
-
- ByteArrayBlockEncoding - Class in com.facebook.presto.common.block
-
- ByteArrayBlockEncoding() - Constructor for class com.facebook.presto.common.block.ByteArrayBlockEncoding
-
- byteCount(Slice, int, int, int) - Static method in class com.facebook.presto.common.type.Varchars
-
Get the byte count of a given with in range to +
for at most many code points
- byteCountWithoutTrailingSpace(Slice, int, int) - Static method in class com.facebook.presto.common.type.Chars
-
- byteCountWithoutTrailingSpace(Slice, int, int, int) - Static method in class com.facebook.presto.common.type.Chars
-
- bytesCompare(int, int, int, Slice, int, int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- bytesCompare(int, int, int, Slice, int, int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- bytesCompare(int, int, int, Slice, int, int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- bytesCompare(int, int, int, Slice, int, int) - Method in class com.facebook.presto.common.block.AbstractVariableWidthBlock
-
- bytesCompare(int, int, int, Slice, int, int) - Method in interface com.facebook.presto.common.block.Block
-
Compares the byte sequences at offset
in the value at position
to the byte sequence at otherOffset
in otherSlice
.
- bytesCompare(int, int, int, Slice, int, int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- bytesCompare(int, int, int, Slice, int, int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- bytesCompare(int, int, int, Slice, int, int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- bytesEqual(int, int, Slice, int, int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- bytesEqual(int, int, Slice, int, int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- bytesEqual(int, int, Slice, int, int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- bytesEqual(int, int, Slice, int, int) - Method in class com.facebook.presto.common.block.AbstractVariableWidthBlock
-
- bytesEqual(int, int, Slice, int, int) - Method in interface com.facebook.presto.common.block.Block
-
Is the byte sequences at offset
in the value at position
equal
to the byte sequence at otherOffset
in otherSlice
.
- bytesEqual(int, int, Slice, int, int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- bytesEqual(int, int, Slice, int, int) - Method in class com.facebook.presto.common.block.Int128ArrayBlock
-
Is the byte sequences at the position + offset
position in the 128-bit values of length
bytes equal
to the byte sequence at otherOffset
in otherSlice
.
- bytesEqual(int, int, Slice, int, int) - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
Is the byte sequences at the position + offset
position in the 128-bit values of length
bytes equal
to the byte sequence at otherOffset
in otherSlice
.
- bytesEqual(int, int, Slice, int, int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- bytesEqual(int, int, Slice, int, int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- GenericInternalException - Exception in com.facebook.presto.common
-
- GenericInternalException(String) - Constructor for exception com.facebook.presto.common.GenericInternalException
-
- GenericInternalException(Throwable) - Constructor for exception com.facebook.presto.common.GenericInternalException
-
- GenericInternalException(String, Throwable) - Constructor for exception com.facebook.presto.common.GenericInternalException
-
- GEOMETRY - Static variable in class com.facebook.presto.common.type.StandardTypes
-
- get() - Method in class com.facebook.presto.common.block.ClosingBlockLease
-
- getAbsoluteOffset(int) - Method in class com.facebook.presto.common.block.ColumnarMap
-
- getAllOrNone() - Method in class com.facebook.presto.common.predicate.AllOrNoneValueSet
-
- getApproximateLogicalSizeInBytes() - Method in class com.facebook.presto.common.Page
-
Returns the approximate logical size of the page if logicalSizeInBytes was not calculated before.
- getApproximateRegionLogicalSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.AbstractArrayBlock
-
- getApproximateRegionLogicalSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.AbstractMapBlock
-
- getApproximateRegionLogicalSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.AbstractRowBlock
-
- getApproximateRegionLogicalSizeInBytes(int, int) - Method in interface com.facebook.presto.common.block.Block
-
Returns the approximate logical size of block.getRegion(position, length)
.
- getApproximateRegionLogicalSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getApproximateRegionLogicalSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getArgumentTypes() - Method in class com.facebook.presto.common.type.FunctionType
-
- getBase() - Method in class com.facebook.presto.common.type.TypeSignature
-
- getBaseMapBlock() - Method in class com.facebook.presto.common.block.SingleMapBlock
-
- getBlock(int) - Method in class com.facebook.presto.common.block.AbstractArrayBlock
-
- getBlock(int) - Method in class com.facebook.presto.common.block.AbstractMapBlock
-
- getBlock(int) - Method in class com.facebook.presto.common.block.AbstractRowBlock
-
- getBlock() - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getBlock(int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getBlock(int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getBlock(int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getBlock(int) - Method in interface com.facebook.presto.common.block.Block
-
Gets a block in the value at position
.
- getBlock(int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getBlock(int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getBlock(int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getBlock() - Method in class com.facebook.presto.common.block.SingleArrayBlockWriter
-
- getBlock(int) - Method in class com.facebook.presto.common.Page
-
- getBlock() - Method in class com.facebook.presto.common.predicate.EquatableValueSet.ValueEntry
-
- getBlock() - Method in class com.facebook.presto.common.predicate.NullableValue.Serializable
-
Deprecated.
- getBlockBuilder(int) - Method in class com.facebook.presto.common.PageBuilder
-
- getBlockUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractArrayBlock
-
- getBlockUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractMapBlock
-
- getBlockUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractRowBlock
-
- getBlockUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getBlockUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getBlockUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getBlockUnchecked(int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getBlockUnchecked(int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getBlockUnchecked(int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getBlockUnchecked(int) - Method in interface com.facebook.presto.common.block.UncheckedBlock
-
Gets a Block value at internalPosition - getOffsetBase()
.
- getBlockUnchecked(Block, int) - Method in class com.facebook.presto.common.type.AbstractType
-
- getBlockUnchecked(Block, int) - Method in class com.facebook.presto.common.type.ArrayType
-
- getBlockUnchecked(Block, int) - Method in class com.facebook.presto.common.type.FunctionType
-
- getBlockUnchecked(Block, int) - Method in class com.facebook.presto.common.type.MapType
-
- getBlockUnchecked(Block, int) - Method in class com.facebook.presto.common.type.RowType
-
- getBlockUnchecked(Block, int) - Method in interface com.facebook.presto.common.type.Type
-
Gets the value at the block
internalPosition - offsetBase
as a block
without boundary checks.
- getBlockUnchecked(Block, int) - Method in class com.facebook.presto.common.type.TypeWithName
-
- getBoolean(Block, int) - Method in class com.facebook.presto.common.type.AbstractType
-
- getBoolean(Block, int) - Method in class com.facebook.presto.common.type.BooleanType
-
- getBoolean(Block, int) - Method in class com.facebook.presto.common.type.FunctionType
-
- getBoolean(Block, int) - Method in interface com.facebook.presto.common.type.Type
-
Gets the value at the block
position
as a boolean.
- getBoolean(Block, int) - Method in class com.facebook.presto.common.type.TypeWithName
-
- getBoolean(Block, int) - Method in class com.facebook.presto.common.type.UnknownType
-
- getBooleanUnchecked(UncheckedBlock, int) - Method in class com.facebook.presto.common.type.AbstractType
-
- getBooleanUnchecked(UncheckedBlock, int) - Method in class com.facebook.presto.common.type.BooleanType
-
- getBooleanUnchecked(UncheckedBlock, int) - Method in class com.facebook.presto.common.type.FunctionType
-
- getBooleanUnchecked(UncheckedBlock, int) - Method in interface com.facebook.presto.common.type.Type
-
Gets the value at the block
internalPosition - offsetBase
as a boolean
without boundary checks.
- getBooleanUnchecked(UncheckedBlock, int) - Method in class com.facebook.presto.common.type.TypeWithName
-
- getBorrowedArrayCount() - Method in interface com.facebook.presto.common.block.ArrayAllocator
-
- getBound() - Method in class com.facebook.presto.common.predicate.Marker
-
- getByte(int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getByte(int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getByte(int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getByte(int) - Method in class com.facebook.presto.common.block.AbstractVariableWidthBlock
-
- getByte(int) - Method in interface com.facebook.presto.common.block.Block
-
Gets a byte in the value at position
.
- getByte(int) - Method in class com.facebook.presto.common.block.ByteArrayBlock
-
- getByte(int) - Method in class com.facebook.presto.common.block.ByteArrayBlockBuilder
-
- getByte(int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getByte(int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getByte(int) - Method in class com.facebook.presto.common.block.LongArrayBlock
-
Deprecated.
- getByte(int) - Method in class com.facebook.presto.common.block.LongArrayBlockBuilder
-
Deprecated.
- getByte(int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getBytes() - Method in class com.facebook.presto.common.type.SqlVarbinary
-
- getByteUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getByteUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getByteUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getByteUnchecked(int) - Method in class com.facebook.presto.common.block.ByteArrayBlock
-
- getByteUnchecked(int) - Method in class com.facebook.presto.common.block.ByteArrayBlockBuilder
-
- getByteUnchecked(int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getByteUnchecked(int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getByteUnchecked(int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getByteUnchecked(int) - Method in interface com.facebook.presto.common.block.UncheckedBlock
-
Gets a byte value at internalPosition - getOffsetBase()
.
- getByteUnchecked(int) - Method in class com.facebook.presto.common.block.VariableWidthBlock
-
- getByteUnchecked(int) - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- getCatalogName() - Method in class com.facebook.presto.common.CatalogSchemaName
-
- getCatalogName() - Method in class com.facebook.presto.common.QualifiedObjectName
-
- getCatalogSchemaName() - Method in class com.facebook.presto.common.QualifiedObjectName
-
- getChannelCount() - Method in class com.facebook.presto.common.Page
-
- getColumn() - Method in class com.facebook.presto.common.predicate.TupleDomain.ColumnDomain
-
- getColumnDomains() - Method in class com.facebook.presto.common.predicate.TupleDomain
-
- getCount() - Method in class com.facebook.presto.common.RuntimeMetric
-
- getCpuTimeMs() - Method in class com.facebook.presto.common.function.SqlFunctionResult
-
- getDays() - Method in class com.facebook.presto.common.type.SqlDate
-
- getDetailedMessage(Type, SqlFunctionProperties) - Method in exception com.facebook.presto.common.block.DuplicateMapKeyException
-
- getDictionary() - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getDictionarySourceId() - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getDiscreteValues() - Method in class com.facebook.presto.common.predicate.EquatableValueSet
-
- getDiscreteValues() - Method in interface com.facebook.presto.common.predicate.ValueSet
-
- getDisplayName() - Method in class com.facebook.presto.common.type.AbstractType
-
- getDisplayName() - Method in class com.facebook.presto.common.type.AbstractVarcharType
-
- getDisplayName() - Method in class com.facebook.presto.common.type.ArrayType
-
- getDisplayName() - Method in class com.facebook.presto.common.type.BigintEnumType
-
- getDisplayName() - Method in class com.facebook.presto.common.type.CharType
-
- getDisplayName() - Method in class com.facebook.presto.common.type.FunctionType
-
- getDisplayName() - Method in class com.facebook.presto.common.type.MapType
-
- getDisplayName() - Method in class com.facebook.presto.common.type.RowType
-
- getDisplayName() - Method in interface com.facebook.presto.common.type.Type
-
Returns the name of this type that should be displayed to end-users.
- getDisplayName() - Method in class com.facebook.presto.common.type.TypeWithName
-
- getDisplayName() - Method in class com.facebook.presto.common.type.VarcharEnumType
-
- getDomain() - Method in class com.facebook.presto.common.predicate.TupleDomain.ColumnDomain
-
- getDomains() - Method in class com.facebook.presto.common.predicate.TupleDomain
-
Gets the TupleDomain as a map of each column to its respective Domain.
- getDouble(Block, int) - Method in class com.facebook.presto.common.type.AbstractType
-
- getDouble(Block, int) - Method in class com.facebook.presto.common.type.DoubleType
-
- getDouble(Block, int) - Method in class com.facebook.presto.common.type.FunctionType
-
- getDouble(Block, int) - Method in interface com.facebook.presto.common.type.Type
-
Gets the value at the block
position
as a double.
- getDouble(Block, int) - Method in class com.facebook.presto.common.type.TypeWithName
-
- getDoubleUnchecked(UncheckedBlock, int) - Method in class com.facebook.presto.common.type.AbstractType
-
- getDoubleUnchecked(UncheckedBlock, int) - Method in class com.facebook.presto.common.type.DoubleType
-
- getDoubleUnchecked(UncheckedBlock, int) - Method in class com.facebook.presto.common.type.FunctionType
-
- getDoubleUnchecked(UncheckedBlock, int) - Method in interface com.facebook.presto.common.type.Type
-
Gets the value at the block
internalPosition - offsetBase
as a double
without boundary checks.
- getDoubleUnchecked(UncheckedBlock, int) - Method in class com.facebook.presto.common.type.TypeWithName
-
- getElementsBlock() - Method in class com.facebook.presto.common.block.ColumnarArray
-
- getElementType() - Method in class com.facebook.presto.common.type.ArrayType
-
- getEncodingName() - Method in class com.facebook.presto.common.block.AbstractArrayBlock
-
- getEncodingName() - Method in class com.facebook.presto.common.block.AbstractMapBlock
-
- getEncodingName() - Method in class com.facebook.presto.common.block.AbstractRowBlock
-
- getEncodingName() - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getEncodingName() - Method in class com.facebook.presto.common.block.AbstractVariableWidthBlock
-
- getEncodingName() - Method in interface com.facebook.presto.common.block.Block
-
Get the encoding for this block.
- getEncodingName() - Method in class com.facebook.presto.common.block.ByteArrayBlock
-
- getEncodingName() - Method in class com.facebook.presto.common.block.ByteArrayBlockBuilder
-
- getEncodingName() - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getEncodingName() - Method in class com.facebook.presto.common.block.Int128ArrayBlock
-
- getEncodingName() - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
- getEncodingName() - Method in class com.facebook.presto.common.block.IntArrayBlock
-
- getEncodingName() - Method in class com.facebook.presto.common.block.IntArrayBlockBuilder
-
- getEncodingName() - Method in class com.facebook.presto.common.block.LazyBlock
-
- getEncodingName() - Method in class com.facebook.presto.common.block.LongArrayBlock
-
- getEncodingName() - Method in class com.facebook.presto.common.block.LongArrayBlockBuilder
-
- getEncodingName() - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getEncodingName() - Method in class com.facebook.presto.common.block.ShortArrayBlock
-
- getEncodingName() - Method in class com.facebook.presto.common.block.ShortArrayBlockBuilder
-
- getEncodingName() - Method in class com.facebook.presto.common.block.SingleMapBlock
-
- getEncodingName() - Method in class com.facebook.presto.common.block.SingleMapBlockWriter
-
- getEncodingName() - Method in class com.facebook.presto.common.block.SingleRowBlock
-
- getEncodingName() - Method in class com.facebook.presto.common.block.SingleRowBlockWriter
-
- getEntries() - Method in class com.facebook.presto.common.predicate.EquatableValueSet
-
- getEntryCount(int) - Method in class com.facebook.presto.common.block.ColumnarMap
-
- getEnumKeyForValue(Long) - Method in class com.facebook.presto.common.type.BigintEnumType
-
- getEnumKeyForValue(T) - Method in interface com.facebook.presto.common.type.EnumType
-
- getEnumKeyForValue(String) - Method in class com.facebook.presto.common.type.VarcharEnumType
-
- getEnumMap() - Method in class com.facebook.presto.common.type.BigintEnumType
-
- getEnumMap() - Method in class com.facebook.presto.common.type.BigintEnumType.LongEnumMap
-
- getEnumMap() - Method in interface com.facebook.presto.common.type.EnumType
-
- getEnumMap() - Method in class com.facebook.presto.common.type.VarcharEnumType
-
- getEnumMap() - Method in class com.facebook.presto.common.type.VarcharEnumType.VarcharEnumMap
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.AbstractArrayBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.AbstractMapBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.AbstractRowBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.AbstractVariableWidthBlock
-
- getEstimatedDataSizeForStats(int) - Method in interface com.facebook.presto.common.block.Block
-
Returns the estimated in memory data size for stats of position.
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.ByteArrayBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.ByteArrayBlockBuilder
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.Int128ArrayBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.IntArrayBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.IntArrayBlockBuilder
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.LongArrayBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.LongArrayBlockBuilder
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.ShortArrayBlock
-
- getEstimatedDataSizeForStats(int) - Method in class com.facebook.presto.common.block.ShortArrayBlockBuilder
-
- getEstimatedSerializedSizeInBytes() - Method in class com.facebook.presto.common.block.ColumnarArray
-
- getEstimatedSerializedSizeInBytes() - Method in class com.facebook.presto.common.block.ColumnarMap
-
- getEstimatedSerializedSizeInBytes() - Method in class com.facebook.presto.common.block.ColumnarRow
-
- getEstimatedSizeInBytes() - Method in interface com.facebook.presto.common.block.ArrayAllocator
-
- getField(int) - Method in class com.facebook.presto.common.block.ColumnarRow
-
Gets the specified field for all rows as a column.
- getFieldBlockBuilder(int) - Method in class com.facebook.presto.common.block.SingleRowBlockWriter
-
Obtains the field BlockBuilder
.
- getFieldBlockOffset(int) - Method in class com.facebook.presto.common.block.AbstractRowBlock
-
- getFieldBlockOffsets() - Method in class com.facebook.presto.common.block.AbstractRowBlock
-
- getFieldBlockOffsets() - Method in class com.facebook.presto.common.block.RowBlock
-
- getFieldBlockOffsets() - Method in class com.facebook.presto.common.block.RowBlockBuilder
-
- getFieldCount() - Method in class com.facebook.presto.common.block.ColumnarRow
-
- getFieldName() - Method in class com.facebook.presto.common.type.NamedTypeSignature
-
- getFields() - Method in class com.facebook.presto.common.type.RowType
-
- getFixedSize() - Method in class com.facebook.presto.common.type.AbstractIntType
-
- getFixedSize() - Method in class com.facebook.presto.common.type.AbstractLongType
-
- getFixedSize() - Method in class com.facebook.presto.common.type.BooleanType
-
- getFixedSize() - Method in class com.facebook.presto.common.type.DoubleType
-
- getFixedSize() - Method in interface com.facebook.presto.common.type.FixedWidthType
-
Gets the size of a value of this type is bytes.
- getFixedSize() - Method in class com.facebook.presto.common.type.SmallintType
-
- getFixedSize() - Method in class com.facebook.presto.common.type.TinyintType
-
- getFixedSize() - Method in class com.facebook.presto.common.type.UnknownType
-
- getFunctionName() - Method in enum com.facebook.presto.common.function.OperatorType
-
- getHashTables() - Method in class com.facebook.presto.common.block.AbstractMapBlock
-
- getHashTables() - Method in class com.facebook.presto.common.block.ColumnarMap
-
- getHashTables() - Method in class com.facebook.presto.common.block.MapBlock
-
- getHashTables() - Method in class com.facebook.presto.common.block.MapBlockBuilder
-
- getHigh() - Method in class com.facebook.presto.common.predicate.Range
-
- getHighBoundedValue() - Method in class com.facebook.presto.common.predicate.Range
-
- getHighValue() - Method in class com.facebook.presto.common.predicate.Range
-
- getId(int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getId() - Method in class com.facebook.presto.common.type.TimeZoneKey
-
- getIndex() - Method in class com.facebook.presto.common.Subfield.LongSubscript
-
- getIndex() - Method in class com.facebook.presto.common.Subfield.StringSubscript
-
- getInputChannels() - Method in interface com.facebook.presto.common.relation.Predicate
-
- getInstance() - Static method in class com.facebook.presto.common.Subfield.AllSubscripts
-
- getInt(int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getInt(int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getInt(int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getInt(int) - Method in class com.facebook.presto.common.block.AbstractVariableWidthBlock
-
- getInt(int) - Method in interface com.facebook.presto.common.block.Block
-
Gets a little endian int in the value at position
.
- getInt(int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getInt(int) - Method in class com.facebook.presto.common.block.IntArrayBlock
-
- getInt(int) - Method in class com.facebook.presto.common.block.IntArrayBlockBuilder
-
- getInt(int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getInt(int) - Method in class com.facebook.presto.common.block.LongArrayBlock
-
Deprecated.
- getInt(int) - Method in class com.facebook.presto.common.block.LongArrayBlockBuilder
-
Deprecated.
- getInt(int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getInt(Slice, int) - Static method in class com.facebook.presto.common.type.UnscaledDecimal128Arithmetic
-
- getIntUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getIntUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getIntUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getIntUnchecked(int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getIntUnchecked(int) - Method in class com.facebook.presto.common.block.IntArrayBlock
-
- getIntUnchecked(int) - Method in class com.facebook.presto.common.block.IntArrayBlockBuilder
-
- getIntUnchecked(int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getIntUnchecked(int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getIntUnchecked(int) - Method in interface com.facebook.presto.common.block.UncheckedBlock
-
Gets a little endian int value at internalPosition - getOffsetBase()
.
- getIntUnchecked(int) - Method in class com.facebook.presto.common.block.VariableWidthBlock
-
- getIntUnchecked(int) - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- getJavaType() - Method in class com.facebook.presto.common.type.AbstractType
-
- getJavaType() - Method in class com.facebook.presto.common.type.FunctionType
-
- getJavaType() - Method in interface com.facebook.presto.common.type.Type
-
Gets the Java class type used to represent this value on the stack during
expression execution.
- getJavaType() - Method in class com.facebook.presto.common.type.TypeWithName
-
- getKey() - Method in class com.facebook.presto.common.type.TimeZoneKey
-
- getKeyBlock() - Method in class com.facebook.presto.common.block.SingleMapBlock
-
- getKeyForValue(Long) - Method in class com.facebook.presto.common.type.BigintEnumType.LongEnumMap
-
- getKeyForValue(String) - Method in class com.facebook.presto.common.type.VarcharEnumType.VarcharEnumMap
-
- getKeysBlock() - Method in class com.facebook.presto.common.block.ColumnarMap
-
- getKeyType() - Method in class com.facebook.presto.common.type.MapType
-
- getKind() - Method in class com.facebook.presto.common.type.TypeParameter
-
- getKind() - Method in class com.facebook.presto.common.type.TypeSignatureParameter
-
- getLeastSignificantBits() - Method in class com.facebook.presto.common.block.DictionaryId
-
- getLength(int) - Method in class com.facebook.presto.common.block.ColumnarArray
-
- getLength() - Method in class com.facebook.presto.common.type.AbstractVarcharType
-
Deprecated.
- getLength() - Method in class com.facebook.presto.common.type.CharType
-
- getLengthSafe() - Method in class com.facebook.presto.common.type.AbstractVarcharType
-
- getLoadedBlock() - Method in class com.facebook.presto.common.block.ArrayBlock
-
- getLoadedBlock() - Method in interface com.facebook.presto.common.block.Block
-
Returns a block that assures all data is in memory.
- getLoadedBlock() - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getLoadedBlock() - Method in class com.facebook.presto.common.block.LazyBlock
-
- getLoadedBlock() - Method in class com.facebook.presto.common.block.MapBlock
-
- getLoadedBlock() - Method in class com.facebook.presto.common.block.RowBlock
-
- getLoadedBlock() - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getLoadedBlock() - Method in class com.facebook.presto.common.block.SingleMapBlock
-
- getLoadedBlock() - Method in class com.facebook.presto.common.block.SingleRowBlock
-
- getLoadedPage() - Method in class com.facebook.presto.common.Page
-
Returns a page that assures all data is in memory.
- getLoadedPage(int) - Method in class com.facebook.presto.common.Page
-
- getLoadedPage(int...) - Method in class com.facebook.presto.common.Page
-
- getLogicalSizeInBytes() - Method in class com.facebook.presto.common.block.AbstractMapBlock
-
- getLogicalSizeInBytes() - Method in class com.facebook.presto.common.block.ArrayBlock
-
- getLogicalSizeInBytes() - Method in interface com.facebook.presto.common.block.Block
-
Returns the size of the block contents, regardless of internal representation.
- getLogicalSizeInBytes() - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getLogicalSizeInBytes() - Method in class com.facebook.presto.common.block.RowBlock
-
- getLogicalSizeInBytes() - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getLogicalSizeInBytes() - Method in class com.facebook.presto.common.Page
-
- getLong(int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getLong(int, int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getLong(int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getLong(int, int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getLong(int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getLong(int, int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getLong(int) - Method in class com.facebook.presto.common.block.AbstractVariableWidthBlock
-
- getLong(int, int) - Method in class com.facebook.presto.common.block.AbstractVariableWidthBlock
-
- getLong(int) - Method in interface com.facebook.presto.common.block.Block
-
Gets a little endian long in the value at position
.
- getLong(int, int) - Method in interface com.facebook.presto.common.block.Block
-
Gets a little endian long at offset
in the value at position
.
- getLong(int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getLong(int, int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getLong(int, int) - Method in class com.facebook.presto.common.block.Int128ArrayBlock
-
- getLong(int, int) - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
- getLong(int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getLong(int, int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getLong(int) - Method in class com.facebook.presto.common.block.LongArrayBlock
-
- getLong(int) - Method in class com.facebook.presto.common.block.LongArrayBlockBuilder
-
- getLong(int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getLong(int, int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getLong(Block, int) - Method in class com.facebook.presto.common.type.AbstractIntType
-
- getLong(Block, int) - Method in class com.facebook.presto.common.type.AbstractLongType
-
- getLong(Block, int) - Method in class com.facebook.presto.common.type.AbstractType
-
- getLong(Block, int) - Method in class com.facebook.presto.common.type.FunctionType
-
- getLong(Block, int) - Method in class com.facebook.presto.common.type.SmallintType
-
- getLong(Block, int) - Method in class com.facebook.presto.common.type.TinyintType
-
- getLong(Block, int) - Method in interface com.facebook.presto.common.type.Type
-
Gets the value at the block
position
as a long.
- getLong(Block, int) - Method in class com.facebook.presto.common.type.TypeWithName
-
- getLong(Slice, int) - Static method in class com.facebook.presto.common.type.UnscaledDecimal128Arithmetic
-
- getLongEnumMap() - Method in class com.facebook.presto.common.type.TypeParameter
-
- getLongEnumMap() - Method in class com.facebook.presto.common.type.TypeSignatureParameter
-
- getLongLiteral() - Method in class com.facebook.presto.common.type.TypeParameter
-
- getLongLiteral() - Method in class com.facebook.presto.common.type.TypeSignatureParameter
-
- getLongUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getLongUnchecked(int, int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getLongUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getLongUnchecked(int, int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getLongUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getLongUnchecked(int, int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getLongUnchecked(int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getLongUnchecked(int, int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getLongUnchecked(int, int) - Method in class com.facebook.presto.common.block.Int128ArrayBlock
-
- getLongUnchecked(int, int) - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
- getLongUnchecked(int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getLongUnchecked(int, int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getLongUnchecked(int) - Method in class com.facebook.presto.common.block.LongArrayBlock
-
- getLongUnchecked(int) - Method in class com.facebook.presto.common.block.LongArrayBlockBuilder
-
- getLongUnchecked(int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getLongUnchecked(int, int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getLongUnchecked(int) - Method in interface com.facebook.presto.common.block.UncheckedBlock
-
Gets a little endian long value at internalPosition - getOffsetBase()
.
- getLongUnchecked(int, int) - Method in interface com.facebook.presto.common.block.UncheckedBlock
-
Gets a little endian long at offset
in the value at internalPosition - getOffsetBase()
.
- getLongUnchecked(int) - Method in class com.facebook.presto.common.block.VariableWidthBlock
-
- getLongUnchecked(int, int) - Method in class com.facebook.presto.common.block.VariableWidthBlock
-
- getLongUnchecked(int) - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- getLongUnchecked(int, int) - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- getLongUnchecked(UncheckedBlock, int) - Method in class com.facebook.presto.common.type.AbstractIntType
-
- getLongUnchecked(UncheckedBlock, int) - Method in class com.facebook.presto.common.type.AbstractLongType
-
- getLongUnchecked(UncheckedBlock, int) - Method in class com.facebook.presto.common.type.AbstractType
-
- getLongUnchecked(UncheckedBlock, int) - Method in class com.facebook.presto.common.type.FunctionType
-
- getLongUnchecked(UncheckedBlock, int) - Method in class com.facebook.presto.common.type.SmallintType
-
- getLongUnchecked(UncheckedBlock, int) - Method in class com.facebook.presto.common.type.TinyintType
-
- getLongUnchecked(UncheckedBlock, int) - Method in interface com.facebook.presto.common.type.Type
-
Gets the value at the block
internalPosition - offsetBase
as a long
without boundary checks.
- getLongUnchecked(UncheckedBlock, int) - Method in class com.facebook.presto.common.type.TypeWithName
-
- getLow() - Method in class com.facebook.presto.common.predicate.Range
-
- getLowBoundedValue() - Method in class com.facebook.presto.common.predicate.Range
-
- getLowValue() - Method in class com.facebook.presto.common.predicate.Range
-
- getMapIsNull() - Method in class com.facebook.presto.common.block.AbstractMapBlock
-
- getMapIsNull() - Method in class com.facebook.presto.common.block.MapBlock
-
- getMapIsNull() - Method in class com.facebook.presto.common.block.MapBlockBuilder
-
- getMax() - Method in class com.facebook.presto.common.RuntimeMetric
-
- getMaxPageSizeInBytes() - Method in class com.facebook.presto.common.block.BlockBuilderStatus
-
- getMaxPageSizeInBytes() - Method in class com.facebook.presto.common.block.PageBuilderStatus
-
- getMessage() - Method in exception com.facebook.presto.common.GenericInternalException
-
- getMessage() - Method in exception com.facebook.presto.common.InvalidFunctionArgumentException
-
- getMessage() - Method in exception com.facebook.presto.common.NotSupportedException
-
- getMetric(String) - Method in class com.facebook.presto.common.RuntimeStats
-
- getMetrics() - Method in class com.facebook.presto.common.RuntimeStats
-
- getMillis() - Method in class com.facebook.presto.common.type.SqlTime
-
- getMillis() - Method in class com.facebook.presto.common.type.SqlTimestamp
-
- getMillisUtc() - Method in class com.facebook.presto.common.type.SqlTime
-
Deprecated.
- getMillisUtc() - Method in class com.facebook.presto.common.type.SqlTimestamp
-
Deprecated.
- getMillisUtc() - Method in class com.facebook.presto.common.type.SqlTimestampWithTimeZone
-
- getMillisUtc() - Method in class com.facebook.presto.common.type.SqlTimeWithTimeZone
-
- getMin() - Method in class com.facebook.presto.common.RuntimeMetric
-
- getMostSignificantBits() - Method in class com.facebook.presto.common.block.DictionaryId
-
- getName() - Method in class com.facebook.presto.common.block.ArrayBlockEncoding
-
- getName() - Method in interface com.facebook.presto.common.block.BlockEncoding
-
Gets the unique name of this encoding.
- getName() - Method in class com.facebook.presto.common.block.ByteArrayBlockEncoding
-
- getName() - Method in class com.facebook.presto.common.block.DictionaryBlockEncoding
-
- getName() - Method in class com.facebook.presto.common.block.Int128ArrayBlockEncoding
-
- getName() - Method in class com.facebook.presto.common.block.IntArrayBlockEncoding
-
- getName() - Method in class com.facebook.presto.common.block.LazyBlockEncoding
-
- getName() - Method in class com.facebook.presto.common.block.LongArrayBlockEncoding
-
- getName() - Method in class com.facebook.presto.common.block.MapBlockEncoding
-
- getName() - Method in class com.facebook.presto.common.block.RowBlockEncoding
-
- getName() - Method in class com.facebook.presto.common.block.RunLengthBlockEncoding
-
- getName() - Method in class com.facebook.presto.common.block.ShortArrayBlockEncoding
-
- getName() - Method in class com.facebook.presto.common.block.SingleMapBlockEncoding
-
- getName() - Method in class com.facebook.presto.common.block.SingleRowBlockEncoding
-
- getName() - Method in class com.facebook.presto.common.block.VariableWidthBlockEncoding
-
- getName() - Method in class com.facebook.presto.common.RuntimeMetric
-
- getName() - Method in class com.facebook.presto.common.Subfield.NestedField
-
- getName() - Method in class com.facebook.presto.common.type.BigintEnumParametricType
-
- getName() - Method in class com.facebook.presto.common.type.NamedType
-
- getName() - Method in class com.facebook.presto.common.type.NamedTypeSignature
-
- getName() - Method in interface com.facebook.presto.common.type.ParametricType
-
- getName() - Method in class com.facebook.presto.common.type.QuantileDigestParametricType
-
- getName() - Method in class com.facebook.presto.common.type.RowFieldName
-
- getName() - Method in class com.facebook.presto.common.type.RowType.Field
-
- getName() - Method in class com.facebook.presto.common.type.TDigestParametricType
-
- getName() - Method in class com.facebook.presto.common.type.TypeWithName
-
- getName() - Method in class com.facebook.presto.common.type.VarcharEnumParametricType
-
- getNamedType() - Method in class com.facebook.presto.common.type.TypeParameter
-
- getNamedTypeSignature() - Method in class com.facebook.presto.common.type.TypeSignatureParameter
-
- getNullableSingleValue() - Method in class com.facebook.presto.common.predicate.Domain
-
- getNullCheckBlock() - Method in class com.facebook.presto.common.block.ColumnarArray
-
- getNullCheckBlock() - Method in class com.facebook.presto.common.block.ColumnarMap
-
- getNullCheckBlock() - Method in class com.facebook.presto.common.block.ColumnarRow
-
- getNum128Integers(int) - Static method in class com.facebook.presto.common.block.BlockUtil
-
- getObject(Block, int) - Method in class com.facebook.presto.common.type.AbstractType
-
- getObject(Block, int) - Method in class com.facebook.presto.common.type.ArrayType
-
- getObject() - Method in class com.facebook.presto.common.type.DecimalParseResult
-
- getObject(Block, int) - Method in class com.facebook.presto.common.type.FunctionType
-
- getObject(Block, int) - Method in class com.facebook.presto.common.type.MapType
-
- getObject(Block, int) - Method in class com.facebook.presto.common.type.RowType
-
- getObject(Block, int) - Method in interface com.facebook.presto.common.type.Type
-
Gets the value at the block
position
as an Object.
- getObject(Block, int) - Method in class com.facebook.presto.common.type.TypeWithName
-
- getObjectName() - Method in class com.facebook.presto.common.QualifiedObjectName
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.AbstractVarcharType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.ArrayType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.BigintEnumType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.BigintType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.BooleanType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.CharType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.DateType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.DoubleType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.FunctionType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.HyperLogLogType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.IntegerType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.JsonType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.KdbTreeType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.MapType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.P4HyperLogLogType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.RealType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.RowType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.SmallintType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.StatisticalDigestType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.TimestampType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.TimestampWithTimeZoneType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.TimeType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.TimeWithTimeZoneType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.TinyintType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in interface com.facebook.presto.common.type.Type
-
Gets an object representation of the type value in the block
position
.
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.TypeWithName
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.UnknownType
-
- getObjectValue(SqlFunctionProperties, Block, int) - Method in class com.facebook.presto.common.type.VarbinaryType
-
- getOffset(int) - Method in class com.facebook.presto.common.block.ColumnarArray
-
- getOffset(int) - Method in class com.facebook.presto.common.block.ColumnarMap
-
- getOffset(int) - Method in class com.facebook.presto.common.block.ColumnarRow
-
- getOffset() - Method in class com.facebook.presto.common.block.SingleMapBlock
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.AbstractArrayBlock
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.AbstractMapBlock
-
offset is entry-based, not position-based.
- getOffsetBase() - Method in class com.facebook.presto.common.block.AbstractRowBlock
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.ArrayBlock
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.ArrayBlockBuilder
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.ByteArrayBlock
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.ByteArrayBlockBuilder
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.Int128ArrayBlock
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.IntArrayBlock
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.IntArrayBlockBuilder
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.LazyBlock
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.LongArrayBlock
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.LongArrayBlockBuilder
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.MapBlock
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.MapBlockBuilder
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.RowBlock
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.RowBlockBuilder
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.ShortArrayBlock
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.ShortArrayBlockBuilder
-
- getOffsetBase() - Method in interface com.facebook.presto.common.block.UncheckedBlock
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.VariableWidthBlock
-
- getOffsetBase() - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- getOffsets() - Method in class com.facebook.presto.common.block.AbstractArrayBlock
-
- getOffsets() - Method in class com.facebook.presto.common.block.AbstractMapBlock
-
offset is entry-based, not position-based.
- getOffsets() - Method in class com.facebook.presto.common.block.ArrayBlock
-
- getOffsets() - Method in class com.facebook.presto.common.block.ArrayBlockBuilder
-
- getOffsets() - Method in class com.facebook.presto.common.block.MapBlock
-
- getOffsets() - Method in class com.facebook.presto.common.block.MapBlockBuilder
-
- getOperator() - Method in enum com.facebook.presto.common.function.OperatorType
-
- getOrderedRanges() - Method in interface com.facebook.presto.common.predicate.Ranges
-
- getOrderedRanges() - Method in class com.facebook.presto.common.predicate.SortedRangeSet
-
- getParameterizedType(String, List<TypeSignatureParameter>) - Method in interface com.facebook.presto.common.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.common.type.TypeSignature
-
- getParametrizedVarcharSignature(String) - Static method in class com.facebook.presto.common.type.VarcharType
-
- getPath() - Method in class com.facebook.presto.common.Subfield
-
- getPhysicalTypeSignature() - Method in class com.facebook.presto.common.type.UserDefinedType
-
- getPositionCount() - Method in class com.facebook.presto.common.block.ArrayBlock
-
- getPositionCount() - Method in class com.facebook.presto.common.block.ArrayBlockBuilder
-
- getPositionCount() - Method in interface com.facebook.presto.common.block.Block
-
Returns the number of positions in this block.
- getPositionCount() - Method in class com.facebook.presto.common.block.ByteArrayBlock
-
- getPositionCount() - Method in class com.facebook.presto.common.block.ByteArrayBlockBuilder
-
- getPositionCount() - Method in class com.facebook.presto.common.block.ColumnarArray
-
- getPositionCount() - Method in class com.facebook.presto.common.block.ColumnarMap
-
- getPositionCount() - Method in class com.facebook.presto.common.block.ColumnarRow
-
- getPositionCount() - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getPositionCount() - Method in class com.facebook.presto.common.block.Int128ArrayBlock
-
- getPositionCount() - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
- getPositionCount() - Method in class com.facebook.presto.common.block.IntArrayBlock
-
- getPositionCount() - Method in class com.facebook.presto.common.block.IntArrayBlockBuilder
-
- getPositionCount() - Method in class com.facebook.presto.common.block.LazyBlock
-
- getPositionCount() - Method in class com.facebook.presto.common.block.LongArrayBlock
-
- getPositionCount() - Method in class com.facebook.presto.common.block.LongArrayBlockBuilder
-
- getPositionCount() - Method in class com.facebook.presto.common.block.MapBlock
-
- getPositionCount() - Method in class com.facebook.presto.common.block.MapBlockBuilder
-
- getPositionCount() - Method in class com.facebook.presto.common.block.RowBlock
-
- getPositionCount() - Method in class com.facebook.presto.common.block.RowBlockBuilder
-
- getPositionCount() - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getPositionCount() - Method in class com.facebook.presto.common.block.ShortArrayBlock
-
- getPositionCount() - Method in class com.facebook.presto.common.block.ShortArrayBlockBuilder
-
- getPositionCount() - Method in class com.facebook.presto.common.block.SingleArrayBlockWriter
-
- getPositionCount() - Method in class com.facebook.presto.common.block.SingleMapBlock
-
- getPositionCount() - Method in class com.facebook.presto.common.block.SingleMapBlockWriter
-
- getPositionCount() - Method in class com.facebook.presto.common.block.SingleRowBlock
-
- getPositionCount() - Method in class com.facebook.presto.common.block.SingleRowBlockWriter
-
- getPositionCount() - Method in class com.facebook.presto.common.block.VariableWidthBlock
-
- getPositionCount() - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- getPositionCount() - Method in class com.facebook.presto.common.Page
-
- getPositionCount() - Method in class com.facebook.presto.common.PageBuilder
-
- getPositionInMap() - Method in class com.facebook.presto.common.block.SingleMapBlock
-
- getPositionOffset(int) - Method in class com.facebook.presto.common.block.AbstractVariableWidthBlock
-
- getPositionOffset(int) - Method in class com.facebook.presto.common.block.VariableWidthBlock
-
- getPositionOffset(int) - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- getPositions(int[], int, int) - Method in interface com.facebook.presto.common.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.common.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.common.block.DictionaryBlock
-
- getPositions(int[], int, int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getPositions(int[], int, int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getPositions(int[], int, int) - Method in class com.facebook.presto.common.Page
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.AbstractArrayBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.AbstractMapBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.AbstractRowBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in interface com.facebook.presto.common.block.Block
-
Returns the size of of all positions marked true in the positions array.
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.ByteArrayBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.ByteArrayBlockBuilder
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.Int128ArrayBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.IntArrayBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.IntArrayBlockBuilder
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.LongArrayBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.LongArrayBlockBuilder
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.ShortArrayBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.ShortArrayBlockBuilder
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.VariableWidthBlock
-
- getPositionsSizeInBytes(boolean[]) - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- getPrecision() - Method in class com.facebook.presto.common.type.DecimalType
-
- getPrecision() - Method in class com.facebook.presto.common.type.SqlDecimal
-
- getPrintableValue(SqlFunctionProperties) - Method in class com.facebook.presto.common.predicate.Marker
-
- getRangeCount() - Method in interface com.facebook.presto.common.predicate.Ranges
-
- getRangeCount() - Method in class com.facebook.presto.common.predicate.SortedRangeSet
-
- getRanges() - Method in class com.facebook.presto.common.predicate.SortedRangeSet
-
- getRanges() - Method in interface com.facebook.presto.common.predicate.ValueSet
-
- getRawElementBlock() - Method in class com.facebook.presto.common.block.AbstractArrayBlock
-
- getRawElementBlock() - Method in class com.facebook.presto.common.block.ArrayBlock
-
- getRawElementBlock() - Method in class com.facebook.presto.common.block.ArrayBlockBuilder
-
- getRawFieldBlock(int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getRawFieldBlock(int) - Method in class com.facebook.presto.common.block.SingleRowBlock
-
- getRawFieldBlock(int) - Method in class com.facebook.presto.common.block.SingleRowBlockWriter
-
- getRawFieldBlocks() - Method in class com.facebook.presto.common.block.AbstractRowBlock
-
- getRawFieldBlocks() - Method in class com.facebook.presto.common.block.RowBlock
-
- getRawFieldBlocks() - Method in class com.facebook.presto.common.block.RowBlockBuilder
-
- getRawKeyBlock() - Method in class com.facebook.presto.common.block.AbstractMapBlock
-
- getRawKeyBlock() - Method in class com.facebook.presto.common.block.MapBlock
-
- getRawKeyBlock() - Method in class com.facebook.presto.common.block.MapBlockBuilder
-
- getRawSlice(int) - Method in class com.facebook.presto.common.block.AbstractVariableWidthBlock
-
- getRawSlice(int) - Method in class com.facebook.presto.common.block.VariableWidthBlock
-
- getRawSlice(int) - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- getRawValueBlock() - Method in class com.facebook.presto.common.block.AbstractMapBlock
-
- getRawValueBlock() - Method in class com.facebook.presto.common.block.MapBlock
-
- getRawValueBlock() - Method in class com.facebook.presto.common.block.MapBlockBuilder
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.AbstractArrayBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.AbstractMapBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.AbstractRowBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getRegion(int, int) - Method in interface com.facebook.presto.common.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.common.block.ByteArrayBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.ByteArrayBlockBuilder
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.Int128ArrayBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.IntArrayBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.IntArrayBlockBuilder
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.LongArrayBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.LongArrayBlockBuilder
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.ShortArrayBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.ShortArrayBlockBuilder
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.VariableWidthBlock
-
- getRegion(int, int) - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- getRegion(int, int) - Method in class com.facebook.presto.common.Page
-
- getRegionLogicalSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.AbstractArrayBlock
-
- getRegionLogicalSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.AbstractMapBlock
-
- getRegionLogicalSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.AbstractRowBlock
-
- getRegionLogicalSizeInBytes(int, int) - Method in interface com.facebook.presto.common.block.Block
-
Returns the size of block.getRegion(position, length)
.
- getRegionLogicalSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getRegionLogicalSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.AbstractArrayBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.AbstractMapBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.AbstractRowBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getRegionSizeInBytes(int, int) - Method in interface com.facebook.presto.common.block.Block
-
Returns the size of block.getRegion(position, length)
.
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.ByteArrayBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.ByteArrayBlockBuilder
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.Int128ArrayBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.IntArrayBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.IntArrayBlockBuilder
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.LongArrayBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.LongArrayBlockBuilder
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.ShortArrayBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.ShortArrayBlockBuilder
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.VariableWidthBlock
-
- getRegionSizeInBytes(int, int) - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- getResult() - Method in class com.facebook.presto.common.function.SqlFunctionResult
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.AbstractMapBlock.HashTables
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.ArrayBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.ArrayBlockBuilder
-
- getRetainedSizeInBytes() - Method in interface com.facebook.presto.common.block.Block
-
Returns the retained size of this block in memory, including over-allocations.
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.ByteArrayBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.ByteArrayBlockBuilder
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.ColumnarArray
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.ColumnarMap
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.ColumnarRow
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.Int128ArrayBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.IntArrayBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.IntArrayBlockBuilder
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.LazyBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.LongArrayBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.LongArrayBlockBuilder
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.MapBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.MapBlockBuilder
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.RowBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.RowBlockBuilder
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.ShortArrayBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.ShortArrayBlockBuilder
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.SingleArrayBlockWriter
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.SingleMapBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.SingleMapBlockWriter
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.SingleRowBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.SingleRowBlockWriter
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.VariableWidthBlock
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- getRetainedSizeInBytes() - Method in interface com.facebook.presto.common.io.DataSink
-
Gets the size of the memory buffers.
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.io.OutputStreamDataSink
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.Page
-
- getRetainedSizeInBytes() - Method in class com.facebook.presto.common.PageBuilder
-
- getReturnType() - Method in class com.facebook.presto.common.type.FunctionType
-
- getRootName() - Method in class com.facebook.presto.common.Subfield
-
- getRowIndex() - Method in class com.facebook.presto.common.block.SingleRowBlock
-
- getRowIsNull() - Method in class com.facebook.presto.common.block.AbstractRowBlock
-
- getRowIsNull() - Method in class com.facebook.presto.common.block.RowBlock
-
- getRowIsNull() - Method in class com.facebook.presto.common.block.RowBlockBuilder
-
- getScale() - Method in class com.facebook.presto.common.type.DecimalType
-
- getScale() - Method in class com.facebook.presto.common.type.SqlDecimal
-
- getSchemaName() - Method in class com.facebook.presto.common.CatalogSchemaName
-
- getSchemaName() - Method in class com.facebook.presto.common.QualifiedObjectName
-
- getSequenceId() - Method in class com.facebook.presto.common.block.DictionaryId
-
- getSerializable() - Method in class com.facebook.presto.common.predicate.NullableValue
-
Deprecated.
- getSessionLocale() - Method in class com.facebook.presto.common.function.SqlFunctionProperties
-
- getSessionStartTime() - Method in class com.facebook.presto.common.function.SqlFunctionProperties
-
- getSessionTimeZoneKey() - Method in class com.facebook.presto.common.type.SqlTime
-
Deprecated.
- getSessionTimeZoneKey() - Method in class com.facebook.presto.common.type.SqlTimestamp
-
Deprecated.
- getSessionUser() - Method in class com.facebook.presto.common.function.SqlFunctionProperties
-
- getShort(int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getShort(int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getShort(int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getShort(int) - Method in class com.facebook.presto.common.block.AbstractVariableWidthBlock
-
- getShort(int) - Method in interface com.facebook.presto.common.block.Block
-
Gets a little endian short at in the value at position
.
- getShort(int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getShort(int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getShort(int) - Method in class com.facebook.presto.common.block.LongArrayBlock
-
Deprecated.
- getShort(int) - Method in class com.facebook.presto.common.block.LongArrayBlockBuilder
-
Deprecated.
- getShort(int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getShort(int) - Method in class com.facebook.presto.common.block.ShortArrayBlock
-
- getShort(int) - Method in class com.facebook.presto.common.block.ShortArrayBlockBuilder
-
- getShortUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getShortUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getShortUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getShortUnchecked(int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getShortUnchecked(int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getShortUnchecked(int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getShortUnchecked(int) - Method in class com.facebook.presto.common.block.ShortArrayBlock
-
- getShortUnchecked(int) - Method in class com.facebook.presto.common.block.ShortArrayBlockBuilder
-
- getShortUnchecked(int) - Method in interface com.facebook.presto.common.block.UncheckedBlock
-
Gets a little endian short at value at internalPosition - getOffsetBase()
.
- getShortUnchecked(int) - Method in class com.facebook.presto.common.block.VariableWidthBlock
-
- getShortUnchecked(int) - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- getSingleValue() - Method in class com.facebook.presto.common.predicate.AllOrNoneValueSet
-
- getSingleValue() - Method in class com.facebook.presto.common.predicate.Domain
-
- getSingleValue() - Method in class com.facebook.presto.common.predicate.EquatableValueSet
-
- getSingleValue() - Method in class com.facebook.presto.common.predicate.Range
-
- getSingleValue() - Method in class com.facebook.presto.common.predicate.SortedRangeSet
-
- getSingleValue() - Method in interface com.facebook.presto.common.predicate.ValueSet
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.AbstractRowBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.AbstractVariableWidthBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.ArrayBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.ArrayBlockBuilder
-
- getSingleValueBlock(int) - Method in interface com.facebook.presto.common.block.Block
-
Gets the value at the specified position as a single element block.
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.ByteArrayBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.ByteArrayBlockBuilder
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.Int128ArrayBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.IntArrayBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.IntArrayBlockBuilder
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.LongArrayBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.LongArrayBlockBuilder
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.MapBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.MapBlockBuilder
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.ShortArrayBlock
-
- getSingleValueBlock(int) - Method in class com.facebook.presto.common.block.ShortArrayBlockBuilder
-
- getSingleValueBlockInternal(int) - Method in class com.facebook.presto.common.block.AbstractArrayBlock
-
- getSingleValueBlockInternal(int) - Method in class com.facebook.presto.common.block.AbstractMapBlock
-
- getSingleValuePage(int) - Method in class com.facebook.presto.common.Page
-
Gets the values at the specified position as a single element page.
- getSizeInBytes() - Method in class com.facebook.presto.common.block.ArrayBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.ArrayBlockBuilder
-
- getSizeInBytes() - Method in interface com.facebook.presto.common.block.Block
-
Returns the size of this block as if it was compacted, ignoring any over-allocations.
- getSizeInBytes() - Method in class com.facebook.presto.common.block.ByteArrayBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.ByteArrayBlockBuilder
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.Int128ArrayBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.IntArrayBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.IntArrayBlockBuilder
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.LazyBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.LongArrayBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.LongArrayBlockBuilder
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.MapBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.MapBlockBuilder
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.PageBuilderStatus
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.RowBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.RowBlockBuilder
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.ShortArrayBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.ShortArrayBlockBuilder
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.SingleArrayBlockWriter
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.SingleMapBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.SingleMapBlockWriter
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.SingleRowBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.SingleRowBlockWriter
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.VariableWidthBlock
-
- getSizeInBytes() - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- getSizeInBytes() - Method in class com.facebook.presto.common.Page
-
- getSizeInBytes() - Method in class com.facebook.presto.common.PageBuilder
-
- getSlice(int, int, int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getSlice(int, int, int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getSlice(int, int, int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getSlice(int, int, int) - Method in class com.facebook.presto.common.block.AbstractVariableWidthBlock
-
- getSlice(int, int, int) - Method in interface com.facebook.presto.common.block.Block
-
Gets a slice at offset
in the value at position
.
- getSlice(int, int, int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getSlice(int, int, int) - Method in class com.facebook.presto.common.block.Int128ArrayBlock
-
Get the Slice starting at this.positionOffset + offset
in the value at position
with length
bytes.
- getSlice(int, int, int) - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
Get the Slice starting at this.positionOffset + offset
in the value at position
with length
bytes.
- getSlice(int, int, int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getSlice(int, int, int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getSlice(Block, int) - Method in class com.facebook.presto.common.type.AbstractIntType
-
- getSlice(Block, int) - Method in class com.facebook.presto.common.type.AbstractLongType
-
- getSlice(Block, int) - Method in class com.facebook.presto.common.type.AbstractType
-
- getSlice(Block, int) - Method in class com.facebook.presto.common.type.AbstractVarcharType
-
- getSlice(Block, int) - Method in class com.facebook.presto.common.type.ArrayType
-
- getSlice(Block, int) - Method in class com.facebook.presto.common.type.CharType
-
- getSlice(Block, int) - Method in class com.facebook.presto.common.type.FunctionType
-
- getSlice(Block, int) - Method in class com.facebook.presto.common.type.HyperLogLogType
-
- getSlice(Block, int) - Method in class com.facebook.presto.common.type.JsonType
-
- getSlice(Block, int) - Method in class com.facebook.presto.common.type.P4HyperLogLogType
-
- getSlice(Block, int) - Method in class com.facebook.presto.common.type.StatisticalDigestType
-
- getSlice(Block, int) - Method in interface com.facebook.presto.common.type.Type
-
Gets the value at the block
position
as a Slice.
- getSlice(Block, int) - Method in class com.facebook.presto.common.type.TypeWithName
-
- getSlice(Block, int) - Method in class com.facebook.presto.common.type.VarbinaryType
-
- getSliceLength(int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getSliceLength(int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getSliceLength(int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getSliceLength(int) - Method in interface com.facebook.presto.common.block.Block
-
Gets the length of the value at the position
.
- getSliceLength(int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getSliceLength(int) - Method in class com.facebook.presto.common.block.Int128ArrayBlock
-
- getSliceLength(int) - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
- getSliceLength(int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getSliceLength(int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getSliceLength(int) - Method in class com.facebook.presto.common.block.VariableWidthBlock
-
- getSliceLength(int) - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- getSliceLengthUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getSliceLengthUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getSliceLengthUnchecked(int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getSliceLengthUnchecked(int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getSliceLengthUnchecked(int) - Method in class com.facebook.presto.common.block.Int128ArrayBlock
-
- getSliceLengthUnchecked(int) - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
- getSliceLengthUnchecked(int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getSliceLengthUnchecked(int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getSliceLengthUnchecked(int) - Method in interface com.facebook.presto.common.block.UncheckedBlock
-
Gets the length of the slice value at internalPosition - getOffsetBase()
.
- getSliceLengthUnchecked(int) - Method in class com.facebook.presto.common.block.VariableWidthBlock
-
- getSliceLengthUnchecked(int) - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- getSliceUnchecked(int, int, int) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- getSliceUnchecked(int, int, int) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- getSliceUnchecked(int, int, int) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- getSliceUnchecked(int, int, int) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- getSliceUnchecked(int, int, int) - Method in class com.facebook.presto.common.block.Int128ArrayBlock
-
Get the Slice starting at offset
in the value at internalPosition
with length
bytes.
- getSliceUnchecked(int, int, int) - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
Get the Slice starting at offset
in the value at internalPosition
with length
bytes.
- getSliceUnchecked(int, int, int) - Method in class com.facebook.presto.common.block.LazyBlock
-
- getSliceUnchecked(int, int, int) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getSliceUnchecked(int, int, int) - Method in interface com.facebook.presto.common.block.UncheckedBlock
-
Gets a slice with offset offset
at internalPosition - getOffsetBase()
.
- getSliceUnchecked(int, int, int) - Method in class com.facebook.presto.common.block.VariableWidthBlock
-
- getSliceUnchecked(int, int, int) - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- getSliceUnchecked(Block, int) - Method in class com.facebook.presto.common.type.AbstractType
-
- getSliceUnchecked(Block, int) - Method in class com.facebook.presto.common.type.AbstractVarcharType
-
- getSliceUnchecked(Block, int) - Method in class com.facebook.presto.common.type.FunctionType
-
- getSliceUnchecked(Block, int) - Method in interface com.facebook.presto.common.type.Type
-
Gets the value at the block
position
as a Slice
without boundary checks
- getSliceUnchecked(Block, int) - Method in class com.facebook.presto.common.type.TypeWithName
-
- getSpan() - Method in interface com.facebook.presto.common.predicate.Ranges
-
- getSpan() - Method in class com.facebook.presto.common.predicate.SortedRangeSet
-
- getStandardTypeBase() - Method in class com.facebook.presto.common.type.TypeSignatureBase
-
- getStandardTypeSignature() - Method in class com.facebook.presto.common.type.TypeSignature
-
- getSum() - Method in class com.facebook.presto.common.RuntimeMetric
-
- getTimeZoneKey() - Method in class com.facebook.presto.common.function.SqlFunctionProperties
-
- getTimeZoneKey() - Method in class com.facebook.presto.common.type.SqlTimestampWithTimeZone
-
- getTimeZoneKey() - Method in class com.facebook.presto.common.type.SqlTimeWithTimeZone
-
- getTimeZoneKey(short) - Static method in class com.facebook.presto.common.type.TimeZoneKey
-
- getTimeZoneKey(String) - Static method in class com.facebook.presto.common.type.TimeZoneKey
-
- getTimeZoneKeyForOffset(long) - Static method in class com.facebook.presto.common.type.TimeZoneKey
-
- getTimeZoneKeys() - Static method in class com.facebook.presto.common.type.TimeZoneKey
-
- getType(int) - Method in class com.facebook.presto.common.PageBuilder
-
- getType() - Method in class com.facebook.presto.common.predicate.AllOrNoneValueSet
-
- getType() - Method in class com.facebook.presto.common.predicate.Domain
-
- getType() - Method in class com.facebook.presto.common.predicate.EquatableValueSet
-
- getType() - Method in class com.facebook.presto.common.predicate.EquatableValueSet.ValueEntry
-
- getType() - Method in class com.facebook.presto.common.predicate.Marker
-
- getType() - Method in class com.facebook.presto.common.predicate.NullableValue
-
Deprecated.
- getType() - Method in class com.facebook.presto.common.predicate.NullableValue.Serializable
-
Deprecated.
- getType() - Method in class com.facebook.presto.common.predicate.Range
-
- getType() - Method in class com.facebook.presto.common.predicate.SortedRangeSet
-
- getType() - Method in interface com.facebook.presto.common.predicate.ValueSet
-
- getType() - Method in class com.facebook.presto.common.type.DecimalParseResult
-
- getType() - Method in class com.facebook.presto.common.type.NamedType
-
- getType(List<TypeParameter>) - Method in class com.facebook.presto.common.type.QuantileDigestParametricType
-
- getType() - Method in class com.facebook.presto.common.type.RowType.Field
-
- getType(List<TypeParameter>) - Method in class com.facebook.presto.common.type.StatisticalDigestParametricType
-
- getType(List<TypeParameter>) - Method in class com.facebook.presto.common.type.TDigestParametricType
-
- getType(TypeSignature) - Method in interface com.facebook.presto.common.type.TypeManager
-
Gets the type with the specified signature, or null if not found.
- getType() - Method in class com.facebook.presto.common.type.TypeParameter
-
- getType() - Method in class com.facebook.presto.common.type.TypeWithName
-
- getTypeName() - Method in class com.facebook.presto.common.type.BigintEnumType.LongEnumMap
-
- getTypeName() - Method in class com.facebook.presto.common.type.TypeSignatureBase
-
- getTypeName() - Method in class com.facebook.presto.common.type.VarcharEnumType.VarcharEnumMap
-
- getTypeParameters() - Method in class com.facebook.presto.common.type.AbstractType
-
- getTypeParameters() - Method in class com.facebook.presto.common.type.ArrayType
-
- getTypeParameters() - Method in class com.facebook.presto.common.type.FunctionType
-
- getTypeParameters() - Method in class com.facebook.presto.common.type.MapType
-
- getTypeParameters() - Method in class com.facebook.presto.common.type.RowType
-
- getTypeParameters() - Method in class com.facebook.presto.common.type.StatisticalDigestType
-
- getTypeParameters() - Method in interface com.facebook.presto.common.type.Type
-
For parameterized types returns the list of parameters.
- getTypeParameters() - Method in class com.facebook.presto.common.type.TypeWithName
-
- getTypeParametersAsTypeSignatures() - Method in class com.facebook.presto.common.type.TypeSignature
-
- getTypeSignature() - Method in class com.facebook.presto.common.type.AbstractType
-
- getTypeSignature() - Method in class com.facebook.presto.common.type.FunctionType
-
- getTypeSignature() - Method in class com.facebook.presto.common.type.NamedTypeSignature
-
- getTypeSignature() - Method in interface com.facebook.presto.common.type.Type
-
Gets the name of this type which must be case insensitive globally unique.
- getTypeSignature() - Method in class com.facebook.presto.common.type.TypeSignatureParameter
-
- getTypeSignature() - Method in class com.facebook.presto.common.type.TypeWithName
-
- getTypeSignatureBase() - Method in interface com.facebook.presto.common.type.ParametricType
-
- getTypeSignatureBase() - Method in class com.facebook.presto.common.type.TypeSignature
-
- getTypeSignatureOrNamedTypeSignature() - Method in class com.facebook.presto.common.type.TypeSignatureParameter
-
- getUnscaledValue() - Method in class com.facebook.presto.common.type.SqlDecimal
-
- getUserDefinedTypeName() - Method in class com.facebook.presto.common.type.UserDefinedType
-
- getValue() - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- getValue() - Method in class com.facebook.presto.common.predicate.EquatableValueSet.ValueEntry
-
- getValue() - Method in class com.facebook.presto.common.predicate.Marker
-
- getValue() - Method in class com.facebook.presto.common.predicate.NullableValue
-
Deprecated.
- getValue(ParameterKind, Class<A>) - Method in class com.facebook.presto.common.type.TypeParameter
-
- getValueBlock() - Method in class com.facebook.presto.common.block.SingleMapBlock
-
- getValueBlock() - Method in class com.facebook.presto.common.predicate.Marker
-
- getValueIsNull() - Method in class com.facebook.presto.common.block.AbstractArrayBlock
-
- getValueIsNull() - Method in class com.facebook.presto.common.block.ArrayBlock
-
- getValueIsNull() - Method in class com.facebook.presto.common.block.ArrayBlockBuilder
-
- getValues() - Method in interface com.facebook.presto.common.predicate.DiscreteValues
-
- getValues() - Method in class com.facebook.presto.common.predicate.Domain
-
- getValues() - Method in class com.facebook.presto.common.predicate.EquatableValueSet
-
- getValuesBlock() - Method in class com.facebook.presto.common.block.ColumnarMap
-
- getValuesProcessor() - Method in class com.facebook.presto.common.predicate.AllOrNoneValueSet
-
- getValuesProcessor() - Method in class com.facebook.presto.common.predicate.EquatableValueSet
-
- getValuesProcessor() - Method in class com.facebook.presto.common.predicate.SortedRangeSet
-
- getValuesProcessor() - Method in interface com.facebook.presto.common.predicate.ValueSet
-
- getValueType() - Method in class com.facebook.presto.common.type.BigintEnumType
-
- getValueType() - Method in interface com.facebook.presto.common.type.EnumType
-
- getValueType() - Method in class com.facebook.presto.common.type.MapType
-
- getValueType() - Method in class com.facebook.presto.common.type.VarcharEnumType
-
- getVarcharEnumMap() - Method in class com.facebook.presto.common.type.TypeParameter
-
- getVarcharEnumMap() - Method in class com.facebook.presto.common.type.TypeSignatureParameter
-
- getVariable() - Method in class com.facebook.presto.common.type.TypeParameter
-
- getVariable() - Method in class com.facebook.presto.common.type.TypeSignatureParameter
-
- getZoneId() - Method in exception com.facebook.presto.common.type.TimeZoneNotSupportedException
-
- greaterAdjacent() - Method in class com.facebook.presto.common.predicate.Marker
-
- greaterThan(Type, Object) - Static method in class com.facebook.presto.common.predicate.Range
-
- greaterThanOrEqual(Type, Object) - Static method in class com.facebook.presto.common.predicate.Range
-
- withColumnDomains(Map<T, Domain>) - Static method in class com.facebook.presto.common.predicate.TupleDomain
-
- withDefaultFieldNames(List<Type>) - Static method in class com.facebook.presto.common.type.RowType
-
- withMaxPageSize(int, List<? extends Type>) - Static method in class com.facebook.presto.common.PageBuilder
-
- wrap(Class<T>) - Static method in class com.facebook.presto.common.predicate.Primitives
-
Returns the corresponding wrapper type of type
if it is a primitive
type; otherwise returns type
itself.
- wrapBlocksWithoutCopy(int, Block[]) - Static method in class com.facebook.presto.common.Page
-
Visible to give trusted classes like
PageBuilder
access to a constructor that doesn't
defensively copy the blocks
- write(List<DataOutput>) - Method in interface com.facebook.presto.common.io.DataSink
-
Write a batch of data.
- write(List<DataOutput>) - Method in class com.facebook.presto.common.io.OutputStreamDataSink
-
- writeBigDecimal(DecimalType, BlockBuilder, BigDecimal) - Static method in class com.facebook.presto.common.type.Decimals
-
- writeBlock(BlockEncodingSerde, SliceOutput, Block) - Method in class com.facebook.presto.common.block.ArrayBlockEncoding
-
- writeBlock(BlockEncodingSerde, SliceOutput, Block) - Method in interface com.facebook.presto.common.block.BlockEncoding
-
Write the specified block to the specified output
- writeBlock(SliceOutput, Block) - Method in class com.facebook.presto.common.block.BlockEncodingManager
-
- writeBlock(SliceOutput, Block) - Method in interface com.facebook.presto.common.block.BlockEncodingSerde
-
Write a blockEncoding to the output.
- writeBlock(BlockEncodingSerde, SliceOutput, Block) - Static method in class com.facebook.presto.common.block.BlockSerdeUtil
-
- writeBlock(BlockEncodingSerde, SliceOutput, Block) - Method in class com.facebook.presto.common.block.ByteArrayBlockEncoding
-
- writeBlock(BlockEncodingSerde, SliceOutput, Block) - Method in class com.facebook.presto.common.block.DictionaryBlockEncoding
-
- writeBlock(BlockEncodingSerde, SliceOutput, Block) - Method in class com.facebook.presto.common.block.Int128ArrayBlockEncoding
-
- writeBlock(BlockEncodingSerde, SliceOutput, Block) - Method in class com.facebook.presto.common.block.IntArrayBlockEncoding
-
- writeBlock(BlockEncodingSerde, SliceOutput, Block) - Method in class com.facebook.presto.common.block.LazyBlockEncoding
-
- writeBlock(BlockEncodingSerde, SliceOutput, Block) - Method in class com.facebook.presto.common.block.LongArrayBlockEncoding
-
- writeBlock(BlockEncodingSerde, SliceOutput, Block) - Method in class com.facebook.presto.common.block.MapBlockEncoding
-
- writeBlock(BlockEncodingSerde, SliceOutput, Block) - Method in class com.facebook.presto.common.block.RowBlockEncoding
-
- writeBlock(BlockEncodingSerde, SliceOutput, Block) - Method in class com.facebook.presto.common.block.RunLengthBlockEncoding
-
- writeBlock(BlockEncodingSerde, SliceOutput, Block) - Method in class com.facebook.presto.common.block.ShortArrayBlockEncoding
-
- writeBlock(BlockEncodingSerde, SliceOutput, Block) - Method in class com.facebook.presto.common.block.SingleMapBlockEncoding
-
- writeBlock(BlockEncodingSerde, SliceOutput, Block) - Method in class com.facebook.presto.common.block.SingleRowBlockEncoding
-
- writeBlock(BlockEncodingSerde, SliceOutput, Block) - Method in class com.facebook.presto.common.block.VariableWidthBlockEncoding
-
- writeBoolean(BlockBuilder, boolean) - Method in class com.facebook.presto.common.type.AbstractType
-
- writeBoolean(BlockBuilder, boolean) - Method in class com.facebook.presto.common.type.BooleanType
-
- writeBoolean(BlockBuilder, boolean) - Method in class com.facebook.presto.common.type.FunctionType
-
- writeBoolean(BlockBuilder, boolean) - Method in interface com.facebook.presto.common.type.Type
-
Writes the boolean value into the BlockBuilder
.
- writeBoolean(BlockBuilder, boolean) - Method in class com.facebook.presto.common.type.TypeWithName
-
- writeBoolean(BlockBuilder, boolean) - Method in class com.facebook.presto.common.type.UnknownType
-
Deprecated.
- writeByte(int) - Method in interface com.facebook.presto.common.block.BlockBuilder
-
Write a byte to the current entry;
- writeByte(int) - Method in class com.facebook.presto.common.block.ByteArrayBlockBuilder
-
- writeByte(int) - Method in class com.facebook.presto.common.block.SingleArrayBlockWriter
-
- writeByte(int) - Method in class com.facebook.presto.common.block.SingleMapBlockWriter
-
- writeByte(int) - Method in class com.facebook.presto.common.block.SingleRowBlockWriter
-
- writeByte(int) - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- writeBytes(Slice, int, int) - Method in interface com.facebook.presto.common.block.BlockBuilder
-
Write a byte sequences to the current entry;
- writeBytes(Slice, int, int) - Method in class com.facebook.presto.common.block.SingleArrayBlockWriter
-
- writeBytes(Slice, int, int) - Method in class com.facebook.presto.common.block.SingleMapBlockWriter
-
- writeBytes(Slice, int, int) - Method in class com.facebook.presto.common.block.SingleRowBlockWriter
-
- writeBytes(Slice, int, int) - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- writeBytesTo(int, int, int, BlockBuilder) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- writeBytesTo(int, int, int, BlockBuilder) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- writeBytesTo(int, int, int, BlockBuilder) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- writeBytesTo(int, int, int, BlockBuilder) - Method in class com.facebook.presto.common.block.AbstractVariableWidthBlock
-
- writeBytesTo(int, int, int, BlockBuilder) - Method in interface com.facebook.presto.common.block.Block
-
Appends the byte sequences at offset
in the value at position
to blockBuilder
.
- writeBytesTo(int, int, int, BlockBuilder) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- writeBytesTo(int, int, int, BlockBuilder) - Method in class com.facebook.presto.common.block.LazyBlock
-
- writeBytesTo(int, int, int, BlockBuilder) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- writeData(SliceOutput) - Method in interface com.facebook.presto.common.io.DataOutput
-
Writes data to the output.
- writeDouble(BlockBuilder, double) - Method in class com.facebook.presto.common.type.AbstractType
-
- writeDouble(BlockBuilder, double) - Method in class com.facebook.presto.common.type.DoubleType
-
- writeDouble(BlockBuilder, double) - Method in class com.facebook.presto.common.type.FunctionType
-
- writeDouble(BlockBuilder, double) - Method in interface com.facebook.presto.common.type.Type
-
Writes the double value into the BlockBuilder
.
- writeDouble(BlockBuilder, double) - Method in class com.facebook.presto.common.type.TypeWithName
-
- writeInt(int) - Method in interface com.facebook.presto.common.block.BlockBuilder
-
Write a int to the current entry;
- writeInt(int) - Method in class com.facebook.presto.common.block.IntArrayBlockBuilder
-
- writeInt(int) - Method in class com.facebook.presto.common.block.SingleArrayBlockWriter
-
- writeInt(int) - Method in class com.facebook.presto.common.block.SingleMapBlockWriter
-
- writeInt(int) - Method in class com.facebook.presto.common.block.SingleRowBlockWriter
-
- writeInt(int) - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- writeLong(long) - Method in interface com.facebook.presto.common.block.BlockBuilder
-
Write a long to the current entry;
- writeLong(long) - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
- writeLong(long) - Method in class com.facebook.presto.common.block.LongArrayBlockBuilder
-
- writeLong(long) - Method in class com.facebook.presto.common.block.SingleArrayBlockWriter
-
- writeLong(long) - Method in class com.facebook.presto.common.block.SingleMapBlockWriter
-
- writeLong(long) - Method in class com.facebook.presto.common.block.SingleRowBlockWriter
-
- writeLong(long) - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- writeLong(BlockBuilder, long) - Method in class com.facebook.presto.common.type.AbstractIntType
-
- writeLong(BlockBuilder, long) - Method in class com.facebook.presto.common.type.AbstractLongType
-
- writeLong(BlockBuilder, long) - Method in class com.facebook.presto.common.type.AbstractType
-
- writeLong(BlockBuilder, long) - Method in class com.facebook.presto.common.type.FunctionType
-
- writeLong(BlockBuilder, long) - Method in class com.facebook.presto.common.type.IntegerType
-
- writeLong(BlockBuilder, long) - Method in class com.facebook.presto.common.type.RealType
-
- writeLong(BlockBuilder, long) - Method in class com.facebook.presto.common.type.SmallintType
-
- writeLong(BlockBuilder, long) - Method in class com.facebook.presto.common.type.TinyintType
-
- writeLong(BlockBuilder, long) - Method in interface com.facebook.presto.common.type.Type
-
Writes the long value into the BlockBuilder
.
- writeLong(BlockBuilder, long) - Method in class com.facebook.presto.common.type.TypeWithName
-
- writeNativeValue(Type, BlockBuilder, Object) - Static method in class com.facebook.presto.common.type.TypeUtils
-
Write a native value object to the current entry of blockBuilder
.
- writeObject(BlockBuilder, Object) - Method in class com.facebook.presto.common.type.AbstractType
-
- writeObject(BlockBuilder, Object) - Method in class com.facebook.presto.common.type.ArrayType
-
- writeObject(BlockBuilder, Object) - Method in class com.facebook.presto.common.type.FunctionType
-
- writeObject(BlockBuilder, Object) - Method in class com.facebook.presto.common.type.MapType
-
- writeObject(BlockBuilder, Object) - Method in class com.facebook.presto.common.type.RowType
-
- writeObject(BlockBuilder, Object) - Method in interface com.facebook.presto.common.type.Type
-
Writes the Object value into the BlockBuilder
.
- writeObject(BlockBuilder, Object) - Method in class com.facebook.presto.common.type.TypeWithName
-
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.AbstractArrayBlock
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.AbstractArrayBlock
-
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.AbstractMapBlock
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.AbstractMapBlock
-
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.AbstractRowBlock
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.AbstractRowBlock
-
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.AbstractSingleArrayBlock
-
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.AbstractSingleMapBlock
-
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.AbstractSingleRowBlock
-
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.AbstractVariableWidthBlock
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.AbstractVariableWidthBlock
-
- writePositionTo(int, BlockBuilder) - Method in interface com.facebook.presto.common.block.Block
-
Appends the value at position
to blockBuilder
and close the entry.
- writePositionTo(int, SliceOutput) - Method in interface com.facebook.presto.common.block.Block
-
Appends the value at position
to output
.
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.ByteArrayBlock
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.ByteArrayBlock
-
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.ByteArrayBlockBuilder
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.ByteArrayBlockBuilder
-
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.DictionaryBlock
-
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.Int128ArrayBlock
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.Int128ArrayBlock
-
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.Int128ArrayBlockBuilder
-
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.IntArrayBlock
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.IntArrayBlock
-
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.IntArrayBlockBuilder
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.IntArrayBlockBuilder
-
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.LazyBlock
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.LazyBlock
-
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.LongArrayBlock
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.LongArrayBlock
-
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.LongArrayBlockBuilder
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.LongArrayBlockBuilder
-
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.RunLengthEncodedBlock
-
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.ShortArrayBlock
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.ShortArrayBlock
-
- writePositionTo(int, BlockBuilder) - Method in class com.facebook.presto.common.block.ShortArrayBlockBuilder
-
- writePositionTo(int, SliceOutput) - Method in class com.facebook.presto.common.block.ShortArrayBlockBuilder
-
- writeShort(int) - Method in interface com.facebook.presto.common.block.BlockBuilder
-
Write a short to the current entry;
- writeShort(int) - Method in class com.facebook.presto.common.block.ShortArrayBlockBuilder
-
- writeShort(int) - Method in class com.facebook.presto.common.block.SingleArrayBlockWriter
-
- writeShort(int) - Method in class com.facebook.presto.common.block.SingleMapBlockWriter
-
- writeShort(int) - Method in class com.facebook.presto.common.block.SingleRowBlockWriter
-
- writeShort(int) - Method in class com.facebook.presto.common.block.VariableWidthBlockBuilder
-
- writeShortDecimal(BlockBuilder, long) - Static method in class com.facebook.presto.common.type.Decimals
-
- writeSlice(BlockBuilder, Slice) - Method in class com.facebook.presto.common.type.AbstractType
-
- writeSlice(BlockBuilder, Slice, int, int) - Method in class com.facebook.presto.common.type.AbstractType
-
- writeSlice(BlockBuilder, Slice) - Method in class com.facebook.presto.common.type.AbstractVarcharType
-
- writeSlice(BlockBuilder, Slice, int, int) - Method in class com.facebook.presto.common.type.AbstractVarcharType
-
- writeSlice(BlockBuilder, Slice) - Method in class com.facebook.presto.common.type.ArrayType
-
- writeSlice(BlockBuilder, Slice, int, int) - Method in class com.facebook.presto.common.type.ArrayType
-
- writeSlice(BlockBuilder, Slice) - Method in class com.facebook.presto.common.type.CharType
-
- writeSlice(BlockBuilder, Slice, int, int) - Method in class com.facebook.presto.common.type.CharType
-
- writeSlice(BlockBuilder, Slice) - Method in class com.facebook.presto.common.type.FunctionType
-
- writeSlice(BlockBuilder, Slice, int, int) - Method in class com.facebook.presto.common.type.FunctionType
-
- writeSlice(BlockBuilder, Slice) - Method in class com.facebook.presto.common.type.HyperLogLogType
-
- writeSlice(BlockBuilder, Slice, int, int) - Method in class com.facebook.presto.common.type.HyperLogLogType
-
- writeSlice(BlockBuilder, Slice) - Method in class com.facebook.presto.common.type.JsonType
-
- writeSlice(BlockBuilder, Slice, int, int) - Method in class com.facebook.presto.common.type.JsonType
-
- writeSlice(BlockBuilder, Slice) - Method in class com.facebook.presto.common.type.P4HyperLogLogType
-
- writeSlice(BlockBuilder, Slice, int, int) - Method in class com.facebook.presto.common.type.P4HyperLogLogType
-
- writeSlice(BlockBuilder, Slice) - Method in class com.facebook.presto.common.type.StatisticalDigestType
-
- writeSlice(BlockBuilder, Slice, int, int) - Method in class com.facebook.presto.common.type.StatisticalDigestType
-
- writeSlice(BlockBuilder, Slice) - Method in interface com.facebook.presto.common.type.Type
-
Writes the Slice value into the BlockBuilder
.
- writeSlice(BlockBuilder, Slice, int, int) - Method in interface com.facebook.presto.common.type.Type
-
Writes the Slice value into the BlockBuilder
.
- writeSlice(BlockBuilder, Slice) - Method in class com.facebook.presto.common.type.TypeWithName
-
- writeSlice(BlockBuilder, Slice, int, int) - Method in class com.facebook.presto.common.type.TypeWithName
-
- writeSlice(BlockBuilder, Slice) - Method in class com.facebook.presto.common.type.VarbinaryType
-
- writeSlice(BlockBuilder, Slice, int, int) - Method in class com.facebook.presto.common.type.VarbinaryType
-
- writeString(BlockBuilder, String) - Method in class com.facebook.presto.common.type.AbstractVarcharType
-
- writeString(BlockBuilder, String) - Method in class com.facebook.presto.common.type.CharType
-
- writeString(BlockBuilder, String) - Method in class com.facebook.presto.common.type.JsonType
-