Package | Description |
---|---|
org.apache.paimon.casting | |
org.apache.paimon.io | |
org.apache.paimon.schema | |
org.apache.paimon.stats | |
org.apache.paimon.utils |
Class and Description |
---|
CastedRow
An implementation of
InternalRow which provides a casted view of the underlying InternalRow . |
CastExecutor
Interface to model a function that performs the casting of a value from one type to another.
|
CastFieldGetter
Get field value from row with given pos and cast it according to specific
CastExecutor . |
CastRule
A
CastRule provides the logic to create a CastExecutor starting from the input
and the target types. |
CastRulePredicate
In order to apply a
CastRule , the runtime checks if a particular rule matches the tuple
of input and target type using this class. |
CastRulePredicate.Builder
Builder for the
CastRulePredicate . |
DefaultValueRow
An implementation of
InternalRow which provides a default value for the underlying InternalRow . |
Class and Description |
---|
CastFieldGetter
Get field value from row with given pos and cast it according to specific
CastExecutor . |
Class and Description |
---|
CastFieldGetter
Get field value from row with given pos and cast it according to specific
CastExecutor . |
Class and Description |
---|
CastFieldGetter
Get field value from row with given pos and cast it according to specific
CastExecutor . |
Class and Description |
---|
CastExecutor
Interface to model a function that performs the casting of a value from one type to another.
|
CastFieldGetter
Get field value from row with given pos and cast it according to specific
CastExecutor . |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.