Serialized Form
-
Package org.apache.calcite.adapter.file
-
Exception Class org.apache.calcite.adapter.file.FileReaderException
class FileReaderException extends Exception implements Serializable
-
-
Package org.apache.calcite.adapter.spark
-
Class org.apache.calcite.adapter.spark.SparkRuntime.CalciteFlatMapFunction
class CalciteFlatMapFunction extends Object implements Serializable
-
-
Package org.apache.calcite.jdbc
-
Class org.apache.calcite.jdbc.JavaCollation
class JavaCollation extends SqlCollation implements Serializable-
Serialized Fields
-
collator
Collator collator
-
-
-
Class org.apache.calcite.jdbc.JavaRecordType
class JavaRecordType extends RelRecordType implements Serializable-
Serialized Fields
-
clazz
Class clazz
-
-
-
Exception Class org.apache.calcite.jdbc.SqlTimeoutException
class SqlTimeoutException extends SQLException implements Serializable
-
-
Package org.apache.calcite.materialize
-
Class org.apache.calcite.materialize.MaterializationKey
class MaterializationKey extends Object implements Serializable-
Serialized Fields
-
uuid
UUID uuid
-
-
-
-
Package org.apache.calcite.plan
-
Class org.apache.calcite.plan.RelOptListener.RelChosenEvent
class RelChosenEvent extends RelOptListener.RelEvent implements Serializable -
Class org.apache.calcite.plan.RelOptListener.RelDiscardedEvent
class RelDiscardedEvent extends RelOptListener.RelEvent implements Serializable -
Class org.apache.calcite.plan.RelOptListener.RelEquivalenceEvent
class RelEquivalenceEvent extends RelOptListener.RelEvent implements Serializable-
Serialized Fields
-
equivalenceClass
Object equivalenceClass
-
isPhysical
boolean isPhysical
-
-
-
Class org.apache.calcite.plan.RelOptListener.RelEvent
class RelEvent extends EventObject implements Serializable-
Serialized Fields
-
rel
@Nullable RelNode rel
-
-
-
Class org.apache.calcite.plan.RelOptListener.RuleAttemptedEvent
class RuleAttemptedEvent extends RelOptListener.RuleEvent implements Serializable-
Serialized Fields
-
before
boolean before
-
-
-
Class org.apache.calcite.plan.RelOptListener.RuleEvent
class RuleEvent extends RelOptListener.RelEvent implements Serializable-
Serialized Fields
-
ruleCall
RelOptRuleCall ruleCall
-
-
-
Class org.apache.calcite.plan.RelOptListener.RuleProductionEvent
class RuleProductionEvent extends RelOptListener.RuleAttemptedEvent implements Serializable -
Exception Class org.apache.calcite.plan.RelOptPlanner.CannotPlanException
class CannotPlanException extends RuntimeException implements Serializable -
Exception Class org.apache.calcite.plan.SubstitutionVisitor.MatchFailed
class MatchFailed extends ControlFlowException implements Serializable
-
-
Package org.apache.calcite.plan.volcano
-
Exception Class org.apache.calcite.plan.volcano.VolcanoTimeoutException
class VolcanoTimeoutException extends RuntimeException implements Serializable
-
-
Package org.apache.calcite.rel
-
Exception Class org.apache.calcite.rel.InvalidRelException
class InvalidRelException extends Exception implements Serializable
-
-
Package org.apache.calcite.rel.metadata
-
Exception Class org.apache.calcite.rel.metadata.CyclicMetadataException
class CyclicMetadataException extends RuntimeException implements Serializable -
Exception Class org.apache.calcite.rel.metadata.JaninoRelMetadataProvider.NoHandler
class NoHandler extends MetadataHandlerProvider.NoHandler implements Serializable -
Exception Class org.apache.calcite.rel.metadata.MetadataHandlerProvider.NoHandler
class NoHandler extends ControlFlowException implements Serializable
-
-
Package org.apache.calcite.rel.type
-
Class org.apache.calcite.rel.type.RelDataTypeFieldImpl
class RelDataTypeFieldImpl extends Object implements Serializable-
Serialized Fields
-
index
int index
-
name
String name
-
type
RelDataType type
-
-
-
Class org.apache.calcite.rel.type.RelRecordType
class RelRecordType extends RelDataTypeImpl implements Serializable-
Serialization Methods
-
writeReplace
PerSerializable
API, provides a replacement object to be written during serialization.This implementation converts this RelRecordType into a SerializableRelRecordType, whose
readResolve
method converts it back to a RelRecordType during deserialization.
-
-
Serialized Fields
-
fieldNameMap
@Nullable Map<String,
RelDataTypeField> fieldNameMap -
kind
StructKind kind
Name resolution policy; usuallyStructKind.FULLY_QUALIFIED
. -
nullable
boolean nullable
-
-
-
-
Package org.apache.calcite.rex
-
Class org.apache.calcite.rex.RexFieldCollation
class RexFieldCollation extends Pair<RexNode,com.google.common.collect.ImmutableSet<SqlKind>> implements Serializable -
Class org.apache.calcite.rex.RexSlot.SelfPopulatingList
-
Serialized Fields
-
prefix
String prefix
-
-
-
-
Package org.apache.calcite.runtime
-
Exception Class org.apache.calcite.runtime.CalciteContextException
class CalciteContextException extends CalciteException implements Serializable- serialVersionUID:
- -54978888153560134L
-
Serialized Fields
-
endPosColumn
int endPosColumn
-
endPosLine
int endPosLine
-
originalStatement
@Nullable String originalStatement
-
posColumn
int posColumn
-
posLine
int posLine
-
-
Exception Class org.apache.calcite.runtime.CalciteException
class CalciteException extends RuntimeException implements Serializable- serialVersionUID:
- -1314522633397794178L
-
Exception Class org.apache.calcite.runtime.Resources.NoDefaultValueException
class NoDefaultValueException extends RuntimeException implements Serializable -
Class org.apache.calcite.runtime.SortedMultiMap
-
Class org.apache.calcite.runtime.SpaceFillingCurve2D.RangeComputeHints
-
-
Package org.apache.calcite.sql
-
Class org.apache.calcite.sql.SqlCollation
class SqlCollation extends Object implements Serializable-
Serialized Fields
-
coercibility
SqlCollation.Coercibility coercibility
-
collationName
String collationName
-
locale
Locale locale
-
strength
String strength
-
wrappedCharset
SerializableCharset wrappedCharset
-
-
-
-
Package org.apache.calcite.sql.parser
-
Exception Class org.apache.calcite.sql.parser.SqlParseException
class SqlParseException extends Exception implements Serializable-
Serialization Methods
-
writeReplace
PerSerializable
API, provides a replacement object to be written during serialization.SqlParseException is serializable but is not available on the client. This implementation converts this SqlParseException into a vanilla
RuntimeException
with the same message.
-
-
Serialized Fields
-
expectedTokenSequences
int[][] expectedTokenSequences
-
pos
SqlParserPos pos
-
tokenImages
String[] tokenImages
-
-
-
Class org.apache.calcite.sql.parser.SqlParserPos
class SqlParserPos extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
columnNumber
int columnNumber
-
endColumnNumber
int endColumnNumber
-
endLineNumber
int endLineNumber
-
lineNumber
int lineNumber
-
-
Exception Class org.apache.calcite.sql.parser.SqlParserUtil.MalformedUnicodeEscape
class MalformedUnicodeEscape extends Exception implements Serializable-
Serialized Fields
-
i
int i
-
-
-
-
Package org.apache.calcite.sql.type
-
Class org.apache.calcite.sql.type.AbstractSqlType
class AbstractSqlType extends RelDataTypeImpl implements Serializable-
Serialized Fields
-
isNullable
boolean isNullable
-
typeName
SqlTypeName typeName
-
-
-
Class org.apache.calcite.sql.type.ArraySqlType
class ArraySqlType extends AbstractSqlType implements Serializable-
Serialized Fields
-
elementType
RelDataType elementType
-
-
-
Class org.apache.calcite.sql.type.BasicSqlType
class BasicSqlType extends AbstractSqlType implements Serializable-
Serialized Fields
-
collation
@Nullable SqlCollation collation
-
precision
int precision
-
scale
int scale
-
typeSystem
RelDataTypeSystem typeSystem
-
wrappedCharset
@Nullable SerializableCharset wrappedCharset
-
-
-
Class org.apache.calcite.sql.type.FunctionSqlType
class FunctionSqlType extends AbstractSqlType implements Serializable-
Serialized Fields
-
parameterType
RelDataType parameterType
-
returnType
RelDataType returnType
-
-
-
Class org.apache.calcite.sql.type.IntervalSqlType
class IntervalSqlType extends AbstractSqlType implements Serializable-
Serialized Fields
-
intervalQualifier
SqlIntervalQualifier intervalQualifier
-
typeSystem
RelDataTypeSystem typeSystem
-
-
-
Class org.apache.calcite.sql.type.MapSqlType
class MapSqlType extends AbstractSqlType implements Serializable-
Serialized Fields
-
keyType
RelDataType keyType
-
valueType
RelDataType valueType
-
-
-
Class org.apache.calcite.sql.type.MeasureSqlType
class MeasureSqlType extends org.apache.calcite.sql.type.ApplySqlType implements Serializable -
Class org.apache.calcite.sql.type.MultisetSqlType
class MultisetSqlType extends AbstractSqlType implements Serializable-
Serialized Fields
-
elementType
RelDataType elementType
-
-
-
Class org.apache.calcite.sql.type.ObjectSqlType
class ObjectSqlType extends AbstractSqlType implements Serializable-
Serialized Fields
-
comparability
RelDataTypeComparability comparability
-
family
@Nullable RelDataTypeFamily family
-
sqlIdentifier
@Nullable SqlIdentifier sqlIdentifier
-
-
-
-
Package org.apache.calcite.sql.validate
-
Exception Class org.apache.calcite.sql.validate.CyclicDefinitionException
class CyclicDefinitionException extends RuntimeException implements Serializable -
Exception Class org.apache.calcite.sql.validate.SqlValidatorException
class SqlValidatorException extends Exception implements Serializable- serialVersionUID:
- -831683113957131387L
-
-
Package org.apache.calcite.sql2rel
-
Package org.apache.calcite.tools
-
Exception Class org.apache.calcite.tools.RelConversionException
class RelConversionException extends Exception implements Serializable -
Exception Class org.apache.calcite.tools.ValidationException
class ValidationException extends Exception implements Serializable
-
-
Package org.apache.calcite.util
-
Exception Class org.apache.calcite.util.ControlFlowException
class ControlFlowException extends RuntimeException implements Serializable -
Class org.apache.calcite.util.ImmutableBitSet
class ImmutableBitSet extends Object implements Serializable-
Serialized Fields
-
words
long[] words
-
-
-
Class org.apache.calcite.util.IntList
-
Class org.apache.calcite.util.Pair
class Pair extends Object implements Serializable -
Class org.apache.calcite.util.SerializableCharset
class SerializableCharset extends Object implements Serializable-
Serialization Methods
-
readObject
PerSerializable
.- Throws:
IOException
ClassNotFoundException
-
writeObject
PerSerializable
.- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.apache.calcite.util.Template
class Template extends MessageFormat implements Serializable -
Exception Class org.apache.calcite.util.Util.FoundOne
class FoundOne extends ControlFlowException implements Serializable-
Serialized Fields
-
node
@Nullable Object node
-
-
-
-
Package org.apache.calcite.util.mapping
-
Exception Class org.apache.calcite.util.mapping.Mappings.NoElementException
class NoElementException extends RuntimeException implements Serializable -
Exception Class org.apache.calcite.util.mapping.Mappings.TooManyElementsException
class TooManyElementsException extends RuntimeException implements Serializable
-