Constructor and Description |
---|
CastFieldGetter(InternalRow.FieldGetter fieldGetter,
CastExecutor<?,?> castExecutor) |
Modifier and Type | Method and Description |
---|---|
static InternalRow.FieldGetter |
InternalRow.createFieldGetter(DataType fieldType,
int fieldPos)
Creates an accessor for getting elements in an internal row data structure at the given
position.
|
Constructor and Description |
---|
PartialUpdateMergeFunction(InternalRow.FieldGetter[] getters,
boolean ignoreDelete,
Map<Integer,FieldsComparator> fieldSeqComparators,
Map<Integer,FieldAggregator> fieldAggregators,
boolean fieldSequenceEnabled,
boolean removeRecordOnDelete) |
Constructor and Description |
---|
AggregateMergeFunction(InternalRow.FieldGetter[] getters,
FieldAggregator[] aggregators) |
Modifier and Type | Method and Description |
---|---|
InternalRow.FieldGetter[] |
RowType.fieldGetters() |
Modifier and Type | Field and Description |
---|---|
protected InternalRow.FieldGetter[] |
InternalRowPartitionComputer.partitionFieldGetters |
Modifier and Type | Method and Description |
---|---|
static InternalRow.FieldGetter[] |
InternalRowUtils.createFieldGetters(List<DataType> fieldTypes) |
static InternalRow.FieldGetter |
InternalRowUtils.createNullCheckingFieldGetter(DataType dataType,
int index) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.