Constant Field Values
Contents
io.prestosql.*
-
io.prestosql.spi.block.ArrayBlockEncoding Modifier and Type Constant Field Value public static final java.lang.String
NAME
"ARRAY"
-
io.prestosql.spi.block.ByteArrayBlockEncoding Modifier and Type Constant Field Value public static final java.lang.String
NAME
"BYTE_ARRAY"
-
io.prestosql.spi.block.DictionaryBlockEncoding Modifier and Type Constant Field Value public static final java.lang.String
NAME
"DICTIONARY"
-
io.prestosql.spi.block.Int128ArrayBlock Modifier and Type Constant Field Value public static final int
INT128_BYTES
16
-
io.prestosql.spi.block.Int128ArrayBlockEncoding Modifier and Type Constant Field Value public static final java.lang.String
NAME
"INT128_ARRAY"
-
io.prestosql.spi.block.Int96ArrayBlock Modifier and Type Constant Field Value public static final int
INT96_BYTES
12
-
io.prestosql.spi.block.Int96ArrayBlockEncoding Modifier and Type Constant Field Value public static final java.lang.String
NAME
"INT96_ARRAY"
-
io.prestosql.spi.block.IntArrayBlockEncoding Modifier and Type Constant Field Value public static final java.lang.String
NAME
"INT_ARRAY"
-
io.prestosql.spi.block.LazyBlockEncoding Modifier and Type Constant Field Value public static final java.lang.String
NAME
"LAZY"
-
io.prestosql.spi.block.LongArrayBlockEncoding Modifier and Type Constant Field Value public static final java.lang.String
NAME
"LONG_ARRAY"
-
io.prestosql.spi.block.MapBlockEncoding Modifier and Type Constant Field Value public static final java.lang.String
NAME
"MAP"
-
io.prestosql.spi.block.PageBuilderStatus Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_PAGE_SIZE_IN_BYTES
1048576
-
io.prestosql.spi.block.RowBlockEncoding Modifier and Type Constant Field Value public static final java.lang.String
NAME
"ROW"
-
io.prestosql.spi.block.RunLengthBlockEncoding Modifier and Type Constant Field Value public static final java.lang.String
NAME
"RLE"
-
io.prestosql.spi.block.ShortArrayBlockEncoding Modifier and Type Constant Field Value public static final java.lang.String
NAME
"SHORT_ARRAY"
-
io.prestosql.spi.block.SingleMapBlockEncoding Modifier and Type Constant Field Value public static final java.lang.String
NAME
"MAP_ELEMENT"
-
io.prestosql.spi.block.SingleRowBlockEncoding Modifier and Type Constant Field Value public static final java.lang.String
NAME
"ROW_ELEMENT"
-
io.prestosql.spi.block.VariableWidthBlockEncoding Modifier and Type Constant Field Value public static final java.lang.String
NAME
"VARIABLE_WIDTH"
-
io.prestosql.spi.session.ResourceEstimates Modifier and Type Constant Field Value public static final java.lang.String
CPU_TIME
"CPU_TIME"
public static final java.lang.String
EXECUTION_TIME
"EXECUTION_TIME"
public static final java.lang.String
PEAK_MEMORY
"PEAK_MEMORY"
-
io.prestosql.spi.type.AbstractVariableWidthType Modifier and Type Constant Field Value protected static final int
EXPECTED_BYTES_PER_ENTRY
32
-
io.prestosql.spi.type.ArrayType Modifier and Type Constant Field Value public static final java.lang.String
ARRAY_NULL_ELEMENT_MSG
"ARRAY comparison not supported for arrays with null elements"
-
io.prestosql.spi.type.CharType Modifier and Type Constant Field Value public static final int
MAX_LENGTH
65536
-
io.prestosql.spi.type.Decimals Modifier and Type Constant Field Value public static final int
MAX_PRECISION
38
public static final int
MAX_SHORT_PRECISION
18
-
io.prestosql.spi.type.DecimalType Modifier and Type Constant Field Value public static final int
DEFAULT_PRECISION
38
public static final int
DEFAULT_SCALE
0
-
io.prestosql.spi.type.SqlTimestamp Modifier and Type Constant Field Value public static final java.lang.String
JSON_FORMAT
"uuuu-MM-dd HH:mm:ss[.SSS]"
-
io.prestosql.spi.type.SqlTimestampWithTimeZone Modifier and Type Constant Field Value public static final java.lang.String
JSON_FORMAT
"uuuu-MM-dd HH:mm:ss[.SSS] VV"
-
io.prestosql.spi.type.StandardTypes Modifier and Type Constant Field Value public static final java.lang.String
ARRAY
"array"
public static final java.lang.String
BIGINT
"bigint"
public static final java.lang.String
BING_TILE
"BingTile"
public static final java.lang.String
BOOLEAN
"boolean"
public static final java.lang.String
CHAR
"char"
public static final java.lang.String
DATE
"date"
public static final java.lang.String
DECIMAL
"decimal"
public static final java.lang.String
DOUBLE
"double"
public static final java.lang.String
GEOMETRY
"Geometry"
public static final java.lang.String
HYPER_LOG_LOG
"HyperLogLog"
public static final java.lang.String
INTEGER
"integer"
public static final java.lang.String
INTERVAL_DAY_TO_SECOND
"interval day to second"
public static final java.lang.String
INTERVAL_YEAR_TO_MONTH
"interval year to month"
public static final java.lang.String
IPADDRESS
"ipaddress"
public static final java.lang.String
JSON
"json"
public static final java.lang.String
MAP
"map"
public static final java.lang.String
P4_HYPER_LOG_LOG
"P4HyperLogLog"
public static final java.lang.String
QDIGEST
"qdigest"
public static final java.lang.String
REAL
"real"
public static final java.lang.String
ROW
"row"
public static final java.lang.String
SMALLINT
"smallint"
public static final java.lang.String
TIME
"time"
public static final java.lang.String
TIME_WITH_TIME_ZONE
"time with time zone"
public static final java.lang.String
TIMESTAMP
"timestamp"
public static final java.lang.String
TIMESTAMP_WITH_TIME_ZONE
"timestamp with time zone"
public static final java.lang.String
TINYINT
"tinyint"
public static final java.lang.String
UUID
"uuid"
public static final java.lang.String
VARBINARY
"varbinary"
public static final java.lang.String
VARCHAR
"varchar"
-
io.prestosql.spi.type.TimestampType Modifier and Type Constant Field Value public static final int
DEFAULT_PRECISION
3
public static final int
MAX_PRECISION
12
public static final int
MAX_SHORT_PRECISION
6
-
io.prestosql.spi.type.TimestampWithTimeZoneType Modifier and Type Constant Field Value public static final int
DEFAULT_PRECISION
3
public static final int
MAX_PRECISION
12
public static final int
MAX_SHORT_PRECISION
3
-
io.prestosql.spi.type.TypeUtils Modifier and Type Constant Field Value public static final int
NULL_HASH_CODE
0
-
io.prestosql.spi.type.UnscaledDecimal128Arithmetic Modifier and Type Constant Field Value public static final int
UNSCALED_DECIMAL_128_SLICE_LENGTH
16
-
io.prestosql.spi.type.VarcharType Modifier and Type Constant Field Value public static final int
MAX_LENGTH
2147483646
public static final int
UNBOUNDED_LENGTH
2147483647